public interface Taxonomy extends CentraSiteRegistryObject
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Category> |
getChildCategories()
Gets all immediate Children Categories.
|
int |
getChildCategoryCount()
Obtains the number of children under this taxonomy.
|
java.util.Collection<Category> |
getDescendantCategories()
Gets all descendant Categories (any level).
|
boolean |
isExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
|
getConsumers, getDescription, getDescription, getDisplayVersion, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getSubscribers, getSystemVersion, getTitle, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, getType, isModified, isReadOnly, save, setAttributeValue, setAttributeValue, setAttributeValue
int getChildCategoryCount() throws CLLException
CLLException
- If fetch encounters an internal errorjava.util.Collection<Category> getChildCategories() throws CLLException
Collection
of Category
instances. The Collection may be empty but not null.CLLException
- If fetch encounters an internal errorjava.util.Collection<Category> getDescendantCategories() throws CLLException
Collection
of Category
instances. The Collection may be empty but not null.CLLException
- If fetch encounters an internal errorboolean isExternal() throws CLLException
CLLException
- If fetch encounters an internal error