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 that return types with arguments of type Flow
 Collection<Flow> FlowHolder.getFlows()
           
 

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

Constructors in org.springframework.batch.core.job.flow with parameters of type Flow
FlowStep(Flow flow)
          Constructor for a FlowStep that sets the flow and of the step explicitly.
 

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
 

Methods in org.springframework.batch.core.job.flow.support.state that return types with arguments of type Flow
 Collection<Flow> SplitState.getFlows()
           
 Collection<Flow> FlowState.getFlows()
           
 

Constructors in org.springframework.batch.core.job.flow.support.state with parameters of type Flow
FlowState(Flow flow, String name)
           
 

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



Copyright © 2013 SpringSource. All Rights Reserved.