Uses of Class
com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult
-
Packages that use RankedLabelSearchResult Package Description com.atlassian.confluence.impl.labels com.atlassian.confluence.labels com.atlassian.confluence.labels.actions -
-
Uses of RankedLabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type RankedLabelSearchResult Modifier and Type Method Description Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Method parameters in com.atlassian.confluence.impl.labels with type arguments of type RankedLabelSearchResult Modifier and Type Method Description Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
CachingLabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
-
Uses of RankedLabelSearchResult in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type RankedLabelSearchResult Modifier and Type Method Description Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Retrieve the most popular labels within the system, including their ranks and ordered using the comparator provided.Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Retrieve a set of the DEFAULT_LABEL_COUNT most popular labels within the system, including their ranks and ordered using the compartor provided.Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Retrieve a set of the 'n' most used labels in the specified space, ordered using the compartor given.Method parameters in com.atlassian.confluence.labels with type arguments of type RankedLabelSearchResult Modifier and Type Method Description Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanks(int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Retrieve the most popular labels within the system, including their ranks and ordered using the comparator provided.Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Retrieve a set of the DEFAULT_LABEL_COUNT most popular labels within the system, including their ranks and ordered using the compartor provided.Set<RankedLabelSearchResult>
DefaultLabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Set<RankedLabelSearchResult>
LabelManager. getMostPopularLabelsWithRanksInSpace(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator)
Retrieve a set of the 'n' most used labels in the specified space, ordered using the compartor given. -
Uses of RankedLabelSearchResult in com.atlassian.confluence.labels.actions
Methods in com.atlassian.confluence.labels.actions with parameters of type RankedLabelSearchResult Modifier and Type Method Description int
RankedNameComparator. compare(RankedLabelSearchResult infoA, RankedLabelSearchResult infoB)
int
RankedRankComparator. compare(RankedLabelSearchResult infoA, RankedLabelSearchResult infoB)
-