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)
Tag
changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)
void
deleteTag(String nodeId, String tagId)
Tag
getTag(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)
-
-