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)
Tag
changeTag(StoreRef storeRef, String tagId, Tag tag)
void
deleteTag(String nodeId, String tagId)
Tag
getTag(String tagId)
Tag
getTag(StoreRef storeRef, String tagId)
CollectionWithPagingInfo<Tag>
getTags(String nodeId, Parameters params)
CollectionWithPagingInfo<Tag>
getTags(StoreRef storeRef, Parameters params)
void
setNodes(Nodes nodes)
void
setTaggingService(TaggingService taggingService)
void
setTypeConstraint(TypeConstraint typeConstraint)
NodeRef
validateTag(String tagId)
NodeRef
validateTag(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)
-
-