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