Package org.alfresco.repo.tagging
Class TagScopeImpl
- java.lang.Object
-
- org.alfresco.repo.tagging.TagScopeImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)org.alfresco.service.cmr.repository.NodeRefgetNodeRef()Get the node reference of the tag scopeTagDetailsgetTag(java.lang.String tag)java.util.List<TagDetails>getTags()java.util.List<TagDetails>getTags(int topN)inthashCode()booleanisTagInScope(java.lang.String tag)
-
-
-
Method Detail
-
getNodeRef
public org.alfresco.service.cmr.repository.NodeRef getNodeRef()
Get the node reference of the tag scope- Specified by:
getNodeRefin interfaceTagScope- Returns:
- node reference of the tag scope
-
getTags
public java.util.List<TagDetails> getTags()
- Specified by:
getTagsin interfaceTagScope- See Also:
TagScope.getTags()
-
getTags
public java.util.List<TagDetails> getTags(int topN)
- Specified by:
getTagsin interfaceTagScope- See Also:
TagScope.getTags(int)
-
getTag
public TagDetails getTag(java.lang.String tag)
- Specified by:
getTagin interfaceTagScope- See Also:
TagScope.getTag(java.lang.String)
-
isTagInScope
public boolean isTagInScope(java.lang.String tag)
- Specified by:
isTagInScopein interfaceTagScope- See Also:
TagScope.isTagInScope(java.lang.String)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object- See Also:
Object.hashCode()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object- See Also:
Object.equals(java.lang.Object)
-
-