Class ExtraFieldsCallbackComponent
java.lang.Object
com.atlassian.greenhopper.web.rapid.list.ExtraFieldsCallbackComponent
- All Implemented Interfaces:
RapidIssueEntryCallbackComponent
public class ExtraFieldsCallbackComponent
extends Object
implements RapidIssueEntryCallbackComponent
Callback component that renders extra fields.
-
Constructor Summary
ConstructorsConstructorDescriptionExtraFieldsCallbackComponent
(com.atlassian.jira.user.ApplicationUser user, ExtraFieldsHelper extraFieldsHelper, List<com.atlassian.jira.issue.fields.NavigableField> extraFields) -
Method Summary
Modifier and TypeMethodDescriptionGet the lucene fields required by this componentvoid
processFieldData
(Long issueId, String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry) Process the result for a given issue and store the outcome into the issue entry
-
Constructor Details
-
ExtraFieldsCallbackComponent
public ExtraFieldsCallbackComponent(com.atlassian.jira.user.ApplicationUser user, ExtraFieldsHelper extraFieldsHelper, List<com.atlassian.jira.issue.fields.NavigableField> extraFields)
-
-
Method Details
-
getFields
Description copied from interface:RapidIssueEntryCallbackComponent
Get the lucene fields required by this component- Specified by:
getFields
in interfaceRapidIssueEntryCallbackComponent
-
processFieldData
public void processFieldData(Long issueId, String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry) Description copied from interface:RapidIssueEntryCallbackComponent
Process the result for a given issue and store the outcome into the issue entry- Specified by:
processFieldData
in interfaceRapidIssueEntryCallbackComponent
-