Package | Description |
---|---|
org.springframework.batch.core.job.flow | |
org.springframework.batch.core.job.flow.support | |
org.springframework.batch.core.job.flow.support.state |
Modifier and Type | Method and Description |
---|---|
Collection<Flow> |
FlowHolder.getFlows() |
Modifier and Type | Method and Description |
---|---|
void |
FlowJob.setFlow(Flow flow)
Public setter for the flow.
|
void |
FlowStep.setFlow(Flow flow)
Public setter for the flow.
|
Constructor and Description |
---|
FlowStep(Flow flow)
Constructor for a
FlowStep that sets the flow and of the step
explicitly. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleFlow
|
Modifier and Type | Method and Description |
---|---|
Collection<Flow> |
SplitState.getFlows() |
Collection<Flow> |
FlowState.getFlows() |
Constructor and Description |
---|
FlowState(Flow flow,
String name) |
Constructor and Description |
---|
SplitState(Collection<Flow> flows,
String name) |
Copyright © 2013 SpringSource. All rights reserved.