Class ProjectIssueDataCallback
java.lang.Object
com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
com.atlassian.greenhopper.service.issue.callback.ProjectIssueDataCallback
- All Implemented Interfaces:
IssueDataCallback
Collects all project ids of given issues
-
Field Summary
Fields inherited from class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.service.issue.callback.AbstractIssueDataCallback
issueComplete, requiresIssueDoc
-
Constructor Details
-
ProjectIssueDataCallback
public ProjectIssueDataCallback()
-
-
Method Details
-
getFields
Description copied from interface:IssueDataCallbacksee DocumentConstants for possible values. These are the issue fields that we want to read from the Lucene index.- Specified by:
getFieldsin interfaceIssueDataCallback- Overrides:
getFieldsin classAbstractIssueDataCallback
-
fieldData
Description copied from interface:IssueDataCallbackThis callback is being called for every issue that matches the query. For memory efficiency, try to avoid buffering all results in memory but rather stream them to the target object, like a REST template.- Specified by:
fieldDatain interfaceIssueDataCallback- Overrides:
fieldDatain classAbstractIssueDataCallbackfieldName- : The name of the field that this value belongs to. One of the fields specified in getFields(). See DocumentConstants for possible values.data- : The raw Lucene data for the given field. Can be null.
-
getProjectIds
-