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)
Tag
changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId, Tag tag)
void
deleteTag(java.lang.String nodeId, java.lang.String tagId)
Tag
getTag(java.lang.String tagId)
Tag
getTag(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)
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(java.lang.String tagId)
org.alfresco.service.cmr.repository.NodeRef
validateTag(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)
-
-