站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档

Uses of Interface javax.xml.registry.infomodel.Concept (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档


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

Packages that use Concept
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Concept in javax.xml.registry
 

Methods in javax.xml.registry that return Concept
 Concept LifeCycleManager.createConcept(RegistryObject parent, String name, String value)
           
 Concept LifeCycleManager.createConcept(RegistryObject parent, InternationalString 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)
           
 

Uses of Concept in javax.xml.registry.infomodel
 

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

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.