Uses of Interface
org.springframework.batch.core.job.flow.Flow
Packages that use Flow
Package
Description
Parsers for XML based configuration
Job and flow level builders for java based configuration of batch jobs
Flow related constructs including Flow interface, executors, and related exceptions
Basic implementations of flow constructs
States used in defining the underlying Spring Batch state machine
Step level builders for java based job configuration.
-
Uses of Flow in org.springframework.batch.core.configuration.xml
Methods in org.springframework.batch.core.configuration.xml that return types with arguments of type FlowMethods in org.springframework.batch.core.configuration.xml with parameters of type Flow -
Uses of Flow in org.springframework.batch.core.job.builder
Methods in org.springframework.batch.core.job.builder that return FlowMethods in org.springframework.batch.core.job.builder with parameters of type FlowModifier and TypeMethodDescriptionAdd flows to the split, in addition to the current state already present in the parent builder.protected FlowJobBuilderProvide a single flow to execute as the job.Start again from a subflow that was already registered.Go next on successful completion to a subflow.If a flow should start with a subflow use this as the first state.Start a job with this flow, but expect to transition from there to other flows or steps.Create a new job builder that will execute a flow.FlowBuilder.TransitionBuilder.stopAndRestart(Flow flow) Stop the flow and provide a flow to start with if the flow is restarted.Specify the next state as a complete flow.Constructors in org.springframework.batch.core.job.builder with parameters of type Flow -
Uses of Flow in org.springframework.batch.core.job.flow
Fields in org.springframework.batch.core.job.flow declared as FlowMethods in org.springframework.batch.core.job.flow that return types with arguments of type FlowMethods in org.springframework.batch.core.job.flow with parameters of type FlowModifier and TypeMethodDescriptionvoidPublic setter for the flow.voidPublic setter for the flow.Constructors in org.springframework.batch.core.job.flow with parameters of type Flow -
Uses of Flow in org.springframework.batch.core.job.flow.support
Classes in org.springframework.batch.core.job.flow.support that implement FlowModifier and TypeClassDescriptionclass -
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 FlowConstructors in org.springframework.batch.core.job.flow.support.state with parameters of type FlowConstructor parameters in org.springframework.batch.core.job.flow.support.state with type arguments of type FlowModifierConstructorDescriptionSplitState(Collection<Flow> flows, String name) SplitState(Collection<Flow> flows, String name, SplitState parentSplit) -
Uses of Flow in org.springframework.batch.core.step.builder
Methods in org.springframework.batch.core.step.builder with parameters of type FlowModifier and TypeMethodDescriptionProvide a flow to execute during the step.Create a new step builder that will execute a flow.