Uses of Interface
javax.xml.registry.infomodel.Concept

Packages that use Concept
com.sun.xml.registry.common.tools   
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Concept in com.sun.xml.registry.common.tools
 

Methods in com.sun.xml.registry.common.tools that return Concept
 Concept JAXRConceptsManager.findConceptByPath(String path)
           
 Concept JAXRConceptsManager.getConceptById(String id)
           
 

Uses of Concept in com.sun.xml.registry.uddi
 

Methods in com.sun.xml.registry.uddi that return Concept
 Concept LifeCycleManagerImpl.createConcept(RegistryObject parent, InternationalString name, String value)
           
 Concept LifeCycleManagerImpl.createConcept(RegistryObject parent, String name, String value)
           
 Concept BusinessQueryManagerImpl.findConceptByPath(String path)
          Find a Concept based on the path specified.
 

Methods in com.sun.xml.registry.uddi with parameters of type Concept
 Association LifeCycleManagerImpl.createAssociation(RegistryObject targetObject, Concept associationType)
          Create an Association instance using the specified parameters.
 Classification LifeCycleManagerImpl.createClassification(Concept concept)
          Create a Classification instance for an internal Classification using the specified Concept which identifies a taxonomy element within an internal ClassificationScheme.
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(Concept concept)
          Creates a ClassificationScheme from a Concept that has no ClassificationScheme or parent Concept.
 void LifeCycleManagerImpl.createConceptEquivalence(Concept concept1, Concept concept2)
          Create a semantic equivalence between the two specified Concepts.
 void LifeCycleManagerImpl.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
 class ConceptImpl
          Implementation of Concept interface.
 

Methods in com.sun.xml.registry.uddi.infomodel that return Concept
 Concept AssociationImpl.getAssociationType()
          Gets the predefined association type for this Association.
 Concept ClassificationImpl.getConcept()
          Gets the Concept that is classifying the object.
 Concept RegistryObjectImpl.getObjectType()
          Level 1 method
 Concept ConceptImpl.getParentConcept()
          Get the parent Concept or null if parent is a ClassificationScheme
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Concept
 void ClassificationSchemeImpl.addChildConcept(Concept concept)
          Add a child Concept
 void ConceptImpl.addChildConcept(Concept concept)
          Add a child Concept
 void ClassificationSchemeImpl.removeChildConcept(Concept concept)
          Remove child concept
 void ConceptImpl.removeChildConcept(Concept concept)
          Remove child concept
 void AssociationImpl.setAssociationType(Concept associationType)
          Sets the predefined association type for this Association.
 void ClassificationImpl.setConcept(Concept concept)
          Sets the Concept for this classification.
 void RegistryObjectImpl.setObjectType(Concept objectType)
          Level 1 method
 void ConceptImpl.setParentConcept(Concept parent)
          For use by Composite class only Use parent.addChild to set parent in client code
 

Constructors in com.sun.xml.registry.uddi.infomodel with parameters of type Concept
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
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
          Creates a Concept instance using the specified parameters, where the name is an InternationalString.
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
          Creates a Concept instance using the specified parameters, where the name is a String.
 Concept BusinessQueryManager.findConceptByPath(String path)
          Finds a Concept based on the path specified.
 

Methods in javax.xml.registry with parameters of type Concept
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
          Creates an Association instance using the specified parameters.
 Classification 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.
 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 Concept
 Concept Association.getAssociationType()
          Gets the association type for this Association.
 Concept Classification.getConcept()
          Gets the Concept that is classifying the object.
 Concept RegistryObject.getObjectType()
          Gets the object type that best describes the RegistryObject.
 Concept Concept.getParentConcept()
          Gets the parent Concept or null if parent is a ClassificationScheme.
 

Methods in javax.xml.registry.infomodel with parameters of type Concept
 void Concept.addChildConcept(Concept concept)
          Adds a child Concept.
 void ClassificationScheme.addChildConcept(Concept concept)
          Adds a child Concept.
 void Concept.removeChildConcept(Concept concept)
          Removes a child Concept.
 void ClassificationScheme.removeChildConcept(Concept concept)
          Removes a child Concept.
 void Association.setAssociationType(Concept associationType)
          Sets the association type for this Association.
 void Classification.setConcept(Concept concept)
          Sets the concept for this internal classification.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.