Uses of Interface
javax.xml.registry.infomodel.ClassificationScheme
Packages that use ClassificationScheme
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 ClassificationScheme in javax.xml.registry
Methods in javax.xml.registry that return ClassificationSchemeModifier and TypeMethodDescriptionLifeCycleManager.createClassificationScheme(String name, String description) Creates a ClassificationScheme given the specified String parameters.LifeCycleManager.createClassificationScheme(Concept concept) Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.LifeCycleManager.createClassificationScheme(InternationalString name, InternationalString description) Creates a ClassificationScheme given the specified InternationalString parameters.BusinessQueryManager.findClassificationSchemeByName(Collection findQualifiers, String namePattern) Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.RegistryService.getDefaultPostalScheme()Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.Methods in javax.xml.registry with parameters of type ClassificationSchemeModifier and TypeMethodDescriptionLifeCycleManager.createClassification(ClassificationScheme scheme, String name, String value) Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.LifeCycleManager.createClassification(ClassificationScheme scheme, InternationalString name, String value) Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.LifeCycleManager.createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value) Creates an ExternalIdentifier instance using the specified parameters, where the name is an InternationalString. -
Uses of ClassificationScheme in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return ClassificationSchemeModifier and TypeMethodDescriptionClassification.getClassificationScheme()Gets the ClassificationScheme that is used in classifying the object.Concept.getClassificationScheme()Gets the ClassificationScheme that this Concept is a descendent of.ExternalIdentifier.getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.PostalAddress.getPostalScheme()Returns a user-defined postal scheme for codifying the attributes of PostalAddress.Methods in javax.xml.registry.infomodel with parameters of type ClassificationSchemeModifier and TypeMethodDescriptionvoidClassification.setClassificationScheme(ClassificationScheme classificationScheme) Sets the ClassificationScheme for this external classification.voidExternalIdentifier.setIdentificationScheme(ClassificationScheme identificationScheme) Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidPostalAddress.setPostalScheme(ClassificationScheme scheme) Sets a user-defined postal scheme for codifying the attributes of PostalAddress.