Uses of Class
org.springframework.batch.core.job.flow.FlowExecution

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(String stateName, FlowExecutor executor)
           
 FlowExecution Flow.start(FlowExecutor executor)
           
 

Methods in org.springframework.batch.core.job.flow with parameters of type FlowExecution
 void JobFlowExecutor.close(FlowExecution result)
           
 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(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(Collection<FlowExecution> executions)
          Aggregate all of the FlowExecutionStatuses of the FlowExecutions into one status.
 FlowExecutionStatus FlowExecutionAggregator.aggregate(Collection<FlowExecution> executions)
           
 



Copyright © 2013 SpringSource. All Rights Reserved.