| Package | Description |
|---|---|
| com.sun.xml.registry.uddi | |
| com.sun.xml.registry.uddi.infomodel | |
| javax.xml.registry | |
| javax.xml.registry.infomodel |
| Modifier and Type | Method and Description |
|---|---|
Organization |
LifeCycleManagerImpl.createOrganization(InternationalString name) |
Organization |
LifeCycleManagerImpl.createOrganization(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrganizationImpl |
| Modifier and Type | Method and Description |
|---|---|
Organization |
UserImpl.getOrganization()
Gets the submitting organization
|
Organization |
OrganizationImpl.getParentOrganization()
Level 1 method
|
Organization |
ServiceImpl.getProvidingOrganization()
Get the organization that provides this service
|
Organization |
OrganizationImpl.getRootOrganization()
Level 1 method
|
Organization |
RegistryObjectImpl.getSubmittingOrganization() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrganizationImpl.addChildOrganization(Organization organization)
Level 1 method
|
void |
OrganizationImpl.removeChildOrganization(Organization organization)
Level 1 method
|
void |
UserImpl.setOrganization(Organization org)
Internal method for setting user organization
|
void |
ServiceImpl.setProvidingOrganization(Organization org)
Set the organization that provides this service
|
void |
RegistryObjectImpl.setSubmittingOrganization(Organization org)
Internal method for setting submitting organization
|
| 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 © 2005–2017 Oracle Corporation. All rights reserved.