|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RapidIssueEntryCallbackComponent | |
---|---|
com.atlassian.greenhopper.service.issue.callback | |
com.atlassian.greenhopper.service.rapid.view.color | |
com.atlassian.greenhopper.web.rapid.list |
Uses of RapidIssueEntryCallbackComponent in com.atlassian.greenhopper.service.issue.callback |
---|
Classes in com.atlassian.greenhopper.service.issue.callback that implement RapidIssueEntryCallbackComponent | |
---|---|
class |
AbstractColumnStatisticsCallback
Common parent class for callbacks which accumulate column constraint statistics. |
class |
FixVersionCallbackComponent
|
class |
FlaggingCallbackComponent
|
class |
IssueCountExcludingSubTasksStatisticsCallback
Checks the issue type of each document against the list of parent issue types to ensure that only parent issues are counted towards column statistics. |
class |
IssueCountStatisticsCallback
Very simple statistics callback - every document is worth 1. |
class |
JiraFieldStatisticsCallback
If and when fields are supported as a column constraint, this will be used to calculate the value of each document by looking up the field's indexed value. |
Uses of RapidIssueEntryCallbackComponent in com.atlassian.greenhopper.service.rapid.view.color |
---|
Classes in com.atlassian.greenhopper.service.rapid.view.color that implement RapidIssueEntryCallbackComponent | |
---|---|
class |
AbstractCardColorCallback
Abstract CallbackComponent implementation |
class |
AssigneeCardColorCallback
Callback for assignee card color strategy |
class |
IssueTypeCardColorCallback
Callback for issue type card color strategy |
class |
PriorityCardColorCallback
Callback for priority card color strategy |
Methods in com.atlassian.greenhopper.service.rapid.view.color that return types with arguments of type RapidIssueEntryCallbackComponent | |
---|---|
ServiceOutcome<RapidIssueEntryCallbackComponent> |
CardColorQueryServiceImpl.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
CardColorStrategy cardColorStrategy)
|
ServiceOutcome<RapidIssueEntryCallbackComponent> |
CardColorQueryService.createCardColorIssueEntryCallback(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
CardColorStrategy cardColorStrategy)
Get a RapidIssueEntryCallbackComponent for a given rapidView and cardColorStrategy. |
Uses of RapidIssueEntryCallbackComponent in com.atlassian.greenhopper.web.rapid.list |
---|
Classes in com.atlassian.greenhopper.web.rapid.list that implement RapidIssueEntryCallbackComponent | |
---|---|
class |
AssigneeCallbackComponent
Fetch assignee data and related things. |
class |
EpicCallbackComponent
Retrieve the key of the Epic that is associated to each issue (if one exists) and set it onto the RapidIssueEntry . |
class |
EpicMetadataCallbackComponent
Fetches additional epic meta data from documents and stores it against the RapidIssueEntry of an epic. |
Methods in com.atlassian.greenhopper.web.rapid.list with parameters of type RapidIssueEntryCallbackComponent | |
---|---|
void |
RapidIssueEntryCallback.addCallbackComponent(RapidIssueEntryCallbackComponent component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |