Uses of Class
org.springframework.batch.core.job.flow.FlowExecution
Packages that use FlowExecution
Package
Description
Flow related constructs including Flow interface, executors, and related exceptions
Basic implementations of flow constructs
States used in defining the underlying Spring Batch state machine
-
Uses of FlowExecution in org.springframework.batch.core.job.flow
Methods in org.springframework.batch.core.job.flow that return FlowExecutionModifier and TypeMethodDescriptionFlow.resume(String stateName, FlowExecutor executor) Flow.start(FlowExecutor executor) Methods in org.springframework.batch.core.job.flow with parameters of type FlowExecutionModifier and TypeMethodDescriptionvoidFlowExecutor.close(FlowExecution result) Chance to clean up resources at the end of a flow (whether it completed successfully or not).voidJobFlowExecutor.close(FlowExecution result) intFlowExecution.compareTo(FlowExecution other) Create an ordering onFlowExecutioninstances 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 FlowExecutionModifier and TypeMethodDescriptionSimpleFlow.resume(String stateName, FlowExecutor executor) 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 FlowExecutionModifier and TypeMethodDescriptionFlowExecutionAggregator.aggregate(Collection<FlowExecution> executions) MaxValueFlowExecutionAggregator.aggregate(Collection<FlowExecution> executions) Aggregate all of theFlowExecutionStatuses of theFlowExecutions into one status.protected FlowExecutionStatusSplitState.doAggregation(Collection<FlowExecution> results, FlowExecutor executor)