org.alfresco.service.cmr.tagging
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.


Method Summary
 org.alfresco.service.cmr.repository.NodeRef getNodeRef()
           
 TagDetails getTag(java.lang.String tag)
           
 java.util.List getTags()
           
 java.util.List getTags(int topN)
           
 boolean isTagInScope(java.lang.String tag)
           
 

Method Detail

getNodeRef

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

getTags

java.util.List getTags()

getTags

java.util.List getTags(int topN)

getTag

TagDetails getTag(java.lang.String tag)

isTagInScope

boolean isTagInScope(java.lang.String tag)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.