Package org.alfresco.rest.api.impl
Class TagsImpl
java.lang.Object
org.alfresco.rest.api.impl.TagsImpl
- All Implemented Interfaces:
Tags
Centralises access to tag services and maps between representations.
- Since:
- publicapi1.0
- Author:
- steveglover
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTags(String nodeId, List<Tag> tags, Parameters parameters) changeTag(StoreRef storeRef, String tagId, Tag tag, Parameters parameters) createTags(StoreRef storeRef, List<Tag> tags, Parameters parameters) voidvoiddeleteTagById(StoreRef storeRef, String tagId) getTag(StoreRef storeRef, String tagId, Parameters parameters) getTags(String nodeId, Parameters params) getTags(StoreRef storeRef, Parameters params) voidsetAuthorityService(AuthorityService authorityService) voidvoidsetNodeService(NodeService nodeService) voidsetTaggingService(TaggingService taggingService) voidsetTypeConstraint(TypeConstraint typeConstraint) validateTag(String tagId) validateTag(StoreRef storeRef, String tagId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.rest.api.Tags
createTags
-
Field Details
-
PARAM_INCLUDE_COUNT
- See Also:
-
-
Constructor Details
-
TagsImpl
public TagsImpl()
-
-
Method Details
-
setTypeConstraint
-
setNodes
-
setNodeService
-
setTaggingService
-
setAuthorityService
-
addTags
-
deleteTag
-
deleteTagById
- Specified by:
deleteTagByIdin interfaceTags
-
getTags
-
validateTag
-
validateTag
-
changeTag
-
getTag
-
getTags
-
createTags
- Specified by:
createTagsin interfaceTags
-