Package | Description |
---|---|
javax.xml.registry | |
javax.xml.registry.infomodel |
Modifier and Type | Method and Description |
---|---|
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
InternationalString name,
String value) |
Concept |
LifeCycleManager.createConcept(RegistryObject parent,
String name,
String value) |
Concept |
BusinessQueryManager.findConceptByPath(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 © 2017 JBoss by Red Hat. All rights reserved.