org.springframework.batch.core.job.flow
Interface FlowHolder

All Known Implementing Classes:
FlowState, SplitState

public interface FlowHolder

Convenient interface for components that contain nested flows.

Author:
Dave Syer

Method Summary
 Collection<Flow> getFlows()
           
 

Method Detail

getFlows

Collection<Flow> getFlows()


Copyright © 2013 SpringSource. All Rights Reserved.