Package com.persequor.extension.issue
Class BatchAsyncIssueAction
java.lang.Object
com.persequor.extension.issue.BaseIssueAction
com.persequor.extension.issue.BatchAsyncIssueAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
execute
(IAsyncActionChain response, List<Issue> issues) Will be called when the action is invoked from the UI on a list of issues.isEnabledFor
(List<Issue> issues) Will be called when the action is generated.Methods inherited from class com.persequor.extension.issue.BaseIssueAction
getDescription, getIcon, getId
-
Constructor Details
-
BatchAsyncIssueAction
public BatchAsyncIssueAction()
-
-
Method Details
-
isEnabledFor
Will be called when the action is generated.- Parameters:
issues
- the issues in the list- Returns:
- the issues that are actionable
-
execute
Will be called when the action is invoked from the UI on a list of issues.This method will only receive values that are returned from
isEnabledFor(List)
.- Parameters:
response
- a response object that can be used to perform a pre-defined set of actionsissues
- the issues
-