Uses of Class
com.atlassian.confluence.labels.persistence.dao.RankedLabelSearchResult
Packages that use RankedLabelSearchResult
Package
Description
-
Uses of RankedLabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type RankedLabelSearchResultModifier and TypeMethodDescriptionCachingLabelManager.getMostPopularLabelsWithRanks
(int maxResults, Comparator<? super RankedLabelSearchResult> comparator) CachingLabelManager.getMostPopularLabelsWithRanks
(Comparator<? super RankedLabelSearchResult> comparator) CachingLabelManager.getMostPopularLabelsWithRanksInSpace
(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator) Method parameters in com.atlassian.confluence.impl.labels with type arguments of type RankedLabelSearchResultModifier and TypeMethodDescriptionCachingLabelManager.getMostPopularLabelsWithRanks
(int maxResults, Comparator<? super RankedLabelSearchResult> comparator) CachingLabelManager.getMostPopularLabelsWithRanks
(Comparator<? super RankedLabelSearchResult> comparator) 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 RankedLabelSearchResultModifier and TypeMethodDescriptionDefaultLabelManager.getMostPopularLabelsWithRanks
(int maxResults, Comparator<? super RankedLabelSearchResult> comparator) DefaultLabelManager.getMostPopularLabelsWithRanks
(Comparator<? super RankedLabelSearchResult> comparator) 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.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.DefaultLabelManager.getMostPopularLabelsWithRanksInSpace
(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator) 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 RankedLabelSearchResultModifier and TypeMethodDescriptionDefaultLabelManager.getMostPopularLabelsWithRanks
(int maxResults, Comparator<? super RankedLabelSearchResult> comparator) DefaultLabelManager.getMostPopularLabelsWithRanks
(Comparator<? super RankedLabelSearchResult> comparator) 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.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.DefaultLabelManager.getMostPopularLabelsWithRanksInSpace
(String key, int maxResults, Comparator<? super RankedLabelSearchResult> comparator) 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 RankedLabelSearchResultModifier and TypeMethodDescriptionint
RankedNameComparator.compare
(RankedLabelSearchResult infoA, RankedLabelSearchResult infoB) int
RankedRankComparator.compare
(RankedLabelSearchResult infoA, RankedLabelSearchResult infoB) -
Uses of RankedLabelSearchResult in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return types with arguments of type RankedLabelSearchResult -
Uses of RankedLabelSearchResult in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util that return types with arguments of type RankedLabelSearchResultModifier and TypeMethodDescriptionstatic List<RankedLabelSearchResult>
LabelUtil.rankResults
(List<LabelSearchResult> results)