Uses of Interface
org.alfresco.service.cmr.tagging.TagDetails
-
Packages that use TagDetails Package Description org.alfresco.repo.tagging org.alfresco.repo.tagging.script org.alfresco.service.cmr.tagging -
-
Uses of TagDetails in org.alfresco.repo.tagging
Classes in org.alfresco.repo.tagging that implement TagDetails Modifier and Type Class Description classTagDetailsImplContains the details of a tag within a specific tag scope.Methods in org.alfresco.repo.tagging that return TagDetails Modifier and Type Method Description TagDetailsTagScopeImpl. getTag(java.lang.String tag)Methods in org.alfresco.repo.tagging that return types with arguments of type TagDetails Modifier and Type Method Description java.util.List<TagDetails>TagScopeImpl. getTags()java.util.List<TagDetails>TagScopeImpl. getTags(int topN)Methods in org.alfresco.repo.tagging with parameters of type TagDetails Modifier and Type Method Description intTagDetailsImpl. compareTo(TagDetails o) -
Uses of TagDetails in org.alfresco.repo.tagging.script
Methods in org.alfresco.repo.tagging.script that return TagDetails Modifier and Type Method Description TagDetails[]TagScope. getTags()Gets all the tags, ordered by count, for the tag scopeTagDetails[]TagScope. getTopTags(int topN)Gets the top N tags ordered by count -
Uses of TagDetails in org.alfresco.service.cmr.tagging
Methods in org.alfresco.service.cmr.tagging that return TagDetails Modifier and Type Method Description TagDetailsTagScope. getTag(java.lang.String tag)Methods in org.alfresco.service.cmr.tagging that return types with arguments of type TagDetails Modifier and Type Method Description java.util.List<TagDetails>TagScope. getTags()java.util.List<TagDetails>TagScope. getTags(int topN)
-