Uses of Interface
javax.xml.registry.infomodel.ClassificationScheme
-
Packages that use ClassificationScheme Package Description com.sun.xml.registry.common.tools 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 ClassificationScheme in com.sun.xml.registry.common.tools
Methods in com.sun.xml.registry.common.tools that return ClassificationScheme Modifier and Type Method Description ClassificationSchemeJAXRConceptsManager. getClassificationSchemeById(String id)Methods in com.sun.xml.registry.common.tools with parameters of type ClassificationScheme Modifier and Type Method Description CollectionJAXRConceptsManager. getChildConcepts(ClassificationScheme scheme) -
Uses of ClassificationScheme in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return ClassificationScheme Modifier and Type Method Description ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(String name, String description)ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(Concept concept)Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(InternationalString name, InternationalString description)ClassificationSchemeBusinessQueryManagerImpl. findClassificationSchemeByName(Collection findQualifiers, String namePattern)Find a ClassificationScheme by name based on the specified name pattern.ClassificationSchemeRegistryServiceImpl. getDefaultPostalScheme()Methods in com.sun.xml.registry.uddi with parameters of type ClassificationScheme Modifier and Type Method Description ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme scheme, String name, String value)Create a Classification instance for an external Classification using the specified name and value that identifies a taxonomy element within specified ClassificationScheme.ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme classificationScheme, InternationalString name, String value)ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Create an ExternalIdentifier instance using the specified parameters.ExternalIdentifierLifeCycleManagerImpl. createExternalIdentifier(ClassificationScheme identificationScheme, InternationalString name, String value)CollectionUDDIMapper. getChildConcepts(ClassificationScheme scheme) -
Uses of ClassificationScheme in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement ClassificationScheme Modifier and Type Class Description classClassificationSchemeImplImplementation of ClassificationScheme interfaceMethods in com.sun.xml.registry.uddi.infomodel that return ClassificationScheme Modifier and Type Method Description ClassificationSchemeClassificationImpl. getClassificationScheme()Get the classifiation schemeClassificationSchemeConceptImpl. getClassificationScheme()Get the parent classification scheme.ClassificationSchemeExternalIdentifierImpl. getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.ClassificationSchemePostalAddressImpl. getPostalScheme()Get a user-defined postal scheme for codifying the attributes of PostalAddress If none is defined for this object, then must rerturn the default value returned by RegistryService#getDefaultPostalScheme()Methods in com.sun.xml.registry.uddi.infomodel with parameters of type ClassificationScheme Modifier and Type Method Description voidClassificationImpl. setClassificationScheme(ClassificationScheme classificationScheme)Sets the ClassificationScheme for this classification.voidConceptImpl. setClassificationScheme(ClassificationScheme scheme)Internal method to set the ClassificationScheme.voidExternalIdentifierImpl. setIdentificationScheme(ClassificationScheme classificationScheme)Sets the ClassificationScheme that is used as the identification scheme for identifying this object.voidPostalAddressImpl. setPostalScheme(ClassificationScheme scheme)Set a user-defined postal scheme for codifying the attributes of PostalAddressConstructors in com.sun.xml.registry.uddi.infomodel with parameters of type ClassificationScheme Constructor Description ClassificationImpl(ClassificationScheme scheme, String name, String value)ExternalIdentifierImpl(ClassificationScheme identificationScheme, String name, String value) -
Uses of ClassificationScheme in javax.xml.registry
Methods in javax.xml.registry that return ClassificationScheme Modifier and Type Method Description ClassificationSchemeLifeCycleManager. createClassificationScheme(String name, String description)Creates a ClassificationScheme given the specified String parameters.ClassificationSchemeLifeCycleManager. createClassificationScheme(Concept concept)Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.ClassificationSchemeLifeCycleManager. createClassificationScheme(InternationalString name, InternationalString description)Creates a ClassificationScheme given the specified InternationalString parameters.ClassificationSchemeBusinessQueryManager. findClassificationSchemeByName(Collection findQualifiers, String namePattern)Finds a ClassificationScheme by name based on the specified find qualifiers and name pattern.ClassificationSchemeRegistryService. getDefaultPostalScheme()Gets the default user-defined postal scheme for codifying the attributes of PostalAddress.Methods in javax.xml.registry with parameters of type ClassificationScheme Modifier and Type Method Description ClassificationLifeCycleManager. 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.ClassificationLifeCycleManager. 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.ExternalIdentifierLifeCycleManager. createExternalIdentifier(ClassificationScheme identificationScheme, String name, String value)Creates an ExternalIdentifier instance using the specified parameters, where the name is a String.ExternalIdentifierLifeCycleManager. 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 ClassificationScheme Modifier and Type Method Description ClassificationSchemeClassification. getClassificationScheme()Gets the ClassificationScheme that is used in classifying the object.ClassificationSchemeConcept. getClassificationScheme()Gets the ClassificationScheme that this Concept is a descendent of.ClassificationSchemeExternalIdentifier. getIdentificationScheme()Gets the ClassificationScheme that is used as the identification scheme for identifying this object.ClassificationSchemePostalAddress. getPostalScheme()Returns a user-defined postal scheme for codifying the attributes of PostalAddress.Methods in javax.xml.registry.infomodel with parameters of type ClassificationScheme Modifier and Type Method Description voidClassification. 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.
-