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.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 IssueCountAndLastUpdatedCallback
          Collects the number of issues as well as the last updated date across all issues.
 class RapidViewStatisticsCallback
          Callback which will retrieve the value of the StatisticsFieldConfig on each Issue that is collected, and accumulate those values per column of the specified RapidView.
 

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.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-2012 Atlassian. All Rights Reserved.