| Package | Description | 
|---|---|
| javax.xml.registry | 
 This package and its sub-packages describe the API classes and interfaces
 for the Jakarta XML Registries API. | 
| javax.xml.registry.infomodel | 
 This package describes the information model for the Jakarta XML Registries
 API. | 
| 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 © 2019 Eclipse Foundation.
Use is subject to license terms.