Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
LabelSearcher.getStatisticsMapper(CustomField customField) |
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
StatisticTypesProvider.getStatsMapper(String statsMapperKey)
Get the
StatisticsMapper associated with passed key |
Modifier and Type | Method and Description |
---|---|
protected TwoDimensionalStatsMap |
TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
SearchRequest searchRequest) |
protected TwoDimensionalStatsMap |
TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
SearchRequest searchRequest) |
String |
DefaultStatsSearchUrlBuilder.getSearchUrlForHeaderCell(Object axisObject,
StatisticsMapper axisMapper,
SearchRequest searchRequest) |
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
MultiSelectSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
VersionPickerSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
CascadingSelectSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
UserPickerGroupSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
ProjectSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
GroupPickerSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
SelectSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
CustomFieldLabelsSearcher.getStatisticsMapper(CustomField customField) |
StatisticsMapper |
UserPickerSearcher.getStatisticsMapper(CustomField customField) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCustomFieldStatisticsMapper |
class |
CascadingSelectStatisticsMapper |
class |
GroupPickerStatisticsMapper |
class |
ProjectSelectStatisticsMapper
A statistics mapper for project select custom fields.
|
class |
SelectStatisticsMapper |
class |
UserPickerStatisticsMapper |
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
CustomFieldStattable.getStatisticsMapper(CustomField customField) |
Modifier and Type | Interface and Description |
---|---|
interface |
ValueStatisticMapper<T>
Provides extra method to get non-standard comparator for StatisticMappers
to be used when we need different comparison method (eg.comparing custom fields options in gadgets)
|
Modifier and Type | Field and Description |
---|---|
static StatisticsMapper |
WatchesStatisticsMapper.MAPPER |
static StatisticsMapper |
VotesStatisticsMapper.MAPPER |
static StatisticsMapper |
LongFieldStatisticsMapper.PROGRESS |
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_ESTIMATE_CURR |
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_ESTIMATE_ORIG |
static StatisticsMapper |
TimeTrackingStatisticsMapper.TIME_SPENT |
static StatisticsMapper |
LongFieldStatisticsMapper.WORK_RATIO |
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
StatsGroup.getMapper() |
StatisticsMapper |
FilterStatisticsValuesGenerator.getStatsMapper(String statsMapperKey) |
StatisticsMapper |
TwoDimensionalStatsMap.getxAxisMapper() |
StatisticsMapper |
TwoDimensionalStatsMap.getyAxisMapper() |
Constructor and Description |
---|
StatsGroup(StatisticsMapper mapper) |
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper) |
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper) |
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
StatisticGatherer statisticGatherer) |
TwoDimensionalStatsMap(StatisticsMapper xAxisMapper,
StatisticsMapper yAxisMapper,
StatisticGatherer statisticGatherer) |
Modifier and Type | Class and Description |
---|---|
class |
CachingStatisticsMapper
Deprecated.
Use
CachingBytesRefMapper instead. Since v7.5. |
class |
StatisticsMapperWrapper
Provides a convenient implementation of the StatisticsMapper interface
that can be subclassed by developers wishing to adapt the request to a mapper.
|
Modifier and Type | Method and Description |
---|---|
static <T> Comparator<T> |
ComparatorSelector.getComparator(StatisticsMapper<T> statisticsMapper) |
Constructor and Description |
---|
CachingStatisticsMapper(StatisticsMapper statisticsMapper)
Deprecated.
|
OneDimensionalObjectHitCollector(StatisticsMapper statisticsMapper,
Map result)
Creates a normal one-dimensional object hit collector.
|
OneDimensionalObjectHitCollector(StatisticsMapper statisticsMapper,
Map result,
boolean isUnique)
Allows the caller to specify whether or not the hit collector may assume that the
field will never have more than one value for any issue.
|
StatisticsMapperWrapper(StatisticsMapper statisticsMapper) |
Modifier and Type | Method and Description |
---|---|
StatsGroup |
SingleLevelGroupByReport.getOptions(SearchRequest sr,
ApplicationUser user,
StatisticsMapper mapper) |
StatsGroup |
SingleLevelGroupByReport.searchMapIssueKeys(SearchRequest request,
ApplicationUser searcher,
StatisticsMapper mapper) |
Modifier and Type | Method and Description |
---|---|
StatisticsMapper |
StatisticAccessorBean.getMapper(String type) |
Modifier and Type | Method and Description |
---|---|
StatisticMapWrapper |
StatisticAccessorBean.getWrapper(StatisticsMapper mapper) |
StatisticMapWrapper |
StatisticAccessorBean.getWrapper(StatisticsMapper mapper,
StatisticAccessorBean.OrderBy orderBy,
StatisticAccessorBean.Direction direction)
Returns a
StatisticMapWrapper containing ordered search statistic results |
Copyright © 2002-2018 Atlassian. All Rights Reserved.