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 java.util.List<Tag>addTags(java.lang.String nodeId, java.util.List<Tag> tags)TagchangeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId, Tag tag)voiddeleteTag(java.lang.String nodeId, java.lang.String tagId)TaggetTag(java.lang.String tagId)TaggetTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId)CollectionWithPagingInfo<Tag>getTags(java.lang.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(java.lang.String tagId)org.alfresco.service.cmr.repository.NodeRefvalidateTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.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)
-
deleteTag
public void deleteTag(java.lang.String nodeId, java.lang.String tagId)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Parameters params)
-
validateTag
public org.alfresco.service.cmr.repository.NodeRef validateTag(java.lang.String tagId)
-
validateTag
public org.alfresco.service.cmr.repository.NodeRef validateTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId)
-
changeTag
public Tag changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId, Tag tag)
-
getTag
public Tag getTag(java.lang.String tagId)
-
getTag
public Tag getTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId)
-
getTags
public CollectionWithPagingInfo<Tag> getTags(java.lang.String nodeId, Parameters params)
-
-