Interface TagScope

  • All Known Implementing Classes:
    TagScopeImpl

    public interface TagScope
    Tag Scope Inteface. Represents the roll up of tags within the scope of a node tree.
    Author:
    Roy Wetherall
    • Method Detail

      • getNodeRef

        org.alfresco.service.cmr.repository.NodeRef getNodeRef()
      • getTags

        java.util.List<TagDetails> getTags​(int topN)
      • getTag

        TagDetails getTag​(java.lang.String tag)
      • isTagInScope

        boolean isTagInScope​(java.lang.String tag)