| 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 | 
|---|---|
Organization | 
LifeCycleManager.createOrganization(InternationalString name)
Creates an Organization instance using the specified
 name, where the name is an InternationalString. 
 | 
Organization | 
LifeCycleManager.createOrganization(String name)
Creates an Organization instance using the specified
 name, where the name is a String. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Organization | 
User.getOrganization()
Gets the Organization that this User is affiliated with. 
 | 
Organization | 
Organization.getParentOrganization()
Gets the parent (container) organization. 
 | 
Organization | 
Service.getProvidingOrganization()
Gets the Organization that provides this service. 
 | 
Organization | 
Organization.getRootOrganization()
Gets the root organization. 
 | 
Organization | 
RegistryObject.getSubmittingOrganization()
Gets the Organization that submitted this RegistryObject. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Organization.addChildOrganization(Organization organization)
Adds a child Organization. 
 | 
void | 
Organization.removeChildOrganization(Organization organization)
Removes a child Organization. 
 | 
void | 
Service.setProvidingOrganization(Organization providingOrganization)
Sets the Organization that provides this service. 
 | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.