Uses of Class
org.alfresco.rest.model.RestTagModel
Packages that use RestTagModel
Package
Description
-
Uses of RestTagModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestTagModel -
Uses of RestTagModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestTagModelModifier and TypeMethodDescriptionAdds a tag to the given content nodeTags.getTag()Retrieves a tag with ID using GET call on using GET call on "/tags/{tagId}"Update a tag using PUT call on tags/{tagId}Methods in org.alfresco.rest.requests with parameters of type RestTagModelModifier and TypeMethodDescriptionvoidNode.deleteTag(RestTagModel tag) Deletes a tag for a specific content node using DELETE call on nodes/{nodeId}/tags/{tagId}Constructors in org.alfresco.rest.requests with parameters of type RestTagModel -
Uses of RestTagModel in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI that return RestTagModelMethods in org.alfresco.rest.requests.coreAPI with parameters of type RestTagModelModifier and TypeMethodDescriptionRestCoreAPI.getTag(RestTagModel tag) RestCoreAPI.usingTag(RestTagModel tag)