Uses of Interface
javax.xml.registry.infomodel.User

Packages that use User
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of User in javax.xml.registry
 

Methods in javax.xml.registry that return User
 User LifeCycleManager.createUser()
          Creates an empty User instance.
 

Uses of User in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return User
 User Organization.getPrimaryContact()
          Gets the primary Contact for this Organization.
 User AuditableEvent.getUser()
          Gets the User associated with this object.
 

Methods in javax.xml.registry.infomodel with parameters of type User
 void Organization.addUser(User user)
          Adds a User.
 void Organization.removeUser(User user)
          Removes a User.
 void Organization.setPrimaryContact(User primaryContact)
          Sets the primary contact for this Organization.
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.