|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FlowExecution | |
|---|---|
| org.springframework.batch.core.job.flow | |
| org.springframework.batch.core.job.flow.support | |
| org.springframework.batch.core.job.flow.support.state | |
| Uses of FlowExecution in org.springframework.batch.core.job.flow |
|---|
| Methods in org.springframework.batch.core.job.flow that return FlowExecution | |
|---|---|
FlowExecution |
Flow.resume(java.lang.String stateName,
FlowExecutor executor)
|
FlowExecution |
Flow.start(FlowExecutor executor)
|
| Methods in org.springframework.batch.core.job.flow with parameters of type FlowExecution | |
|---|---|
void |
FlowExecutor.close(FlowExecution result)
Chance to clean up resources at the end of a flow (whether it completed successfully or not). |
int |
FlowExecution.compareTo(FlowExecution other)
Create an ordering on FlowExecution instances by comparing their
statuses. |
| Uses of FlowExecution in org.springframework.batch.core.job.flow.support |
|---|
| Methods in org.springframework.batch.core.job.flow.support that return FlowExecution | |
|---|---|
FlowExecution |
SimpleFlow.resume(java.lang.String stateName,
FlowExecutor executor)
|
FlowExecution |
SimpleFlow.start(FlowExecutor executor)
|
| Uses of FlowExecution in org.springframework.batch.core.job.flow.support.state |
|---|
| Method parameters in org.springframework.batch.core.job.flow.support.state with type arguments of type FlowExecution | |
|---|---|
FlowExecutionStatus |
MaxValueFlowExecutionAggregator.aggregate(java.util.Collection<FlowExecution> executions)
Aggregate all of the FlowExecutionStatuses of the
FlowExecutions into one status. |
FlowExecutionStatus |
FlowExecutionAggregator.aggregate(java.util.Collection<FlowExecution> executions)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||