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(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)voiddeleteTag(String nodeId, String tagId)TaggetTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId)CollectionWithPagingInfo<Tag>getTags(String nodeId, Parameters params)CollectionWithPagingInfo<Tag>getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)
-
-
-
Method Detail
-
getTags
CollectionWithPagingInfo<Tag> getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)
-
changeTag
Tag changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)
-
getTags
CollectionWithPagingInfo<Tag> getTags(String nodeId, Parameters params)
-
-