Class ExclusiveGatewayBuilder
java.lang.Object
io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder<ExclusiveGatewayBuilder,ExclusiveGateway>
io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder<ExclusiveGatewayBuilder,ExclusiveGateway>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowElementBuilder<ExclusiveGatewayBuilder,ExclusiveGateway>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder<ExclusiveGatewayBuilder,ExclusiveGateway>
io.camunda.zeebe.model.bpmn.builder.AbstractGatewayBuilder<ExclusiveGatewayBuilder,ExclusiveGateway>
io.camunda.zeebe.model.bpmn.builder.AbstractExclusiveGatewayBuilder<ExclusiveGatewayBuilder>
io.camunda.zeebe.model.bpmn.builder.ExclusiveGatewayBuilder
public class ExclusiveGatewayBuilder
extends AbstractExclusiveGatewayBuilder<ExclusiveGatewayBuilder>
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder
compensateBoundaryEvent, compensationStarted
Fields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder
SPACE, ZEEBE_EXPRESSION_FORMAT
Fields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
-
Constructor Summary
ConstructorsConstructorDescriptionExclusiveGatewayBuilder
(BpmnModelInstance modelInstance, ExclusiveGateway element) -
Method Summary
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractExclusiveGatewayBuilder
defaultFlow, defaultFlow
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractGatewayBuilder
gatewayDirection, zeebeExecutionListener, zeebeStartExecutionListener, zeebeStartExecutionListener
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder
businessRuleTask, businessRuleTask, businessRuleTask, callActivity, callActivity, callActivity, compensationDone, compensationStart, condition, condition, conditionExpression, connectTarget, connectTargetWithAssociation, connectTargetWithSequenceFlow, connectTo, createTarget, createTargetBuilder, createTargetBuilder, endEvent, endEvent, endEvent, eventBasedGateway, eventBasedGateway, exclusiveGateway, exclusiveGateway, getCurrentSequenceFlowBuilder, inclusiveGateway, inclusiveGateway, intermediateCatchEvent, intermediateCatchEvent, intermediateCatchEvent, intermediateThrowEvent, intermediateThrowEvent, intermediateThrowEvent, isBoundaryEventWithStartedCompensation, isCompensationHandler, manualTask, manualTask, moveToActivity, moveToLastExclusiveGateway, moveToLastGateway, moveToLastInclusiveGateway, moveToNode, moveToProcess, parallelGateway, parallelGateway, receiveTask, receiveTask, receiveTask, scriptTask, scriptTask, scriptTask, sendTask, sendTask, sendTask, sequenceFlowId, serviceTask, serviceTask, serviceTask, subProcess, subProcess, subProcess, task, task, transaction, transaction, userTask, userTask, userTask
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowElementBuilder
name
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder
addExtensionElement, addExtensionElement, asZeebeExpression, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyEscalationEventDefinition, createEmptyMessageEventDefinition, createEmptySignalEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessage, createMessageEventDefinition, createSibling, createSibling, createSignal, createSignalEventDefinition, createZeebeUserTaskForm, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findProcess, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeBpmnShape, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder
documentation, done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Constructor Details
-
ExclusiveGatewayBuilder
-