Uses of Interface
javax.xml.registry.infomodel.Organization
-
Packages that use Organization Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of Organization in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Organization Modifier and Type Method Description OrganizationLifeCycleManagerImpl. createOrganization(String name)OrganizationLifeCycleManagerImpl. createOrganization(InternationalString name) -
Uses of Organization in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Organization Modifier and Type Class Description classOrganizationImplMethods in com.sun.xml.registry.uddi.infomodel that return Organization Modifier and Type Method Description OrganizationUserImpl. getOrganization()Gets the submitting organizationOrganizationOrganizationImpl. getParentOrganization()Level 1 methodOrganizationServiceImpl. getProvidingOrganization()Get the organization that provides this serviceOrganizationOrganizationImpl. getRootOrganization()Level 1 methodOrganizationRegistryObjectImpl. getSubmittingOrganization()Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Organization Modifier and Type Method Description voidOrganizationImpl. addChildOrganization(Organization organization)Level 1 methodvoidOrganizationImpl. removeChildOrganization(Organization organization)Level 1 methodvoidUserImpl. setOrganization(Organization org)Internal method for setting user organizationvoidServiceImpl. setProvidingOrganization(Organization org)Set the organization that provides this servicevoidRegistryObjectImpl. setSubmittingOrganization(Organization org)Internal method for setting submitting organization -
Uses of Organization in javax.xml.registry
Methods in javax.xml.registry that return Organization Modifier and Type Method Description OrganizationLifeCycleManager. createOrganization(String name)Creates an Organization instance using the specified name, where the name is a String.OrganizationLifeCycleManager. createOrganization(InternationalString name)Creates an Organization instance using the specified name, where the name is an InternationalString. -
Uses of Organization in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return Organization Modifier and Type Method Description OrganizationUser. getOrganization()Gets the Organization that this User is affiliated with.OrganizationOrganization. getParentOrganization()Gets the parent (container) organization.OrganizationService. getProvidingOrganization()Gets the Organization that provides this service.OrganizationOrganization. getRootOrganization()Gets the root organization.OrganizationRegistryObject. getSubmittingOrganization()Gets the Organization that submitted this RegistryObject.Methods in javax.xml.registry.infomodel with parameters of type Organization Modifier and Type Method Description voidOrganization. addChildOrganization(Organization organization)Adds a child Organization.voidOrganization. removeChildOrganization(Organization organization)Removes a child Organization.voidService. setProvidingOrganization(Organization providingOrganization)Sets the Organization that provides this service.
-