Uses of Class
org.alfresco.rest.api.model.Tag
-
Packages that use Tag Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.nodes org.alfresco.rest.api.tags -
-
Uses of Tag in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Tag Modifier and Type Method Description Tag
Tags. changeTag(StoreRef storeRef, String tagId, Tag tag)
Tag
Tags. getTag(StoreRef storeRef, String tagId)
Methods in org.alfresco.rest.api that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
Tags. addTags(String nodeId, List<Tag> tags)
CollectionWithPagingInfo<Tag>
Tags. getTags(String nodeId, Parameters params)
CollectionWithPagingInfo<Tag>
Tags. getTags(StoreRef storeRef, Parameters params)
Methods in org.alfresco.rest.api with parameters of type Tag Modifier and Type Method Description Tag
Tags. changeTag(StoreRef storeRef, String tagId, Tag tag)
Method parameters in org.alfresco.rest.api with type arguments of type Tag Modifier and Type Method Description List<Tag>
Tags. addTags(String nodeId, List<Tag> tags)
-
Uses of Tag in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Tag Modifier and Type Method Description Tag
TagsImpl. changeTag(StoreRef storeRef, String tagId, Tag tag)
Tag
TagsImpl. getTag(String tagId)
Tag
TagsImpl. getTag(StoreRef storeRef, String tagId)
Methods in org.alfresco.rest.api.impl that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
TagsImpl. addTags(String nodeId, List<Tag> tags)
CollectionWithPagingInfo<Tag>
TagsImpl. getTags(String nodeId, Parameters params)
CollectionWithPagingInfo<Tag>
TagsImpl. getTags(StoreRef storeRef, Parameters params)
Methods in org.alfresco.rest.api.impl with parameters of type Tag Modifier and Type Method Description Tag
TagsImpl. changeTag(StoreRef storeRef, String tagId, Tag tag)
Method parameters in org.alfresco.rest.api.impl with type arguments of type Tag Modifier and Type Method Description List<Tag>
TagsImpl. addTags(String nodeId, List<Tag> tags)
-
Uses of Tag in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type Tag Modifier and Type Method Description int
Tag. compareTo(Tag o)
-
Uses of Tag in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return types with arguments of type Tag Modifier and Type Method Description List<Tag>
NodeTagsRelation. create(String nodeId, List<Tag> tagsToCreate, Parameters parameters)
Add the tag to the node with id 'nodeId'.CollectionWithPagingInfo<Tag>
NodeTagsRelation. readAll(String nodeId, Parameters params)
Method parameters in org.alfresco.rest.api.nodes with type arguments of type Tag Modifier and Type Method Description List<Tag>
NodeTagsRelation. create(String nodeId, List<Tag> tagsToCreate, Parameters parameters)
Add the tag to the node with id 'nodeId'. -
Uses of Tag in org.alfresco.rest.api.tags
Methods in org.alfresco.rest.api.tags that return Tag Modifier and Type Method Description Tag
TagsEntityResource. readById(String id, Parameters parameters)
Tag
TagsEntityResource. update(String id, Tag entity, Parameters parameters)
Methods in org.alfresco.rest.api.tags that return types with arguments of type Tag Modifier and Type Method Description CollectionWithPagingInfo<Tag>
TagsEntityResource. readAll(Parameters parameters)
Returns a paged list of all currently used tags in the store workspace://SpacesStore for the current tenant.Methods in org.alfresco.rest.api.tags with parameters of type Tag Modifier and Type Method Description Tag
TagsEntityResource. update(String id, Tag entity, Parameters parameters)
-