com.atlassian.jira.issue.statistics
Class ResolutionStatisticsMapper

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
      extended by com.atlassian.jira.issue.statistics.ResolutionStatisticsMapper
All Implemented Interfaces:
LuceneFieldSorter<IssueConstant>, SearchRequestAppender.Factory<IssueConstant>, StatisticsMapper<IssueConstant>

public class ResolutionStatisticsMapper
extends AbstractConstantStatisticsMapper
implements SearchRequestAppender.Factory<IssueConstant>


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
constantsManager
 
Constructor Summary
ResolutionStatisticsMapper(ConstantsManager constantsManager)
           
 
Method Summary
protected  String getConstantType()
           
 String getDocumentConstant()
          Get the constant that this field is indexed with.
protected  String getIssueFieldConstant()
           
 SearchRequestAppender<IssueConstant> getSearchRequestAppender()
           
 
Methods inherited from class com.atlassian.jira.issue.statistics.AbstractConstantStatisticsMapper
equals, getComparator, getSearchUrlSuffix, getValueFromLuceneField, hashCode, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, 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

getIssueFieldConstant

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

getDocumentConstant

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

Specified by:
getDocumentConstant in interface LuceneFieldSorter<IssueConstant>
Specified by:
getDocumentConstant in class AbstractConstantStatisticsMapper
See Also:
com.atlassian.jira.issue.index.IssueDocument, CustomFieldSearcher

getSearchRequestAppender

public SearchRequestAppender<IssueConstant> getSearchRequestAppender()
Specified by:
getSearchRequestAppender in interface SearchRequestAppender.Factory<IssueConstant>
Since:
v6.0


Copyright © 2002-2014 Atlassian. All Rights Reserved.