Uses of Class
com.atlassian.confluence.labels.dto.LiteLabelSearchResult
-
-
Uses of LiteLabelSearchResult in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels that return types with arguments of type LiteLabelSearchResult Modifier and Type Method Description List<LiteLabelSearchResult>CachingLabelManager. getMostPopularLabelsInSiteLite(int maxResults)Returns most used labels across the site.List<LiteLabelSearchResult>CachingLabelManager. getMostPopularLabelsInSpaceLite(String spaceKey, int maxResults)Returns most used labels.Method parameters in com.atlassian.confluence.impl.labels with type arguments of type LiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>CachingLabelManager. 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 LiteLabelSearchResult Modifier and Type Method Description List<LiteLabelSearchResult>LiteSearchResultCacheEntry. getList()List<LiteLabelSearchResult>LiteSearchResultCacheEntry. getList(int limit)List<LiteLabelSearchResult>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 largeList<LiteLabelSearchResult>AdaptiveMostUsedLabelsCacheImpl. getSiteRecord(int limit)Reads most used labels for the whole site Implementation can use its own hard limit if the provided limit is too largeList<LiteLabelSearchResult>AdaptiveMostUsedLabelsCache. 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 largeList<LiteLabelSearchResult>AdaptiveMostUsedLabelsCache. 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 largeList<LiteLabelSearchResult>AdaptiveMostUsedLabelsCacheImpl. 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 largeList<LiteLabelSearchResult>AdaptiveMostUsedLabelsCacheImpl. 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 LiteLabelSearchResult Modifier and Type Method Description voidLiteSearchResultCacheEntry. setList(List<LiteLabelSearchResult> list)Constructor parameters in com.atlassian.confluence.impl.labels.adaptivelabelcache with type arguments of type LiteLabelSearchResult Constructor Description LiteSearchResultCacheEntry(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 LiteLabelSearchResult Modifier and Type Method Description List<LiteLabelSearchResult>DefaultLabelManager. getMostPopularLabelsInSiteLite(int maxResults)Returns most used labels across the site.List<LiteLabelSearchResult>LabelManager. getMostPopularLabelsInSiteLite(int maxResults)Returns most used labels across the site.List<LiteLabelSearchResult>DefaultLabelManager. getMostPopularLabelsInSpaceLite(String spaceKey, int maxResults)Returns most used labels.List<LiteLabelSearchResult>LabelManager. getMostPopularLabelsInSpaceLite(String spaceKey, int maxResults)Returns most used labels.Method parameters in com.atlassian.confluence.labels with type arguments of type LiteLabelSearchResult Modifier and Type Method Description Set<RankedLiteLabelSearchResult>DefaultLabelManager. calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList, Comparator<? super RankedLiteLabelSearchResult> comparator)Calculate ranks for input labels.Set<RankedLiteLabelSearchResult>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.dto Modifier and Type Class Description classRankedLiteLabelSearchResultA 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 Constructor Description RankedLiteLabelSearchResult(LiteLabelSearchResult other, int rank) -
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 LiteLabelSearchResult Modifier and Type Method Description Set<LiteLabelSearchResult>SuggestedLabels. getSuggestedLiteLabels(AbstractPage entity, String spaceKey, com.atlassian.user.User user, int maxResults)Get suggested labels for entity, space or site
-