Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel |
Modifier and Type | Method and Description |
---|---|
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
InternationalString name,
java.lang.String value) |
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
java.lang.String name,
java.lang.String value) |
Concept |
BusinessQueryManager.findConceptByPath(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
Association |
LifeCycleManager.createAssociation(RegistryObject targetObject,
Concept associationType) |
Classification |
LifeCycleManager.createClassification(Concept concept) |
ClassificationScheme |
LifeCycleManager.createClassificationScheme(Concept concept) |
Modifier and Type | Method and Description |
---|---|
Concept |
Association.getAssociationType() |
Concept |
Classification.getConcept() |
Concept |
RegistryObject.getObjectType() |
Concept |
Concept.getParentConcept() |
Modifier and Type | Method and Description |
---|---|
void |
Concept.addChildConcept(Concept concept) |
void |
ClassificationScheme.addChildConcept(Concept concept) |
void |
Concept.removeChildConcept(Concept concept) |
void |
ClassificationScheme.removeChildConcept(Concept concept) |
void |
Association.setAssociationType(Concept associationType) |
void |
Classification.setConcept(Concept concept) |
Copyright © 2004-2013 Apache Web Services. All Rights Reserved.