public abstract class AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>> extends AbstractFlowElementBuilder<B,SequenceFlow>
SPACEelement, 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. | 
nameaddExtensionElement, 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, setWaypointsWithSourceAndTargetdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDoneprotected 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 © 2018. All rights reserved.