Uses of Interface
javax.xml.registry.infomodel.Organization

Packages that use Organization
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Organization in javax.xml.registry
 

Methods in javax.xml.registry that return Organization
 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.
 

Uses of Organization in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Organization
 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.
 

Methods in javax.xml.registry.infomodel with parameters of type Organization
 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-2015 Oracle Corporation. All Rights Reserved.