| Package | Description |
|---|---|
| org.jberet.job.model | |
| org.jberet.runtime.context | |
| org.jberet.runtime.runner |
| Modifier and Type | Method and Description |
|---|---|
Flow |
FlowBuilder.build()
Builds the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<Flow> |
Split.getFlows()
Gets the list of flows contained in this split.
|
| Modifier and Type | Method and Description |
|---|---|
FlowBuilder |
FlowBuilder.flow(Flow flow)
Adds a flow to the flow.
|
SplitBuilder |
SplitBuilder.flow(Flow flow)
Adds a flow to the split.
|
JobBuilder |
JobBuilder.flow(Flow flow)
Adds a flow to the job.
|
| Modifier and Type | Method and Description |
|---|---|
Flow |
FlowContextImpl.getFlow() |
| Constructor and Description |
|---|
FlowContextImpl(Flow flow,
AbstractContext[] outerContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeExecutionRunner.runFlow(Flow flow,
CountDownLatch latch) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.