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.
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.