Uses of Class
org.alfresco.rest.model.RestTagModelsCollection
-
Packages that use RestTagModelsCollection Package Description org.alfresco.rest.requests org.alfresco.rest.requests.coreAPI -
-
Uses of RestTagModelsCollection in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestTagModelsCollection Modifier and Type Method Description RestTagModelsCollectionNode. addTags(java.lang.String... tags)Adds multiple tags to the given content nodeRestTagModelsCollectionNode. getNodeTags()Get node tags using GET call on 'nodes/{nodeId}/tags'RestTagModelsCollectionTags. 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 RestTagModelsCollection Modifier and Type Method Description RestTagModelsCollectionRestCoreAPI. getTags()
-