Package | Description |
---|---|
com.atlassian.confluence.impl.labels | |
com.atlassian.confluence.labels | |
com.atlassian.confluence.labels.actions |
Modifier and Type | Method and Description |
---|---|
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Modifier and Type | Method and Description |
---|---|
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Modifier and Type | Method and Description |
---|---|
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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> |
DefaultLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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.
|
Set<RankedLabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Modifier and Type | Method and Description |
---|---|
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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.getMostPopularLabelsWithRanks(Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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> |
DefaultLabelManager.getMostPopularLabelsWithRanks(int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Set<RankedLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator)
Deprecated.
|
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.
|
Set<RankedLabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsWithRanksInSpace(String key,
int maxResults,
Comparator<? super RankedLabelSearchResult> comparator) |
Modifier and Type | Method and Description |
---|---|
int |
RankedRankComparator.compare(RankedLabelSearchResult infoA,
RankedLabelSearchResult infoB) |
int |
RankedNameComparator.compare(RankedLabelSearchResult infoA,
RankedLabelSearchResult infoB) |
Copyright © 2003–2020 Atlassian. All rights reserved.