Uses of Class
com.atlassian.greenhopper.service.issue.callback.AbstractCompoundDataCallback

Packages that use AbstractCompoundDataCallback
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.web.rapid.issue.statistics   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.work   
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.service.issue.callback
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.service.issue.callback
 class AbstractColumnStatisticsCallback
          Common parent class for callbacks which accumulate column constraint statistics.
 class IssueCountAndLastUpdatedCallback
          Collects the number of issues as well as the last updated date across all issues.
 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.
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.issue.statistics
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.issue.statistics
 class StatisticFieldAggregationCallback
          Callback which will retrieve the value of the StatisticsFieldConfig on each Issue that is collected and accumulate the values for each parent issue including its subtasks
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.list
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.list
 class RapidIssueEntryCallback
          Specialised data collector for pool issue data.
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.plan
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.plan
 class ClassificationStatisticCallback
           
 class EpicStatisticCallback
          This callback gathers various information about the issues it finds.
 class VersionStatisticCallback
          This callback gathers various information about the issues it finds.
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.sprint
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.sprint
static class CreateSprintHelper.IssueKeysAndStatisticsCallback
          Gathers all issue keys as well as statistics field values up to (including) a lastIssue.
 

Uses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.work
 

Subclasses of AbstractCompoundDataCallback in com.atlassian.greenhopper.web.rapid.work
 class ParentSwimlanesDataCallback
          Gathers information about parent swimlanes.
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.