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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTags(StoreRef storeRef, List<Tag> tags, Parameters parameters) voidvoiddeleteTagById(StoreRef storeRef, String tagId) getTags(String nodeId, Parameters params) getTags(StoreRef storeRef, Parameters params) voidsetAuthorityService(AuthorityService authorityService) voidvoidsetTaggingService(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
-
Constructor Details
-
TagsImpl
public TagsImpl()
-
-
Method Details
-
setTypeConstraint
-
setNodes
-
setTaggingService
-
setAuthorityService
-
addTags
-
deleteTag
-
deleteTagById
- Specified by:
deleteTagByIdin interfaceTags
-
getTags
-
validateTag
-
validateTag
-
changeTag
-
getTag
-
getTag
-
getTags
-
createTags
- Specified by:
createTagsin interfaceTags
-