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 |
---|---|
JobBuilder |
JobBuilder.flow(Flow flow)
Adds a flow to the job.
|
SplitBuilder |
SplitBuilder.flow(Flow flow)
Adds a flow to the split.
|
FlowBuilder |
FlowBuilder.flow(Flow flow)
Adds a flow to the flow.
|
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 © 2019 JBoss by Red Hat. All rights reserved.