public class StatefulSimpleFlowDriver extends SimpleFlowDriver
| Constructor and Description |
|---|
StatefulSimpleFlowDriver() |
StatefulSimpleFlowDriver(FlowStateRepository stateRepository) |
StatefulSimpleFlowDriver(FlowStateRepository stateRepository,
Container container) |
StatefulSimpleFlowDriver(FlowStateRepository stateRepository,
Evaluation evaluation) |
StatefulSimpleFlowDriver(FlowStateRepository stateRepository,
Evaluation evaluation,
Container container) |
| Modifier and Type | Method and Description |
|---|---|
FlowStateRepository |
getStateRepository() |
void |
handleTask(FlowContext context0,
Task task) |
protected boolean |
isMyTask(StatefulFlowContext context,
Task task) |
getContainer, getEvaluationhandleTaskDo, handleTest, handleTestDo, isChain, isComponent, onNodeEnd, onNodeStart, tryAsChainTask, tryAsComponentTask, tryAsScriptTask, tryAsScriptTestpublic StatefulSimpleFlowDriver()
public StatefulSimpleFlowDriver(FlowStateRepository stateRepository)
public StatefulSimpleFlowDriver(FlowStateRepository stateRepository, Container container)
public StatefulSimpleFlowDriver(FlowStateRepository stateRepository, Evaluation evaluation)
public StatefulSimpleFlowDriver(FlowStateRepository stateRepository, Evaluation evaluation, Container container)
public FlowStateRepository getStateRepository()
public void handleTask(FlowContext context0, Task task) throws Throwable
handleTask in interface FlowDriverhandleTask in class AbstractFlowDriverThrowableprotected boolean isMyTask(StatefulFlowContext context, Task task)
Copyright © 2025. All rights reserved.