Package org.alfresco.repo.tagging
Class TagScopeImpl
java.lang.Object
org.alfresco.repo.tagging.TagScopeImpl
- All Implemented Interfaces:
TagScope
Tag Scope.
Represents the roll up of tags within the scope of a node tree.
- Author:
- Roy Wetherall
-
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the node reference of the tag scopegetTags()getTags(int topN) inthashCode()booleanisTagInScope(String tag)
-
Method Details
-
getNodeRef
Get the node reference of the tag scope- Specified by:
getNodeRefin interfaceTagScope- Returns:
- node reference of the tag scope
-
getTags
-
getTags
-
getTag
-
isTagInScope
- Specified by:
isTagInScopein interfaceTagScope- See Also:
-
hashCode
public int hashCode() -
equals
-