| Package | Description |
|---|---|
| com.atlassian.confluence.labels | |
| com.atlassian.confluence.labels.persistence.dao |
| Modifier and Type | Method and Description |
|---|---|
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabels() |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabels(int count) |
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabels(int maxResults) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpace(String key) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpace(String key,
int count) |
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpace(String spaceKey,
int maxResults) |
| 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–2016 Atlassian. All rights reserved.