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(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)voiddeleteTag(String nodeId, String tagId)TaggetTag(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)voidsetNodes(Nodes nodes)voidsetTaggingService(org.alfresco.service.cmr.tagging.TaggingService taggingService)voidsetTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)org.alfresco.service.cmr.repository.NodeRefvalidateTag(String tagId)org.alfresco.service.cmr.repository.NodeRefvalidateTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId)
-
-
-
Method Detail
-
setTypeConstraint
public void setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)
-
setNodes
public void setNodes(Nodes nodes)
-
setTaggingService
public void setTaggingService(org.alfresco.service.cmr.tagging.TaggingService taggingService)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)
-
validateTag
public org.alfresco.service.cmr.repository.NodeRef validateTag(String tagId)
-
validateTag
public org.alfresco.service.cmr.repository.NodeRef validateTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId)
-
changeTag
public Tag changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(String nodeId, Parameters params)
-
-