|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractColumnStatisticsCallback | |
---|---|
com.atlassian.greenhopper.service.issue.callback |
Uses of AbstractColumnStatisticsCallback in com.atlassian.greenhopper.service.issue.callback |
---|
Subclasses of AbstractColumnStatisticsCallback in com.atlassian.greenhopper.service.issue.callback | |
---|---|
class |
IssueCountExcludingSubTasksStatisticsCallback
Checks the issue type of each document against the list of parent issue types to ensure that only parent issues are counted towards column statistics. |
class |
IssueCountStatisticsCallback
Very simple statistics callback - every document is worth 1. |
class |
JiraFieldStatisticsCallback
If and when fields are supported as a column constraint, this will be used to calculate the value of each document by looking up the field's indexed value. |
Methods in com.atlassian.greenhopper.service.issue.callback that return AbstractColumnStatisticsCallback | |
---|---|
AbstractColumnStatisticsCallback |
ColumnStatisticsCallbackFactory.createCallback(RapidView rapidView,
StatisticsFieldConfig statisticsField)
Constructs the appropriate column statistic callback based on the given RapidView and StatisticsFieldConfig . |
Methods in com.atlassian.greenhopper.service.issue.callback that return types with arguments of type AbstractColumnStatisticsCallback | |
---|---|
com.atlassian.fugue.Option<AbstractColumnStatisticsCallback> |
ColumnStatisticsCallbackFactory.createCallback(RapidView rapidView)
Constructs the appropriate column statistic callback based on the given RapidView . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |