Uses of Interface
javax.xml.registry.infomodel.Concept
Packages that use Concept
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 Concept in javax.xml.registry
Methods in javax.xml.registry that return ConceptModifier and TypeMethodDescriptionLifeCycleManager.createConcept(RegistryObject parent, String name, String value) Creates a Concept instance using the specified parameters, where the name is a String.LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value) Creates a Concept instance using the specified parameters, where the name is an InternationalString.BusinessQueryManager.findConceptByPath(String path) Finds a Concept based on the path specified.Methods in javax.xml.registry with parameters of type ConceptModifier and TypeMethodDescriptionLifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType) Creates an Association instance using the specified parameters.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.LifeCycleManager.createClassificationScheme(Concept concept) Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept. -
Uses of Concept in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return ConceptModifier and TypeMethodDescriptionAssociation.getAssociationType()Gets the association type for this Association.Classification.getConcept()Gets the Concept that is classifying the object.RegistryObject.getObjectType()Gets the object type that best describes the RegistryObject.Concept.getParentConcept()Gets the parent Concept or null if parent is a ClassificationScheme.Methods in javax.xml.registry.infomodel with parameters of type ConceptModifier and TypeMethodDescriptionvoidClassificationScheme.addChildConcept(Concept concept) Adds a child Concept.voidConcept.addChildConcept(Concept concept) Adds a child Concept.voidClassificationScheme.removeChildConcept(Concept concept) Removes a child Concept.voidConcept.removeChildConcept(Concept concept) Removes a child Concept.voidAssociation.setAssociationType(Concept associationType) Sets the association type for this Association.voidClassification.setConcept(Concept concept) Sets the concept for this internal classification.