public abstract class AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>> extends AbstractFlowElementBuilder<B,SequenceFlow>
element, modelInstance, myself
Modifier | Constructor and Description |
---|---|
protected |
AbstractSequenceFlowBuilder(BpmnModelInstance modelInstance,
SequenceFlow element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
condition(ConditionExpression conditionExpression)
Sets the condition for this sequence flow.
|
B |
from(FlowNode source)
Sets the source flow node of this sequence flow.
|
B |
to(FlowNode target)
Sets the target flow node of this sequence flow.
|
name
addExtensionElement, createChild, createChild, createInstance, createInstance, createSibling, createSibling, id
done, subProcessDone
protected AbstractSequenceFlowBuilder(BpmnModelInstance modelInstance, SequenceFlow element, Class<?> selfType)
public B from(FlowNode source)
source
- the source of this sequence flowpublic B to(FlowNode target)
target
- the target of this sequence flowpublic B condition(ConditionExpression conditionExpression)
conditionExpression
- the condition expression for this sequence flowCopyright © 2015. All rights reserved.