com.atlassian.jira.issue.statistics
Class FixForVersionStatisticsMapper

java.lang.Object
  extended by com.atlassian.jira.issue.statistics.AbstractVersionStatisticsMapper
      extended by com.atlassian.jira.issue.statistics.FixForVersionStatisticsMapper
All Implemented Interfaces:
StatisticsMapper

public class FixForVersionStatisticsMapper
extends AbstractVersionStatisticsMapper


Constructor Summary
FixForVersionStatisticsMapper(VersionManager versionManager, boolean includeArchived)
           
 
Method Summary
 java.lang.String getDocumentConstant()
          Get the constant that this field is indexed with.
protected  java.lang.String getSearchUrlType()
           
 
Methods inherited from class com.atlassian.jira.issue.statistics.AbstractVersionStatisticsMapper
getComparator, getSearchUrlSuffix, getValueFromLuceneField, isValidValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixForVersionStatisticsMapper

public FixForVersionStatisticsMapper(VersionManager versionManager,
                                     boolean includeArchived)
Method Detail

getSearchUrlType

protected java.lang.String getSearchUrlType()
Specified by:
getSearchUrlType in class AbstractVersionStatisticsMapper

getDocumentConstant

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

Specified by:
getDocumentConstant in interface StatisticsMapper
Specified by:
getDocumentConstant in class AbstractVersionStatisticsMapper
See Also:
IssueDocument, CustomFieldSearcher


Copyright © 2002-2006 Atlassian. All Rights Reserved.