Package | Description |
---|---|
org.springframework.batch.core.job.flow | |
org.springframework.batch.core.job.flow.support | |
org.springframework.batch.core.job.flow.support.state |
Modifier and Type | Class and Description |
---|---|
class |
JobFlowExecutor
Implementation of
FlowExecutor for use in components that need to
execute a flow related to a JobExecution . |
Modifier and Type | Method and Description |
---|---|
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(String stateName,
FlowExecutor executor) |
FlowExecution |
Flow.start(FlowExecutor executor) |
Modifier and Type | Method and Description |
---|---|
FlowExecution |
SimpleFlow.resume(String stateName,
FlowExecutor executor) |
FlowExecution |
SimpleFlow.start(FlowExecutor executor) |
Modifier and Type | Method and Description |
---|---|
FlowExecutionStatus |
EndState.handle(FlowExecutor executor)
Return the
FlowExecutionStatus stored. |
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 |
DecisionState.handle(FlowExecutor executor) |
FlowExecutionStatus |
StepState.handle(FlowExecutor executor) |
abstract FlowExecutionStatus |
AbstractState.handle(FlowExecutor executor) |
FlowExecutionStatus |
FlowState.handle(FlowExecutor executor) |
Copyright © 2013 SpringSource. All rights reserved.