Constructor and Description |
---|
TagsImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.List |
addTags(java.lang.String nodeId,
java.util.List 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(org.alfresco.service.cmr.repository.StoreRef storeRef,
java.lang.String tagId) |
Tag |
getTag(java.lang.String tagId) |
CollectionWithPagingInfo |
getTags(org.alfresco.service.cmr.repository.StoreRef storeRef,
Paging paging) |
CollectionWithPagingInfo |
getTags(java.lang.String nodeId,
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(org.alfresco.service.cmr.repository.StoreRef storeRef,
java.lang.String tagId) |
org.alfresco.service.cmr.repository.NodeRef |
validateTag(java.lang.String tagId) |
public void setTypeConstraint(org.alfresco.util.TypeConstraint typeConstraint)
public void setNodes(Nodes nodes)
public void setTaggingService(org.alfresco.service.cmr.tagging.TaggingService taggingService)
public java.util.List addTags(java.lang.String nodeId, java.util.List tags)
public void deleteTag(java.lang.String nodeId, java.lang.String tagId)
public CollectionWithPagingInfo getTags(org.alfresco.service.cmr.repository.StoreRef storeRef, Paging paging)
public org.alfresco.service.cmr.repository.NodeRef validateTag(java.lang.String tagId)
public org.alfresco.service.cmr.repository.NodeRef validateTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId)
public Tag changeTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId, Tag tag)
public Tag getTag(java.lang.String tagId)
public Tag getTag(org.alfresco.service.cmr.repository.StoreRef storeRef, java.lang.String tagId)
public CollectionWithPagingInfo getTags(java.lang.String nodeId, Parameters params)
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.