Uses of Class
org.alfresco.rest.model.RestCategoryLinkBodyModel
Packages that use RestCategoryLinkBodyModel
-
Uses of RestCategoryLinkBodyModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestCategoryLinkBodyModel -
Uses of RestCategoryLinkBodyModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests with parameters of type RestCategoryLinkBodyModelModifier and TypeMethodDescriptionNode.linkToCategory(RestCategoryLinkBodyModel categoryLink) Link content to category performing POST call on "/nodes/{nodeId}/category-links"Method parameters in org.alfresco.rest.requests with type arguments of type RestCategoryLinkBodyModelModifier and TypeMethodDescriptionNode.linkToCategories(List<RestCategoryLinkBodyModel> categoryLinks) Link content to many categories performing POST call on "/nodes/{nodeId}/category-links"