Uses of Interface
javax.xml.registry.infomodel.Classification
Packages that use Classification
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 Classification in javax.xml.registry
Methods in javax.xml.registry that return ClassificationModifier 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.createClassification(Concept concept) Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme. -
Uses of Classification in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type ClassificationModifier and TypeMethodDescriptionvoidRegistryObject.addClassification(Classification classification) Adds specified Classification to this object.voidRegistryObject.removeClassification(Classification classification) Removes specified Classification from this object.