Uses of Interface
org.springframework.batch.core.job.flow.Flow

Packages that use Flow
org.springframework.batch.core.job.flow   
org.springframework.batch.core.job.flow.support   
org.springframework.batch.core.job.flow.support.state   
 

Uses of Flow in org.springframework.batch.core.job.flow
 

Methods in org.springframework.batch.core.job.flow with parameters of type Flow
 void FlowJob.setFlow(Flow flow)
          Public setter for the flow.
 

Uses of Flow in org.springframework.batch.core.job.flow.support
 

Classes in org.springframework.batch.core.job.flow.support that implement Flow
 class SimpleFlow
          A Flow that branches conditionally depending on the exit status of the last State.
 

Uses of Flow in org.springframework.batch.core.job.flow.support.state
 

Constructor parameters in org.springframework.batch.core.job.flow.support.state with type arguments of type Flow
SplitState(java.util.Collection<Flow> flows, java.lang.String name)
           
 



Copyright © 2009. All Rights Reserved.