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(String tag)List<TagDetails>getTags()List<TagDetails>getTags(int topN)booleanisTagInScope(String tag)
-
-
-
Method Detail
-
getNodeRef
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
-
getTags
List<TagDetails> getTags()
-
getTags
List<TagDetails> getTags(int topN)
-
getTag
TagDetails getTag(String tag)
-
isTagInScope
boolean isTagInScope(String tag)
-
-