| Constructor and Description |
|---|
TagsImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
addTags(String nodeId,
List<Tag> tags) |
Tag |
changeTag(StoreRef storeRef,
String tagId,
Tag tag) |
void |
deleteTag(String nodeId,
String tagId) |
Tag |
getTag(StoreRef storeRef,
String tagId) |
Tag |
getTag(String tagId) |
CollectionWithPagingInfo<Tag> |
getTags(StoreRef storeRef,
Paging paging) |
CollectionWithPagingInfo<Tag> |
getTags(String nodeId,
Parameters params) |
void |
setNodes(Nodes nodes) |
void |
setTaggingService(TaggingService taggingService) |
void |
setTypeConstraint(TypeConstraint typeConstraint) |
NodeRef |
validateTag(StoreRef storeRef,
String tagId) |
NodeRef |
validateTag(String tagId) |
public void setTypeConstraint(TypeConstraint typeConstraint)
public void setNodes(Nodes nodes)
public void setTaggingService(TaggingService taggingService)
public CollectionWithPagingInfo<Tag> getTags(StoreRef storeRef, Paging paging)
public CollectionWithPagingInfo<Tag> getTags(String nodeId, Parameters params)
Copyright © 2005–2014 Alfresco Software. All rights reserved.