|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Taxonomy
A Taxonomy instance represents a taxonomy that may be used to
classify or categorize RegistryObject instances.
Supported operations:
Method Summary | |
---|---|
java.util.Collection<Category> |
getChildCategories()
Gets all Children Categories. |
int |
getChildCategoryCount()
Gets number of children. |
java.util.Collection<Category> |
getDescendantCategories()
Gets all descendant Categories. |
boolean |
isExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme. |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteRegistryObject |
---|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getUserVersion, getVisiblePrimaryProfiles, isLatestVersionObject, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setUserVersion |
Methods inherited from interface com.softwareag.centrasite.api.csom.CentraSiteObject |
---|
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue |
Method Detail |
---|
int getChildCategoryCount() throws CLLException
CLLException
- If fetch encounters an internal errorjava.util.Collection<Category> getChildCategories() throws CLLException
CLLException
- If fetch encounters an internal errorjava.util.Collection<Category> getDescendantCategories() throws CLLException
CLLException
- If fetch encounters an internal errorboolean isExternal() throws CLLException
CLLException
- If fetch encounters an internal error
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |