Uses of Interface
javax.xml.registry.infomodel.User
-
Packages that use User Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of User in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return User Modifier and Type Method Description UserLifeCycleManagerImpl. createUser() -
Uses of User in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement User Modifier and Type Class Description classUserImplMethods in com.sun.xml.registry.uddi.infomodel that return User Modifier and Type Method Description UserOrganizationImpl. getPrimaryContact()Gets the primary contact for this Organization.UserAuditableEventImpl. getUser()Level 1 methodMethods in com.sun.xml.registry.uddi.infomodel with parameters of type User Modifier and Type Method Description voidOrganizationImpl. addUser(User user)Add a user.voidOrganizationImpl. removeUser(User user)Remove a uservoidOrganizationImpl. setPrimaryContact(User primaryContact)Sets the primary contact. -
Uses of User in javax.xml.registry
Methods in javax.xml.registry that return User Modifier and Type Method Description UserLifeCycleManager. createUser()Creates an empty User instance. -
Uses of User in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return User Modifier and Type Method Description UserOrganization. getPrimaryContact()Gets the primary Contact for this Organization.UserAuditableEvent. getUser()Gets the User associated with this object.Methods in javax.xml.registry.infomodel with parameters of type User Modifier and Type Method Description voidOrganization. addUser(User user)Adds a User.voidOrganization. removeUser(User user)Removes a User.voidOrganization. setPrimaryContact(User primaryContact)Sets the primary contact for this Organization.
-