Package org.springframework.batch.core.job.flow

Interface Summary
Flow  
FlowExecutor Context and execution strategy for FlowJob to allow it to delegate its execution step by step.
FlowHolder Convenient interface for components that contain nested flows.
JobExecutionDecider Interface allowing for programmatic access to the decision on what the status of a flow should be.
State  
 

Class Summary
FlowExecution  
FlowExecutionStatus Represents the status of FlowExecution.
FlowJob Implementation of the Job interface that allows for complex flows of steps, rather than requiring sequential execution.
FlowStep A XPath.Step implementation that delegates to a Flow.
JobFlowExecutor Implementation of FlowExecutor for use in components that need to execute a flow related to a JobExecution.
 

Exception Summary
FlowExecutionException  
 



Copyright © 2013 SpringSource. All Rights Reserved.