Uses of Class
org.alfresco.rest.model.RestCategoryModel
Packages that use RestCategoryModel
Package
Description
-
Uses of RestCategoryModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCategoryModel -
Uses of RestCategoryModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestCategoryModelModifier and TypeMethodDescriptionCategories.createSingleCategory(RestCategoryModel restCategoryModel) Create single category.Categories.getCategory()Retrieves a category with ID using GET call on "/categories/{categoryId}"Node.linkToCategory(RestCategoryLinkBodyModel categoryLink) Link content to category performing POST call on "/nodes/{nodeId}/category-links"Categories.updateCategory(RestCategoryModel restCategoryModel) Update single category.Methods in org.alfresco.rest.requests with parameters of type RestCategoryModelModifier and TypeMethodDescriptionCategories.createSingleCategory(RestCategoryModel restCategoryModel) Create single category.Categories.updateCategory(RestCategoryModel restCategoryModel) Update single category.Method parameters in org.alfresco.rest.requests with type arguments of type RestCategoryModelModifier and TypeMethodDescriptionCategories.createCategoriesList(List<RestCategoryModel> restCategoryModels) Create several categories in one request.Constructors in org.alfresco.rest.requests with parameters of type RestCategoryModel -
Uses of RestCategoryModel in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI with parameters of type RestCategoryModel