Class AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>>
- java.lang.Object
- 
- org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
- 
- org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
- 
- org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuilder<B,SequenceFlow>
- 
- org.camunda.bpm.model.bpmn.builder.AbstractSequenceFlowBuilder<B>
 
 
 
 
- 
- Direct Known Subclasses:
- SequenceFlowBuilder
 
 public abstract class AbstractSequenceFlowBuilder<B extends AbstractSequenceFlowBuilder<B>> extends AbstractFlowElementBuilder<B,SequenceFlow> - Author:
- Sebastian Menski
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilderSPACE
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderelement, modelInstance, myself
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedAbstractSequenceFlowBuilder(BpmnModelInstance modelInstance, SequenceFlow element, java.lang.Class<?> selfType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Bcondition(ConditionExpression conditionExpression)Sets the condition for this sequence flow.Bfrom(FlowNode source)Sets the source flow node of this sequence flow.Bto(FlowNode target)Sets the target flow node of this sequence flow.- 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuildername
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilderaddExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, createTimeCycle, createTimeDate, createTimeDuration, documentation, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractSequenceFlowBuilderprotected AbstractSequenceFlowBuilder(BpmnModelInstance modelInstance, SequenceFlow element, java.lang.Class<?> selfType) 
 
- 
 - 
Method Detail- 
frompublic B from(FlowNode source) Sets the source flow node of this sequence flow.- Parameters:
- source- the source of this sequence flow
- Returns:
- the builder object
 
 - 
topublic B to(FlowNode target) Sets the target flow node of this sequence flow.- Parameters:
- target- the target of this sequence flow
- Returns:
- the builder object
 
 - 
conditionpublic B condition(ConditionExpression conditionExpression) Sets the condition for this sequence flow.- Parameters:
- conditionExpression- the condition expression for this sequence flow
- Returns:
- the builder object
 
 
- 
 
-