|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
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)
|
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 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |