com.atlassian.jira.issue.statistics
Interface ValueStatisticMapper<T>

All Superinterfaces:
LuceneFieldSorter<T>, StatisticsMapper<T>
All Known Implementing Classes:
CascadingSelectStatisticsMapper, SelectStatisticsMapper

public interface ValueStatisticMapper<T>
extends StatisticsMapper<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)

Since:
v5.2
See Also:
LuceneFieldSorter, StatisticsMapper

Method Summary
 Comparator<T> getValueComparator()
           
 
Methods inherited from interface com.atlassian.jira.issue.statistics.StatisticsMapper
getSearchUrlSuffix, isFieldAlwaysPartOfAnIssue, isValidValue
 
Methods inherited from interface com.atlassian.jira.issue.search.LuceneFieldSorter
equals, getComparator, getDocumentConstant, getValueFromLuceneField, hashCode
 

Method Detail

getValueComparator

Comparator<T> getValueComparator()


Copyright © 2002-2014 Atlassian. All Rights Reserved.