Package | Description |
---|---|
javax.xml.registry |
This package defines APIs to access and programatically interact with metadata registries.
|
javax.xml.registry.infomodel |
This package defines interfaces that define the information model for metadata registries.
|
Modifier and Type | Method and Description |
---|---|
User |
LifeCycleManager.createUser()
Creates an empty User instance.
|
Modifier and Type | Method and Description |
---|---|
User |
Organization.getPrimaryContact()
Gets the primary Contact for this Organization.
|
User |
AuditableEvent.getUser()
Gets the User associated with this object.
|
Modifier and Type | Method and Description |
---|---|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.