Uses of Class
org.alfresco.rest.model.RestTagModel
-
Packages that use RestTagModel Package Description org.alfresco.rest.model org.alfresco.rest.requests org.alfresco.rest.requests.coreAPI -
-
Uses of RestTagModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestTagModel Modifier and Type Method Description RestTagModelRestTagModel. assertResponseIsNotEmpty()RestTagModelRestTagModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestTagModel Modifier and Type Method Description ModelAssertion<RestTagModel>RestTagModel. and()DSL for assertion on this rest modelModelAssertion<RestTagModel>RestTagModel. assertThat()DSL for assertion on this rest model -
Uses of RestTagModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestTagModel Modifier and Type Method Description RestTagModelNode. addTag(java.lang.String tag)Adds a tag to the given content nodeRestTagModelTags. getTag()Retrieves a tag with ID using GET call on using GET call on "/tags/{tagId}"RestTagModelTags. update(java.lang.String newTag)Update a tag using PUT call on tags/{tagId}Methods in org.alfresco.rest.requests with parameters of type RestTagModel Modifier and Type Method Description voidNode. 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 Constructor Description Tags(RestTagModel tag, RestWrapper restWrapper) -
Uses of RestTagModel in org.alfresco.rest.requests.coreAPI
Methods in org.alfresco.rest.requests.coreAPI that return RestTagModel Modifier and Type Method Description RestTagModelRestCoreAPI. getTag(RestTagModel tag)Methods in org.alfresco.rest.requests.coreAPI with parameters of type RestTagModel Modifier and Type Method Description RestTagModelRestCoreAPI. getTag(RestTagModel tag)TagsRestCoreAPI. usingTag(RestTagModel tag)
-