Uses of Interface
javax.xml.registry.infomodel.Organization
Packages that use Organization
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
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 OrganizationModifier and TypeMethodDescriptionLifeCycleManager.createOrganization(String name) Creates an Organization instance using the specified name, where the name is a String.LifeCycleManager.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 OrganizationModifier and TypeMethodDescriptionUser.getOrganization()Gets the Organization that this User is affiliated with.Organization.getParentOrganization()Gets the parent (container) organization.Service.getProvidingOrganization()Gets the Organization that provides this service.Organization.getRootOrganization()Gets the root organization.RegistryObject.getSubmittingOrganization()Gets the Organization that submitted this RegistryObject.Methods in javax.xml.registry.infomodel with parameters of type OrganizationModifier and TypeMethodDescriptionvoidOrganization.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.