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(org.alfresco.service.cmr.repository.StoreRef storeRef, String tagId, Tag tag)
void
deleteTag(String nodeId, String tagId)
Tag
getTag(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)
void
setNodes(Nodes nodes)
void
setTaggingService(org.alfresco.service.cmr.tagging.TaggingService taggingService)
void
setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)
org.alfresco.service.cmr.repository.NodeRef
validateTag(String tagId)
org.alfresco.service.cmr.repository.NodeRef
validateTag(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)
-
-