Uses of Interface
javax.xml.registry.infomodel.User
Packages that use User
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of User in javax.xml.registry
Methods in javax.xml.registry that return User -
Uses of User in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return UserModifier and TypeMethodDescriptionOrganization.getPrimaryContact()Gets the primary Contact for this Organization.AuditableEvent.getUser()Gets the User associated with this object.Methods in javax.xml.registry.infomodel with parameters of type UserModifier and TypeMethodDescriptionvoidAdds a User.voidOrganization.removeUser(User user) Removes a User.voidOrganization.setPrimaryContact(User primaryContact) Sets the primary contact for this Organization.