Package | Description |
---|---|
org.jberet.job.model |
Modifier and Type | Method and Description |
---|---|
FlowBuilder |
FlowBuilder.decision(Decision decision)
Adds a decision to the current flow.
|
FlowBuilder |
FlowBuilder.flow(Flow flow)
Adds a flow to the flow.
|
FlowBuilder |
FlowBuilder.next(String next)
Sets the
next attribute value for the flow. |
FlowBuilder |
FlowBuilder.split(Split split)
Adds a split to the current flow.
|
FlowBuilder |
FlowBuilder.step(Step step)
Adds a step to the current flow.
|
Modifier and Type | Method and Description |
---|---|
Transition.End<FlowBuilder> |
FlowBuilder.endOn(String exitStatusCondition)
Sets
end transition condition for the flow. |
Transition.Fail<FlowBuilder> |
FlowBuilder.failOn(String exitStatusCondition)
Sets
fail transition condition for the flow. |
Transition.Next<FlowBuilder> |
FlowBuilder.nextOn(String exitStatusCondition)
Sets
next transition condition for the flow. |
Transition.Stop<FlowBuilder> |
FlowBuilder.stopOn(String exitStatusCondition)
Sets
stop transition condition for the flow. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.