public abstract class AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>> extends AbstractFlowElementBuilder<B,SequenceFlow>
SPACE
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, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
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 © 2020. All rights reserved.