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

All Known Implementing Classes:
AbstractCardColorCallback, AssigneeCardColorCallback, EpicCallbackComponent, EpicMetadataCallbackComponent, IssueTypeCardColorCallback, 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, java.util.Map<java.lang.String,java.lang.String> 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,
                      java.util.Map<java.lang.String,java.lang.String> data,
                      RapidIssueEntry entry)
Process the result for a given issue and store the outcome into the issue entry



Copyright © 2007-2012 Atlassian. All Rights Reserved.