|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowExecutor | |
|---|---|
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.core.job.flow.support | |
| org.springframework.batch.core.job.flow.support.state | |
| Uses of FlowExecutor in org.springframework.batch.core.job.flow |
|---|
| Methods in org.springframework.batch.core.job.flow with parameters of type FlowExecutor | |
|---|---|
FlowExecutionStatus |
State.handle(FlowExecutor executor)
Handle some business or processing logic and return a status that can be used to drive a flow to the next State. |
FlowExecution |
Flow.resume(java.lang.String stateName,
FlowExecutor executor)
|
FlowExecution |
Flow.start(FlowExecutor executor)
|
| Uses of FlowExecutor in org.springframework.batch.core.job.flow.support |
|---|
| Methods in org.springframework.batch.core.job.flow.support with parameters of type FlowExecutor | |
|---|---|
FlowExecution |
SimpleFlow.resume(java.lang.String stateName,
FlowExecutor executor)
|
FlowExecution |
SimpleFlow.start(FlowExecutor executor)
|
| Uses of FlowExecutor in org.springframework.batch.core.job.flow.support.state |
|---|
| Methods in org.springframework.batch.core.job.flow.support.state with parameters of type FlowExecutor | |
|---|---|
FlowExecutionStatus |
StepState.handle(FlowExecutor executor)
|
FlowExecutionStatus |
SplitState.handle(FlowExecutor executor)
Execute the flows in parallel by passing them to the TaskExecutor
and wait for all of them to finish before proceeding. |
FlowExecutionStatus |
EndState.handle(FlowExecutor executor)
Return the FlowExecutionStatus stored. |
FlowExecutionStatus |
DecisionState.handle(FlowExecutor executor)
|
abstract FlowExecutionStatus |
AbstractState.handle(FlowExecutor executor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||