Uses of Interface
javax.xml.registry.infomodel.Concept
-
Packages that use Concept 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 Concept in com.sun.xml.registry.common.tools
Methods in com.sun.xml.registry.common.tools that return Concept Modifier and Type Method Description ConceptJAXRConceptsManager. findConceptByPath(String path)ConceptJAXRConceptsManager. getConceptById(String id) -
Uses of Concept in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Concept Modifier and Type Method Description ConceptLifeCycleManagerImpl. createConcept(RegistryObject parent, String name, String value)ConceptLifeCycleManagerImpl. createConcept(RegistryObject parent, InternationalString name, String value)ConceptBusinessQueryManagerImpl. findConceptByPath(String path)Find a Concept based on the path specified.Methods in com.sun.xml.registry.uddi with parameters of type Concept Modifier and Type Method Description AssociationLifeCycleManagerImpl. createAssociation(RegistryObject targetObject, Concept associationType)Create an Association instance using the specified parameters.ClassificationLifeCycleManagerImpl. createClassification(Concept concept)Create a Classification instance for an internal Classification using the specified Concept which identifies a taxonomy element within an internal ClassificationScheme.ClassificationSchemeLifeCycleManagerImpl. createClassificationScheme(Concept concept)Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.voidLifeCycleManagerImpl. createConceptEquivalence(Concept concept1, Concept concept2)Create a semantic equivalence between the two specified Concepts.voidLifeCycleManagerImpl. deleteConceptEquivalence(Concept concept1, Concept concept2)Removes the semantic equivalence, if any, between the specified two Concepts. -
Uses of Concept in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Concept Modifier and Type Class Description classConceptImplImplementation of Concept interface.Methods in com.sun.xml.registry.uddi.infomodel that return Concept Modifier and Type Method Description ConceptAssociationImpl. getAssociationType()Gets the predefined association type for this Association.ConceptClassificationImpl. getConcept()Gets the Concept that is classifying the object.ConceptRegistryObjectImpl. getObjectType()Level 1 methodConceptConceptImpl. getParentConcept()Get the parent Concept or null if parent is a ClassificationSchemeMethods in com.sun.xml.registry.uddi.infomodel with parameters of type Concept Modifier and Type Method Description voidClassificationSchemeImpl. addChildConcept(Concept concept)Add a child ConceptvoidConceptImpl. addChildConcept(Concept concept)Add a child ConceptvoidClassificationSchemeImpl. removeChildConcept(Concept concept)Remove child conceptvoidConceptImpl. removeChildConcept(Concept concept)Remove child conceptvoidAssociationImpl. setAssociationType(Concept associationType)Sets the predefined association type for this Association.voidClassificationImpl. setConcept(Concept concept)Sets the Concept for this classification.voidRegistryObjectImpl. setObjectType(Concept objectType)Level 1 methodvoidConceptImpl. setParentConcept(Concept parent)For use by Composite class only Use parent.addChild to set parent in client codeConstructors in com.sun.xml.registry.uddi.infomodel with parameters of type Concept Constructor Description AssociationImpl(RegistryObject targetObject, Concept associationType)ClassificationImpl(Concept concept)ClassificationSchemeImpl(Concept concept) -
Uses of Concept in javax.xml.registry
Methods in javax.xml.registry that return Concept Modifier and Type Method Description ConceptLifeCycleManager. createConcept(RegistryObject parent, String name, String value)Creates a Concept instance using the specified parameters, where the name is a String.ConceptLifeCycleManager. createConcept(RegistryObject parent, InternationalString name, String value)Creates a Concept instance using the specified parameters, where the name is an InternationalString.ConceptBusinessQueryManager. findConceptByPath(String path)Finds a Concept based on the path specified.Methods in javax.xml.registry with parameters of type Concept Modifier and Type Method Description AssociationLifeCycleManager. createAssociation(RegistryObject targetObject, Concept associationType)Creates an Association instance using the specified parameters.ClassificationLifeCycleManager. createClassification(Concept concept)Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme.ClassificationSchemeLifeCycleManager. 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 Concept Modifier and Type Method Description ConceptAssociation. getAssociationType()Gets the association type for this Association.ConceptClassification. getConcept()Gets the Concept that is classifying the object.ConceptRegistryObject. getObjectType()Gets the object type that best describes the RegistryObject.ConceptConcept. getParentConcept()Gets the parent Concept or null if parent is a ClassificationScheme.Methods in javax.xml.registry.infomodel with parameters of type Concept Modifier and Type Method Description voidClassificationScheme. 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.
-