Package org.alfresco.service.cmr.tagging
Interface TagScope
-
- All Known Implementing Classes:
TagScopeImpl
public interface TagScopeTag Scope Inteface. Represents the roll up of tags within the scope of a node tree.- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.alfresco.service.cmr.repository.NodeRefgetNodeRef()TagDetailsgetTag(java.lang.String tag)java.util.List<TagDetails>getTags()java.util.List<TagDetails>getTags(int topN)booleanisTagInScope(java.lang.String tag)
-
-
-
Method Detail
-
getNodeRef
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
-
getTags
java.util.List<TagDetails> getTags()
-
getTags
java.util.List<TagDetails> getTags(int topN)
-
getTag
TagDetails getTag(java.lang.String tag)
-
isTagInScope
boolean isTagInScope(java.lang.String tag)
-
-