Uses of Class
com.atlassian.confluence.labels.persistence.dao.LabelSearchResult
Packages that use LabelSearchResult
Package
Description
-
Uses of LabelSearchResult in com.atlassian.confluence.dmz.labels
Methods in com.atlassian.confluence.dmz.labels that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionLabelManagerInternal.getMostPopularLabels
(LimitedRequest limitedRequest) Returns the most popular global labels in the system.LabelManagerInternal.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) Retrieve a list of the 'n' most used labels in the specified space, ordered from most popular to least popular. -
Uses of LabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionCachingLabelManager.getMostPopularLabels()
CachingLabelManager.getMostPopularLabels
(int maxResults) CachingLabelManager.getMostPopularLabels
(LimitedRequest limitedRequest) CachingLabelManager.getMostPopularLabelsInSpace
(String key) CachingLabelManager.getMostPopularLabelsInSpace
(String spaceKey, int maxResults) CachingLabelManager.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) -
Uses of LabelSearchResult in com.atlassian.confluence.internal.labels.persistence
Methods in com.atlassian.confluence.internal.labels.persistence that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionLabelDaoInternal.findMostPopular
(String namespace, LimitedRequest limitedRequest) LabelDaoInternal.findMostPopularBySpace
(String namespace, String key, LimitedRequest limitedRequest) Find the most popular labels in the specified space. -
Uses of LabelSearchResult in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionDefaultLabelManager.getMostPopularLabels()
DefaultLabelManager.getMostPopularLabels
(int count) DefaultLabelManager.getMostPopularLabels
(LimitedRequest limitedRequest) LabelManager.getMostPopularLabels()
Deprecated.since 9.3.0.LabelManager.getMostPopularLabels
(int maxResults) Deprecated.since 9.3.0.DefaultLabelManager.getMostPopularLabelsInSpace
(String key) DefaultLabelManager.getMostPopularLabelsInSpace
(String key, int count) DefaultLabelManager.getMostPopularLabelsInSpace
(String key, LimitedRequest limitedRequest) LabelManager.getMostPopularLabelsInSpace
(String key) Deprecated.since 9.3.0.LabelManager.getMostPopularLabelsInSpace
(String key, int maxResults) Deprecated.since 9.2.6 UseSpaceLabelService
-
Uses of LabelSearchResult in com.atlassian.confluence.labels.dto
Constructors in com.atlassian.confluence.labels.dto with parameters of type LabelSearchResult -
Uses of LabelSearchResult in com.atlassian.confluence.labels.persistence.dao
Subclasses of LabelSearchResult in com.atlassian.confluence.labels.persistence.daoModifier and TypeClassDescriptionclass
Simple helper object that associates a Label with a 'rank' value.Methods in com.atlassian.confluence.labels.persistence.dao that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionLabelDao.findMostPopular
(String namespace, int maxResults) Find the most popular labels.LabelDao.findMostPopularBySpace
(String namespace, String key, int maxResults) Deprecated.since 9.2.6Constructors in com.atlassian.confluence.labels.persistence.dao with parameters of type LabelSearchResult -
Uses of LabelSearchResult in com.atlassian.confluence.labels.persistence.dao.hibernate
Methods in com.atlassian.confluence.labels.persistence.dao.hibernate that return types with arguments of type LabelSearchResultModifier and TypeMethodDescriptionHibernateLabelDao.findMostPopular
(String namespace, int maxResults) HibernateLabelDao.findMostPopular
(String namespace, LimitedRequest limitedRequest) HibernateLabelDao.findMostPopularBySpace
(String namespace, String spaceKey, int maxResults) HibernateLabelDao.findMostPopularBySpace
(String namespace, String spaceKey, LimitedRequest limitedRequest) -
Uses of LabelSearchResult in com.atlassian.confluence.plugins.labels.actions
Methods in com.atlassian.confluence.plugins.labels.actions that return types with arguments of type LabelSearchResult -
Uses of LabelSearchResult in com.atlassian.confluence.util
Method parameters in com.atlassian.confluence.util with type arguments of type LabelSearchResultModifier and TypeMethodDescriptionstatic List<RankedLabelSearchResult>
LabelUtil.rankResults
(List<LabelSearchResult> results)