Class TagsImpl

  • All Implemented Interfaces:
    Tags

    public class TagsImpl
    extends Object
    implements Tags
    Centralises access to tag services and maps between representations.
    Since:
    publicapi1.0
    Author:
    steveglover
    • Constructor Detail

      • TagsImpl

        public TagsImpl()
    • 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)
      • validateTag

        public org.alfresco.service.cmr.repository.NodeRef validateTag​(String tagId)
      • validateTag

        public org.alfresco.service.cmr.repository.NodeRef validateTag​(org.alfresco.service.cmr.repository.StoreRef storeRef,
                                                                       String tagId)
      • changeTag

        public Tag changeTag​(org.alfresco.service.cmr.repository.StoreRef storeRef,
                             String tagId,
                             Tag tag)
        Specified by:
        changeTag in interface Tags
      • getTag

        public Tag getTag​(String tagId)
      • getTag

        public Tag getTag​(org.alfresco.service.cmr.repository.StoreRef storeRef,
                          String tagId)
        Specified by:
        getTag in interface Tags