Package | Description |
---|---|
com.atlassian.confluence.labels | |
com.atlassian.confluence.labels.persistence.dao | |
com.atlassian.confluence.labels.persistence.dao.hibernate |
Modifier and Type | Method and Description |
---|---|
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabels() |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabels() |
List<LabelSearchResult> |
LabelManager.getMostPopularLabels()
Retrieve the list of the DEFAULT_LABEL_COUNT most popular labels within the system.
|
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabels(int maxResults) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabels(int count) |
List<LabelSearchResult> |
LabelManager.getMostPopularLabels(int maxResults)
Retrieve the most popular labels within the system.
|
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpace(String key) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpace(String key) |
List<LabelSearchResult> |
LabelManager.getMostPopularLabelsInSpace(String key)
Retrieve the list of the DEFAULT_LABEL_COUNT most used labels in the specific space, ordered from most
popular to least popular.
|
List<LabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpace(String spaceKey,
int maxResults) |
List<LabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpace(String key,
int count) |
List<LabelSearchResult> |
LabelManager.getMostPopularLabelsInSpace(String key,
int maxResults)
Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least
popular.
|
Modifier and Type | Class and Description |
---|---|
class |
RankedLabelSearchResult
Simple helper object that associates a Label with a 'rank' value.
|
Modifier and Type | Method and Description |
---|---|
List<LabelSearchResult> |
LabelDao.findMostPopular(String namespace,
int maxResults)
Find the most popular labels.
|
List<LabelSearchResult> |
LabelDao.findMostPopularBySpace(String namespace,
String key,
int maxResults)
Find the most popular labels in the specified space.
|
Constructor and Description |
---|
RankedLabelSearchResult(LabelSearchResult other,
int rank) |
Modifier and Type | Method and Description |
---|---|
List<LabelSearchResult> |
HibernateLabelDao.findMostPopular(String namespace,
int maxResults) |
List<LabelSearchResult> |
HibernateLabelDao.findMostPopularBySpace(String namespace,
String spaceKey,
int maxResults) |
Copyright © 2003–2020 Atlassian. All rights reserved.