Package org.alfresco.service.cmr.tagging
Interface TagDetails
-
- All Superinterfaces:
Comparable<TagDetails>
- All Known Implementing Classes:
TagDetailsImpl
public interface TagDetails extends Comparable<TagDetails>
Tag details interface.- Author:
- Roy Wetherall
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCount()Get the tag countStringgetName()Get the name of the tag-
Methods inherited from interface java.lang.Comparable
compareTo
-
-
-
-
Method Detail
-
getName
String getName()
Get the name of the tag- Returns:
- String tag name
-
getCount
int getCount()
Get the tag count- Returns:
- int tag count
-
-