Package org.alfresco.rest.api.impl
Class CategoriesImpl
java.lang.Object
org.alfresco.rest.api.impl.CategoriesImpl
- All Implemented Interfaces:
Categories
-
Constructor Summary
ConstructorsConstructorDescriptionCategoriesImpl(AuthorityService authorityService, CategoryService categoryService, Nodes nodes, NodeService nodeService) -
Method Summary
Modifier and TypeMethodDescriptioncreateSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) voiddeleteCategoryById(String id, Parameters params) getCategoryById(String id, Parameters params) getCategoryChildren(String parentCategoryId, Parameters params)
-
Constructor Details
-
CategoriesImpl
public CategoriesImpl(AuthorityService authorityService, CategoryService categoryService, Nodes nodes, NodeService nodeService)
-
-
Method Details
-
getCategoryById
- Specified by:
getCategoryByIdin interfaceCategories
-
createSubcategories
public List<Category> createSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) - Specified by:
createSubcategoriesin interfaceCategories
-
getCategoryChildren
public CollectionWithPagingInfo<Category> getCategoryChildren(String parentCategoryId, Parameters params) - Specified by:
getCategoryChildrenin interfaceCategories
-
deleteCategoryById
- Specified by:
deleteCategoryByIdin interfaceCategories
-