Uses of Class
org.alfresco.rest.model.RestTagModelsCollection
Packages that use RestTagModelsCollection
-
Uses of RestTagModelsCollection in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestTagModelsCollectionModifier and TypeMethodDescriptionAdds multiple tags to the given content nodeNode.getNodeTags()Get node tags using GET call on 'nodes/{nodeId}/tags'Tags.getTags()Retrieves 100 tags (this is the default size when maxItems is not specified) from Alfresco using GET call on "/tags" -
Uses of RestTagModelsCollection in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI that return RestTagModelsCollectionModifier and TypeMethodDescriptionRestCoreAPI.createTags(List<RestTagModel> tags) Create several orphan tags in one request.RestCoreAPI.getTags()