| Package | Description |
|---|---|
| com.atlassian.confluence.internal.labels | |
| com.atlassian.confluence.labels | |
| com.atlassian.confluence.labels.persistence.dao |
| Modifier and Type | Method and Description |
|---|---|
List<LabelSearchResult> |
MostPopularLabelsCache.getMostPopularGlobal(Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
List<LabelSearchResult> |
MostPopularLabelsCache.getMostPopularInSpace(String spaceKey,
Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabels(int maxResults) |
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpace(String spaceKey,
int maxResults) |
static List<LabelSearchResult> |
MostPopularLabelsCache.trim(Optional<Integer> maxResults,
LabelCaches.MostPopularLabels labels) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelSearchResult> |
MostPopularLabelsCache.getMostPopularGlobal(Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
List<LabelSearchResult> |
MostPopularLabelsCache.getMostPopularInSpace(String spaceKey,
Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabels(int count) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpace(String key,
int count) |
| Modifier and Type | Class and Description |
|---|---|
class |
RankedLabelSearchResult
Simple helper object that associates a Label with a 'rank' value.
|
| Constructor and Description |
|---|
RankedLabelSearchResult(LabelSearchResult other,
int rank) |
Copyright © 2003–2017 Atlassian. All rights reserved.