Package org.alfresco.rest.api
Interface Tags
-
- All Known Implementing Classes:
TagsImpl
public interface Tags
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tag>addTags(String nodeId, List<Tag> tags)TagchangeTag(StoreRef storeRef, String tagId, Tag tag)voiddeleteTag(String nodeId, String tagId)TaggetTag(StoreRef storeRef, String tagId)CollectionWithPagingInfo<Tag>getTags(String nodeId, Parameters params)CollectionWithPagingInfo<Tag>getTags(StoreRef storeRef, Parameters params)
-
-
-
Method Detail
-
getTags
CollectionWithPagingInfo<Tag> getTags(StoreRef storeRef, Parameters params)
-
getTags
CollectionWithPagingInfo<Tag> getTags(String nodeId, Parameters params)
-
-