| 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> |
FlowState.getFlows() |
Collection<Flow> |
SplitState.getFlows() |
| Constructor and Description |
|---|
FlowState(Flow flow,
String name) |
| Constructor and Description |
|---|
SplitState(Collection<Flow> flows,
String name) |
Copyright © 2014 SpringSource. All rights reserved.