Uses of Class
com.atlassian.greenhopper.service.issue.callback.AbstractColumnStatisticsCallback
Packages that use AbstractColumnStatisticsCallback
-
Uses of AbstractColumnStatisticsCallback in com.atlassian.greenhopper.service.issue.callback
Modifier and TypeClassDescriptionclassChecks the issue type of each document against the list of parent issue types to ensure that only parent issues are counted towards column statistics.classVery simple statistics callback - every document is worth 1.classIf 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 AbstractColumnStatisticsCallbackModifier and TypeMethodDescriptionColumnStatisticsCallbackFactory.createCallback(RapidView rapidView, StatisticsFieldConfig statisticsField) Constructs the appropriate column statistic callback based on the givenRapidViewandStatisticsFieldConfig.Methods in com.atlassian.greenhopper.service.issue.callback that return types with arguments of type AbstractColumnStatisticsCallbackModifier and TypeMethodDescriptionio.atlassian.fugue.Option<AbstractColumnStatisticsCallback>ColumnStatisticsCallbackFactory.createCallback(RapidView rapidView) Constructs the appropriate column statistic callback based on the givenRapidView.