Class BoundaryEventBuilder
java.lang.Object
io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowElementBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractEventBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractCatchEventBuilder<BoundaryEventBuilder,BoundaryEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractBoundaryEventBuilder<BoundaryEventBuilder>
io.camunda.zeebe.model.bpmn.builder.BoundaryEventBuilder
- All Implemented Interfaces:
ZeebeVariablesMappingBuilder<BoundaryEventBuilder>
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder
compensateBoundaryEvent, compensationStartedFields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder
SPACE, ZEEBE_EXPRESSION_FORMATFields inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself -
Constructor Summary
ConstructorsConstructorDescriptionBoundaryEventBuilder(BpmnModelInstance modelInstance, BoundaryEvent element) -
Method Summary
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBoundaryEventBuilder
cancelActivity, compensation, error, error, errorEventDefinition, errorEventDefinition, escalation, escalation, setCoordinates, setWaypointsWithSourceAndTargetMethods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractCatchEventBuilder
compensateEventDefinition, compensateEventDefinition, condition, conditionalEventDefinition, conditionalEventDefinition, link, linkEventDefinition, linkEventDefinition, message, message, messageEventDefinition, parallelMultiple, signal, signal, signalEventDefinition, timerWithCycle, timerWithCycleExpression, timerWithDate, timerWithDateExpression, timerWithDuration, timerWithDuration, timerWithDurationExpression, zeebeInput, zeebeInputExpression, zeebeOutput, zeebeOutputExpressionMethods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder
businessRuleTask, businessRuleTask, businessRuleTask, callActivity, callActivity, callActivity, compensationDone, compensationStart, 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, userTaskMethods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractFlowElementBuilder
nameMethods 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, setWaypointsMethods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder
documentation, done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Constructor Details
-
BoundaryEventBuilder
-