Uses of Interface
com.atlassian.jira.issue.statistics.StatisticsMapper

Packages that use StatisticsMapper
com.atlassian.jira.dev.reference.plugin.searchers   
com.atlassian.jira.gadgets.system   
com.atlassian.jira.issue.customfields.searchers   
com.atlassian.jira.issue.customfields.statistics   
com.atlassian.jira.issue.statistics   
com.atlassian.jira.issue.statistics.util   
com.atlassian.jira.plugin.report.impl   
com.atlassian.jira.web.bean   
 

Uses of StatisticsMapper in com.atlassian.jira.dev.reference.plugin.searchers
 

Methods in com.atlassian.jira.dev.reference.plugin.searchers that return StatisticsMapper
 StatisticsMapper LabelSearcher.getStatisticsMapper(CustomField customField)
           
 

Uses of StatisticsMapper in com.atlassian.jira.gadgets.system
 

Methods in com.atlassian.jira.gadgets.system that return StatisticsMapper
 StatisticsMapper StatisticTypesResource.getStatsMapper(String statsMapperKey)
          Get the StatisticsMapper associated with passed key
 

Methods in com.atlassian.jira.gadgets.system with parameters of type StatisticsMapper
protected  TwoDimensionalStatsMap TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper, StatisticsMapper yAxisMapper, SearchRequest searchRequest)
           
protected  TwoDimensionalStatsMap TwoDimensionalStatsResource.getAndPopulateTwoDimensionalStatsMap(StatisticsMapper xAxisMapper, StatisticsMapper yAxisMapper, SearchRequest searchRequest)
           
 

Uses of StatisticsMapper in com.atlassian.jira.issue.customfields.searchers
 

Methods in com.atlassian.jira.issue.customfields.searchers that return StatisticsMapper
 StatisticsMapper ProjectSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper UserPickerGroupSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper MultiSelectSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper CustomFieldLabelsSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper SelectSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper GroupPickerSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper UserPickerSearcher.getStatisticsMapper(CustomField customField)
           
 StatisticsMapper VersionSearcher.getStatisticsMapper(CustomField customField)
           
 

Uses of StatisticsMapper in com.atlassian.jira.issue.customfields.statistics
 

Classes in com.atlassian.jira.issue.customfields.statistics that implement StatisticsMapper
 class AbstractCustomFieldStatisticsMapper
           
 class GroupPickerStatisticsMapper
           
 class ProjectSelectStatisticsMapper
          A statistics mapper for project select custom fields.
 class SelectStatisticsMapper
           
 class UserPickerStatisticsMapper
           
 

Methods in com.atlassian.jira.issue.customfields.statistics that return StatisticsMapper
 StatisticsMapper CustomFieldStattable.getStatisticsMapper(CustomField customField)
           
 

Uses of StatisticsMapper in com.atlassian.jira.issue.statistics
 

Classes in com.atlassian.jira.issue.statistics that implement StatisticsMapper
 class AbstractConstantStatisticsMapper
           
 class AssigneeStatisticsMapper
           
 class ComponentStatisticsMapper
           
 class CustomFieldLabelsStatisticsMapper
           
 class CustomFieldProjectStatisticsMapper
           
 class CustomFieldUserStatisticsMapper
           
 class CustomFieldVersionStatisticsMapper
           
 class DatePeriodStatisticsMapper
          A StatsMapper that takes the document constant name (lucene) and a JFreeChart TimePeriod class, and rounds the dates to the appropriate time period
 class FixForVersionStatisticsMapper
           
 class IssueTypeStatisticsMapper
           
 class LabelsStatisticsMapper
          A stats mapper for Labels
 class LongFieldStatisticsMapper
           
 class NumericFieldStatisticsMapper
           
 class PriorityStatisticsMapper
          PriorityStatisticsMapper.
 class ProjectStatisticsMapper
           
 class RaisedInVersionStatisticsMapper
           
 class ReporterStatisticsMapper
           
 class ResolutionStatisticsMapper
           
 class ReversePriorityStatisticsMapper
          This StatisticsMapper works exactly the same as PriorityStatisticsMapper, except that it returns a reverse-order comparator.
 class SecurityLevelStatisticsMapper
           
 class StatusStatisticsMapper
           
 class TimeTrackingStatisticsMapper
          A StatisticsMapper specifically for OriginalEstimateSystemField, TimeEstimateSystemField and TimeSpentSystemField as their index values are stored in a specific format.
 class UserStatisticsMapper
           
 class VersionStatisticsMapper
           
 class VotesStatisticsMapper
           
 class WatchesStatisticsMapper
           
 

Fields in com.atlassian.jira.issue.statistics declared as StatisticsMapper
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
           
 

Methods in com.atlassian.jira.issue.statistics that return StatisticsMapper
 StatisticsMapper StatsGroup.getMapper()
           
 StatisticsMapper FilterStatisticsValuesGenerator.getStatsMapper(String statsMapperKey)
           
 StatisticsMapper TwoDimensionalStatsMap.getxAxisMapper()
           
 StatisticsMapper TwoDimensionalStatsMap.getyAxisMapper()
           
 

Constructors in com.atlassian.jira.issue.statistics with parameters of type StatisticsMapper
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)
           
 

Uses of StatisticsMapper in com.atlassian.jira.issue.statistics.util
 

Classes in com.atlassian.jira.issue.statistics.util that implement StatisticsMapper
 class CachingStatisticsMapper
          A statisticsMapper that caches the return value from CachingStatisticsMapper.getValueFromLuceneField(String) in an internal cache.
 class StatisticsMapperWrapper
          Provides a convenient implementation of the StatisticsMapper interface that can be subclassed by developers wishing to adapt the request to a mapper.
 

Constructors in com.atlassian.jira.issue.statistics.util with parameters of type StatisticsMapper
CachingStatisticsMapper(StatisticsMapper statisticsMapper)
           
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)
           
 

Uses of StatisticsMapper in com.atlassian.jira.plugin.report.impl
 

Methods in com.atlassian.jira.plugin.report.impl with parameters of type StatisticsMapper
 StatsGroup SingleLevelGroupByReport.getOptions(SearchRequest sr, com.atlassian.crowd.embedded.api.User user, StatisticsMapper mapper)
           
 StatsGroup SingleLevelGroupByReport.searchMapIssueKeys(SearchRequest request, com.atlassian.crowd.embedded.api.User searcher, StatisticsMapper mapper)
           
 

Uses of StatisticsMapper in com.atlassian.jira.web.bean
 

Methods in com.atlassian.jira.web.bean that return StatisticsMapper
 StatisticsMapper StatisticAccessorBean.getMapper(String type)
           
 

Methods in com.atlassian.jira.web.bean with parameters of type StatisticsMapper
 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-2013 Atlassian. All Rights Reserved.