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
 java.util.Collection<Flow> getFlows()
           
 

Method Detail

getFlows

java.util.Collection<Flow> getFlows()


Copyright © 2011. All Rights Reserved.