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 RestTagModelModifier and TypeMethodDescriptionRestTagModel.assertResponseIsNotEmpty()RestTagModel.Builder.create()RestTagModel.onModel() -
Uses of RestTagModel in org.alfresco.rest.repo.resource.content
Methods in org.alfresco.rest.repo.resource.content with parameters of type RestTagModelModifier and TypeMethodDescriptionvoidMultiContentCreator.tag(RestTagModel tag) voidMultiContentCreator.tags(RestTagModel... tags) -
Uses of RestTagModel in org.alfresco.rest.repo.resource.general
Methods in org.alfresco.rest.repo.resource.general with type parameters of type RestTagModelModifier and TypeMethodDescription<TAG extends RestTagModel>
voidSpecifier.AssociationSpecifier.tag(TAG tag) <TAG extends RestTagModel>
voidSpecifier.MultiContentSpecifier.tags(TAG... tags) Methods in org.alfresco.rest.repo.resource.general with parameters of type RestTagModelModifier and TypeMethodDescription<TAG extends RestTagModel>
voidSpecifier.MultiContentSpecifier.tags(TAG... tags) -
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 RestTagModelModifier and TypeMethodDescriptionRestCoreAPI.createSingleTag(RestTagModel tag) Create a single orphan tag.RestCoreAPI.getTag(RestTagModel tag) Methods in org.alfresco.rest.requests.coreAPI with parameters of type RestTagModelModifier and TypeMethodDescriptionRestCoreAPI.createSingleTag(RestTagModel tag) Create a single orphan tag.RestCoreAPI.getTag(RestTagModel tag) RestCoreAPI.usingTag(RestTagModel tag) Method parameters in org.alfresco.rest.requests.coreAPI with type arguments of type RestTagModelModifier and TypeMethodDescriptionRestCoreAPI.createTags(List<RestTagModel> tags) Create several orphan tags in one request.