Uses of Class
com.atlassian.confluence.labels.dto.RankedLiteLabelSearchResult
- 
Packages that use RankedLiteLabelSearchResult Package Description com.atlassian.confluence.impl.labels com.atlassian.confluence.labels  - 
- 
Uses of RankedLiteLabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type RankedLiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>CachingLabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels.Method parameters in com.atlassian.confluence.impl.labels with type arguments of type RankedLiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>CachingLabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels. - 
Uses of RankedLiteLabelSearchResult in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type RankedLiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>DefaultLabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels.Set<RankedLiteLabelSearchResult>LabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels.Method parameters in com.atlassian.confluence.labels with type arguments of type RankedLiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>DefaultLabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels.Set<RankedLiteLabelSearchResult>LabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels. 
 -