|
Method Summary | ||
createCategory(NodeRef parent, String name) Create a new category. |
||
createClassification(StoreRef storeRef, QName aspectName, String attributeName) Create a new category. |
||
createRootCategory(StoreRef storeRef, QName aspectName, String name) Create a new root category in the given classification |
||
void |
deleteCategory(NodeRef nodeRef) Delete a category |
|
void |
deleteClassification(StoreRef storeRef, QName aspectName) Delete a classification |
|
getCategories(StoreRef storeRef, QName aspectQName, org.alfresco.service.cmr.search.CategoryService.Depth depth) Get a list of all the categories appropriate for a given property. |
||
getCategory(NodeRef parent, QName aspectName, String name) Looks up a category by name under its immediate parent. |
||
getChildren(NodeRef categoryRef, org.alfresco.service.cmr.search.CategoryService.Mode mode, org.alfresco.service.cmr.search.CategoryService.Depth depth) Get the children of a given category node |
||
getClassificationAspects() Get all the types that represent categories |
||
getClassifications(StoreRef storeRef) Get all the classification entries |
||
getRootCategories(StoreRef storeRef, QName aspectName) Get the root categories for an aspect/classification |
||
getRootCategories(StoreRef storeRef, QName aspectName, PagingRequest pagingRequest, boolean sortByName) Get a paged list of the root categories for an aspect/classification |
||
getRootCategories(StoreRef storeRef, QName aspectName, PagingRequest pagingRequest, boolean sortByName, String filter) Get a paged list of the root categories for an aspect/classification |
||
getRootCategories(StoreRef storeRef, QName aspectName, String filter) Get the root categories for an aspect/classification with names that start with filter |
||
getRootCategories(StoreRef storeRef, QName aspectName, String name, boolean create) Gets root categories by name, optionally creating one if one does not exist. |
||
getTopCategories(StoreRef storeRef, QName aspectName, int count) Get the most polular categories |
|