Uses of Class
org.alfresco.rest.api.model.Category
Packages that use Category
Package
Description
-
Uses of Category in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return CategoryMethods in org.alfresco.rest.api that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategories.createSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) Categories.getCategoryChildren(String parentCategoryId, Parameters params) Method parameters in org.alfresco.rest.api with type arguments of type CategoryModifier and TypeMethodDescriptionCategories.createSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) -
Uses of Category in org.alfresco.rest.api.categories
Methods in org.alfresco.rest.api.categories that return CategoryModifier and TypeMethodDescriptionCategoriesEntityResource.readById(String id, Parameters parameters) Methods in org.alfresco.rest.api.categories that return types with arguments of type CategoryModifier and TypeMethodDescriptionSubcategoriesRelation.create(String parentCategoryId, List<Category> categoryList, Parameters parameters) SubcategoriesRelation.readAll(String parentCategoryId, Parameters params) Method parameters in org.alfresco.rest.api.categories with type arguments of type Category -
Uses of Category in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return CategoryMethods in org.alfresco.rest.api.impl that return types with arguments of type CategoryModifier and TypeMethodDescriptionCategoriesImpl.createSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) CategoriesImpl.getCategoryChildren(String parentCategoryId, Parameters params) Method parameters in org.alfresco.rest.api.impl with type arguments of type CategoryModifier and TypeMethodDescriptionCategoriesImpl.createSubcategories(String parentCategoryId, List<Category> categories, Parameters parameters) -
Uses of Category in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return Category