com.atlassian.jira.issue.statistics
Class ResolutionStatisticsMapper

java.lang.Object
  extended bycom.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
      extended bycom.atlassian.jira.issue.statistics.ResolutionStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter, StatisticsMapper

public class ResolutionStatisticsMapper
extends AbstractConstantStatisticsMapper


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager
 
Constructor Summary
ResolutionStatisticsMapper(ConstantsManager constantsManager)
           
 
Method Summary
protected  String getConstantType()
           
protected  SearchParameter getConstantTypeParameter(Object value)
           
 String getDocumentConstant()
          Get the constant that this field is indexed with.
 
Methods inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
getComparator, getSearchUrlSuffix, getValueFromLuceneField, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolutionStatisticsMapper

public ResolutionStatisticsMapper(ConstantsManager constantsManager)
Method Detail

getConstantType

protected String getConstantType()
Specified by:
getConstantType in class AbstractConstantStatisticsMapper

getDocumentConstant

public String getDocumentConstant()
Description copied from interface: LuceneFieldSorter
Get the constant that this field is indexed with.

See Also:
IssueDocument, CustomFieldSearcher

getConstantTypeParameter

protected SearchParameter getConstantTypeParameter(Object value)
Specified by:
getConstantTypeParameter in class AbstractConstantStatisticsMapper


Copyright © 2002-2006 Atlassian. All Rights Reserved.