|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User | |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel | |
org.apache.ws.scout.registry | |
org.apache.ws.scout.registry.infomodel | |
org.apache.ws.scout.util |
Uses of User in javax.xml.registry |
---|
Methods in javax.xml.registry that return User | |
---|---|
User |
LifeCycleManager.createUser()
|
Uses of User in javax.xml.registry.infomodel |
---|
Methods in javax.xml.registry.infomodel that return User | |
---|---|
User |
Organization.getPrimaryContact()
|
User |
AuditableEvent.getUser()
|
Methods in javax.xml.registry.infomodel that return types with arguments of type User | |
---|---|
Collection<User> |
Organization.getUsers()
|
Methods in javax.xml.registry.infomodel with parameters of type User | |
---|---|
void |
Organization.addUser(User user)
|
void |
Organization.removeUser(User user)
|
void |
Organization.setPrimaryContact(User primaryContact)
|
Method parameters in javax.xml.registry.infomodel with type arguments of type User | |
---|---|
void |
Organization.removeUsers(Collection<User> users)
|
Uses of User in org.apache.ws.scout.registry |
---|
Methods in org.apache.ws.scout.registry that return User | |
---|---|
User |
LifeCycleManagerImpl.createUser()
|
Uses of User in org.apache.ws.scout.registry.infomodel |
---|
Classes in org.apache.ws.scout.registry.infomodel that implement User | |
---|---|
class |
UserImpl
Implements JAXR Interface. |
Methods in org.apache.ws.scout.registry.infomodel that return User | |
---|---|
User |
OrganizationImpl.getPrimaryContact()
|
Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type User | |
---|---|
Collection<User> |
OrganizationImpl.getUsers()
|
Methods in org.apache.ws.scout.registry.infomodel with parameters of type User | |
---|---|
void |
OrganizationImpl.addUser(User user)
|
void |
OrganizationImpl.removeUser(User user)
|
void |
OrganizationImpl.setPrimaryContact(User user)
|
Uses of User in org.apache.ws.scout.util |
---|
Methods in org.apache.ws.scout.util with parameters of type User | |
---|---|
static Contact |
ScoutJaxrUddiHelper.getContactFromJAXRUser(User user)
Convert JAXR User Object to UDDI Contact |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |