public class DecisionController extends Object implements ExecutionElementController
| Constructor and Description |
|---|
DecisionController(RuntimeJobExecution jobExecution,
Decision decision,
ServicesManager manager) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionStatus |
execute() |
List<Long> |
getLastRunStepExecutions() |
protected void |
setPreviousStepExecutions(ExecutionElement previousExecutionElement,
ExecutionElementController previousElementController) |
void |
stop() |
public DecisionController(RuntimeJobExecution jobExecution, Decision decision, ServicesManager manager)
public ExecutionStatus execute()
execute in interface ExecutionElementControllerprotected void setPreviousStepExecutions(ExecutionElement previousExecutionElement, ExecutionElementController previousElementController)
public void stop()
stop in interface Controllerpublic List<Long> getLastRunStepExecutions()
getLastRunStepExecutions in interface ControllerCopyright © 2023 The Apache Software Foundation. All rights reserved.