Package org.alfresco.rest.api.impl
Class TagsImpl
- java.lang.Object
-
- org.alfresco.rest.api.impl.TagsImpl
-
-
Constructor Summary
Constructors Constructor Description TagsImpl()
-
Method Summary
All Methods Instance Methods Concrete 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(String tagId)TaggetTag(StoreRef storeRef, String tagId)CollectionWithPagingInfo<Tag>getTags(String nodeId, Parameters params)CollectionWithPagingInfo<Tag>getTags(StoreRef storeRef, Parameters params)voidsetNodes(Nodes nodes)voidsetTaggingService(TaggingService taggingService)voidsetTypeConstraint(TypeConstraint typeConstraint)NodeRefvalidateTag(String tagId)NodeRefvalidateTag(StoreRef storeRef, String tagId)
-
-
-
Method Detail
-
setTypeConstraint
public void setTypeConstraint(TypeConstraint typeConstraint)
-
setNodes
public void setNodes(Nodes nodes)
-
setTaggingService
public void setTaggingService(TaggingService taggingService)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(StoreRef storeRef, Parameters params)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(String nodeId, Parameters params)
-
-