com.atlassian.greenhopper.web.rapid.list
Interface RapidIssueEntryCallbackComponent

All Known Implementing Classes:
AbstractCardColorCallback, AbstractColumnStatisticsCallback, AssigneeCallbackComponent, AssigneeCardColorCallback, EpicCallbackComponent, EpicMetadataCallbackComponent, FixVersionCallbackComponent, FlaggingCallbackComponent, IssueCountExcludingSubTasksStatisticsCallback, IssueCountStatisticsCallback, IssueTypeCardColorCallback, JiraFieldStatisticsCallback, PriorityCardColorCallback

public interface RapidIssueEntryCallbackComponent

Allows splitting out pool callback functionality into separate components


Method Summary
 java.util.Set<java.lang.String> getFields()
          Get the lucene fields required by this component
 void processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
          Process the result for a given issue and store the outcome into the issue entry
 

Method Detail

getFields

java.util.Set<java.lang.String> getFields()
Get the lucene fields required by this component


processFieldData

void processFieldData(java.lang.Long issueId,
                      java.lang.String issueKey,
                      IssueFieldValueProvider data,
                      RapidIssueEntry entry)
Process the result for a given issue and store the outcome into the issue entry



Copyright © 2007-2014 Atlassian. All Rights Reserved.