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

Packages that use Concept
javax.xml.registry   
javax.xml.registry.infomodel   
org.apache.ws.scout.registry   
org.apache.ws.scout.registry.infomodel   
org.apache.ws.scout.util   
 

Uses of Concept in javax.xml.registry
 

Methods in javax.xml.registry that return Concept
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString name, String value)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
           
 Concept BusinessQueryManager.findConceptByPath(String path)
           
 

Methods in javax.xml.registry with parameters of type Concept
 Association LifeCycleManager.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Classification LifeCycleManager.createClassification(Concept concept)
           
 ClassificationScheme LifeCycleManager.createClassificationScheme(Concept concept)
           
 

Method parameters in javax.xml.registry with type arguments of type Concept
 BulkResponse BusinessLifeCycleManager.saveConcepts(Collection<Concept> concepts)
           
 

Uses of Concept in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Concept
 Concept Association.getAssociationType()
           
 Concept Classification.getConcept()
           
 Concept RegistryObject.getObjectType()
           
 Concept Concept.getParentConcept()
           
 

Methods in javax.xml.registry.infomodel that return types with arguments of type Concept
 Collection<Concept> Concept.getChildrenConcepts()
           
 Collection<Concept> Concept.getDescendantConcepts()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Concept
 void ClassificationScheme.addChildConcept(Concept concept)
           
 void Concept.addChildConcept(Concept concept)
           
 void ClassificationScheme.removeChildConcept(Concept concept)
           
 void Concept.removeChildConcept(Concept concept)
           
 void Association.setAssociationType(Concept associationType)
           
 void Classification.setConcept(Concept concept)
           
 

Method parameters in javax.xml.registry.infomodel with type arguments of type Concept
 void ClassificationScheme.addChildConcepts(Collection<Concept> concepts)
           
 void Concept.addChildConcepts(Collection<Concept> concepts)
           
 void ClassificationScheme.removeChildConcepts(Collection<Concept> concepts)
           
 void Concept.removeChildConcepts(Collection<Concept> concepts)
           
 

Uses of Concept in org.apache.ws.scout.registry
 

Methods in org.apache.ws.scout.registry 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)
           
 

Methods in org.apache.ws.scout.registry with parameters of type Concept
 Association LifeCycleManagerImpl.createAssociation(RegistryObject targetObject, Concept associationType)
           
 Classification LifeCycleManagerImpl.createClassification(Concept concept)
           
 ClassificationScheme LifeCycleManagerImpl.createClassificationScheme(Concept concept)
           
 

Uses of Concept in org.apache.ws.scout.registry.infomodel
 

Classes in org.apache.ws.scout.registry.infomodel that implement Concept
 class ConceptImpl
          Implements JAXR Interface.
 

Methods in org.apache.ws.scout.registry.infomodel that return Concept
 Concept AssociationImpl.getAssociationType()
           
 Concept ClassificationImpl.getConcept()
           
 Concept RegistryObjectImpl.getObjectType()
           
 Concept ConceptImpl.getParentConcept()
           
 

Methods in org.apache.ws.scout.registry.infomodel that return types with arguments of type Concept
 Collection<Concept> ConceptImpl.getChildrenConcepts()
           
 Collection<Concept> ConceptImpl.getDescendantConcepts()
           
 

Methods in org.apache.ws.scout.registry.infomodel with parameters of type Concept
 void ClassificationSchemeImpl.addChildConcept(Concept concept)
           
 void ConceptImpl.addChildConcept(Concept concept)
           
 void ClassificationSchemeImpl.removeChildConcept(Concept concept)
           
 void ConceptImpl.removeChildConcept(Concept c)
           
 void AssociationImpl.setAssociationType(Concept concept)
           
 void ClassificationImpl.setConcept(Concept cpt)
           
 void ConceptImpl.setParentconcept(Concept parentconcept)
           
 

Method parameters in org.apache.ws.scout.registry.infomodel with type arguments of type Concept
 void ClassificationSchemeImpl.addChildConcepts(Collection<Concept> collection)
           
 void ConceptImpl.addChildConcepts(Collection<Concept> collection)
           
 void ConceptImpl.setChildconcepts(Collection<Concept> childconcepts)
           
 

Uses of Concept in org.apache.ws.scout.util
 

Methods in org.apache.ws.scout.util that return Concept
static Concept ScoutUddiJaxrHelper.getConcept(TModelDetail tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModelInfo tm, LifeCycleManager lcm)
           
static Concept ScoutUddiJaxrHelper.getConcept(TModel tmodel, LifeCycleManager lcm)
           
static Concept EnumerationHelper.getConceptByPath(String path)
           
 

Methods in org.apache.ws.scout.util with parameters of type Concept
static TModel ScoutJaxrUddiHelper.getTModelFromJAXRConcept(Concept scheme)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.