Uses of Interface
javax.xml.registry.infomodel.Organization
-
Packages that use Organization 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. -
-
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.
-