Uses of Class
com.atlassian.confluence.labels.dto.LiteLabelSearchResult
Packages that use LiteLabelSearchResult
Package
Description
-
Uses of LiteLabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionCachingLabelManager.getMostPopularLabelsInSiteLite
(int maxResults) Returns most used labels across the site.CachingLabelManager.getMostPopularLabelsInSpaceLite
(String spaceKey, int maxResults) Returns most used labels.Method parameters in com.atlassian.confluence.impl.labels with type arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionCachingLabelManager.calculateRanksForLiteLabels
(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator) Calculate ranks for input labels. -
Uses of LiteLabelSearchResult in com.atlassian.confluence.impl.labels.adaptivelabelcache
Methods in com.atlassian.confluence.impl.labels.adaptivelabelcache that return types with arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionLiteSearchResultCacheEntry.getList()
LiteSearchResultCacheEntry.getList
(int limit) AdaptiveMostUsedLabelsCache.getSiteRecord
(int limit) Reads most used labels for the whole site Implementation can use its own hard limit if the provided limit is too largeAdaptiveMostUsedLabelsCacheImpl.getSiteRecord
(int limit) Reads most used labels for the whole site Implementation can use its own hard limit if the provided limit is too largeAdaptiveMostUsedLabelsCache.getSpaceRecord
(long spaceId, int limit) Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too largeAdaptiveMostUsedLabelsCache.getSpaceRecord
(String spaceKey, int limit) Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too largeAdaptiveMostUsedLabelsCacheImpl.getSpaceRecord
(long spaceId, int limit) Reads most used labels for the particular space from cache Implementation can use its own hard limit if the provided limit is too largeAdaptiveMostUsedLabelsCacheImpl.getSpaceRecord
(String spaceKey, int limit) A wrapper which allows to retrive data by space key (not by space id) Would be removed in the futureMethod parameters in com.atlassian.confluence.impl.labels.adaptivelabelcache with type arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionvoid
LiteSearchResultCacheEntry.setList
(List<LiteLabelSearchResult> list) Constructor parameters in com.atlassian.confluence.impl.labels.adaptivelabelcache with type arguments of type LiteLabelSearchResultModifierConstructorDescriptionLiteSearchResultCacheEntry
(List<LiteLabelSearchResult> list, int requestedLimit, long expirationTs, long requestTs) -
Uses of LiteLabelSearchResult in com.atlassian.confluence.labels
Methods in com.atlassian.confluence.labels that return types with arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionDefaultLabelManager.getMostPopularLabelsInSiteLite
(int maxResults) LabelManager.getMostPopularLabelsInSiteLite
(int maxResults) Returns most used labels across the site.DefaultLabelManager.getMostPopularLabelsInSpaceLite
(String spaceKey, int maxResults) Returns most used labels.LabelManager.getMostPopularLabelsInSpaceLite
(String spaceKey, int maxResults) Returns most used labels.Method parameters in com.atlassian.confluence.labels with type arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionDefaultLabelManager.calculateRanksForLiteLabels
(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator) LabelManager.calculateRanksForLiteLabels
(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator) Calculate ranks for input labels. -
Uses of LiteLabelSearchResult in com.atlassian.confluence.labels.dto
Subclasses of LiteLabelSearchResult in com.atlassian.confluence.labels.dtoModifier and TypeClassDescriptionclass
A DTO class which adds 'rank' property to LiteLabelSearchResult which reflects the frequency of labels.Constructors in com.atlassian.confluence.labels.dto with parameters of type LiteLabelSearchResult -
Uses of LiteLabelSearchResult in com.atlassian.confluence.pages.actions.beans
Methods in com.atlassian.confluence.pages.actions.beans that return types with arguments of type LiteLabelSearchResultModifier and TypeMethodDescriptionSuggestedLabels.getSuggestedLiteLabels
(AbstractPage entity, String spaceKey, com.atlassian.user.User user, int maxResults) Deprecated.SuggestedLabels.getSuggestedLiteLabels
(String spaceKey, com.atlassian.user.User user, int maxResults) Get suggested labels for entity, space or site
SuggestedLabels.getSuggestedLiteLabels(String, User, int)