Uses of Interface
com.atlassian.greenhopper.service.issue.callback.IssueFieldValueProvider

Packages that use IssueFieldValueProvider
com.atlassian.greenhopper.service.issue.callback   
com.atlassian.greenhopper.service.rapid.view.color   
com.atlassian.greenhopper.web.rapid.issue.statistics   
com.atlassian.greenhopper.web.rapid.list   
com.atlassian.greenhopper.web.rapid.plan   
com.atlassian.greenhopper.web.rapid.sprint   
com.atlassian.greenhopper.web.rapid.work   
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.service.issue.callback
 

Classes in com.atlassian.greenhopper.service.issue.callback that implement IssueFieldValueProvider
 class IssueFieldValueProviderImpl
           
 

Methods in com.atlassian.greenhopper.service.issue.callback with parameters of type IssueFieldValueProvider
protected abstract  void AbstractCompoundDataCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
          This callback is being called for every issue that matches the query.
 void IssueCountAndLastUpdatedCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
protected  void AbstractColumnStatisticsCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
protected  java.lang.Double IssueCountExcludingSubTasksStatisticsCallback.getStatisticsValue(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
protected  java.lang.Double IssueCountStatisticsCallback.getStatisticsValue(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
protected  java.lang.Double JiraFieldStatisticsCallback.getStatisticsValue(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
protected abstract  java.lang.Double AbstractColumnStatisticsCallback.getStatisticsValue(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
          Compute the statistics value for this column constraint based on the document data.
 void FixVersionCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 void FlaggingCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 void AbstractColumnStatisticsCallback.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
          Implementing RapidIssueEntryCallbackComponent.processFieldData(Long, String, IssueFieldValueProvider, com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry) so that we can store the column constraint statistic value for this issue against the RapidIssueEntry.
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.service.rapid.view.color
 

Methods in com.atlassian.greenhopper.service.rapid.view.color with parameters of type IssueFieldValueProvider
 void AbstractCardColorCallback.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.web.rapid.issue.statistics
 

Methods in com.atlassian.greenhopper.web.rapid.issue.statistics with parameters of type IssueFieldValueProvider
 void StatisticFieldAggregationCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.web.rapid.list
 

Methods in com.atlassian.greenhopper.web.rapid.list with parameters of type IssueFieldValueProvider
 void RapidIssueEntryCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
          This gets called once for each issue we found, with the data we asked for.
 void RapidIssueEntryCallbackComponent.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
 void EpicCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 void EpicMetadataCallbackComponent.processFieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data, RapidIssueEntry entry)
           
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan with parameters of type IssueFieldValueProvider
abstract  boolean ClassificationStatisticCallback.doesIssueHaveClassificationId(IssueFieldValueProvider issueData)
           
 boolean EpicStatisticCallback.doesIssueHaveClassificationId(IssueFieldValueProvider issueData)
           
 boolean VersionStatisticCallback.doesIssueHaveClassificationId(IssueFieldValueProvider issueData)
           
protected  void ClassificationStatisticCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.web.rapid.sprint
 

Methods in com.atlassian.greenhopper.web.rapid.sprint with parameters of type IssueFieldValueProvider
protected  void CreateSprintHelper.IssueKeysAndStatisticsCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
           
 

Uses of IssueFieldValueProvider in com.atlassian.greenhopper.web.rapid.work
 

Methods in com.atlassian.greenhopper.web.rapid.work with parameters of type IssueFieldValueProvider
protected  void ParentSwimlanesDataCallback.fieldData(java.lang.Long issueId, java.lang.String issueKey, IssueFieldValueProvider data)
          Gathers information about each issue
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.