public interface Concept extends RegistryObject
Modifier and Type | Method and Description |
---|---|
void |
addChildConcept(Concept concept) |
void |
addChildConcepts(Collection concepts) |
int |
getChildConceptCount() |
Collection |
getChildrenConcepts() |
ClassificationScheme |
getClassificationScheme() |
Collection |
getDescendantConcepts() |
RegistryObject |
getParent() |
Concept |
getParentConcept() |
String |
getPath() |
String |
getValue() |
void |
removeChildConcept(Concept concept) |
void |
removeChildConcepts(Collection concepts) |
void |
setValue(String value) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXML
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots
void addChildConcept(Concept concept) throws JAXRException
JAXRException
void addChildConcepts(Collection concepts) throws JAXRException
JAXRException
int getChildConceptCount() throws JAXRException
JAXRException
Collection getChildrenConcepts() throws JAXRException
JAXRException
ClassificationScheme getClassificationScheme() throws JAXRException
JAXRException
Collection getDescendantConcepts() throws JAXRException
JAXRException
RegistryObject getParent() throws JAXRException
JAXRException
Concept getParentConcept() throws JAXRException
JAXRException
String getPath() throws JAXRException
JAXRException
String getValue() throws JAXRException
JAXRException
void removeChildConcept(Concept concept) throws JAXRException
JAXRException
void removeChildConcepts(Collection concepts) throws JAXRException
JAXRException
void setValue(String value) throws JAXRException
JAXRException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.