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 |
isBrowsable()
Determines if this Taxonomy is browsable.
|
boolean |
isExternal()
Determines whether this ClassificationScheme is an external ClassificationScheme or an internal ClassificationScheme.
|
void |
setBrowsable(boolean isBrowsable)
Marks a Taxonomy as browsable.
|
getConsumedAssets, getConsumers, getDescription, getDescription, getDisplayVersion, getInitialVirtualAssetName, getLastModifiedTimeStamp, getLCMAssignment, getLocalName, getMandatoryAttributeProfiles, getName, getName, getNameSpace, getNextVersion, getNextVersions, getOrganization, getOwner, getPendingApprovals, getPreviousVersion, getPreviousVersions, getRegistryObject, getRelationShipValueMap, getRequestedUser, getSubscribers, getSystemVersion, getTitle, getType, getUserVersion, getVisiblePrimaryProfiles, getVisibleProfile, isDeployedOn, isLatestVersionObject, isPropagatePermissions, isPropagateProfilePermissions, removeConsumedAssets, removeConsumers, setDescription, setDescription, setDisplayVersion, setLCMState, setLocalName, setName, setName, setNameSpace, setOrganization, setOwner, setPropagatePermissions, setPropagateProfilePermissions, setRelationShipValueMap, setUserVersion
delete, getAttributeLink, getAttributeValue, getAttributeValue, getAttributeValue, getId, isModified, isPredefined, 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 errorboolean isBrowsable() throws CLLException
CLLException
- If fetch encounters an internal errorvoid setBrowsable(boolean isBrowsable) throws CLLException
isBrowsable
- true if this is a browsable Taxonomy and false otherwiseCLLException
- If fetch encounters an internal error