Class IntermediateThrowEventBuilder
java.lang.Object
io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractBaseElementBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowElementBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractFlowNodeBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractEventBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractThrowEventBuilder<IntermediateThrowEventBuilder,IntermediateThrowEvent>
io.camunda.zeebe.model.bpmn.builder.AbstractIntermediateThrowEventBuilder<IntermediateThrowEventBuilder>
io.camunda.zeebe.model.bpmn.builder.IntermediateThrowEventBuilder
- All Implemented Interfaces:
ZeebeJobWorkerElementBuilder<IntermediateThrowEventBuilder>,ZeebeJobWorkerPropertiesBuilder<IntermediateThrowEventBuilder>,ZeebeVariablesMappingBuilder<IntermediateThrowEventBuilder>
public class IntermediateThrowEventBuilder
extends AbstractIntermediateThrowEventBuilder<IntermediateThrowEventBuilder>
- 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
ConstructorsConstructorDescriptionIntermediateThrowEventBuilder(BpmnModelInstance modelInstance, IntermediateThrowEvent element) -
Method Summary
Methods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractThrowEventBuilder
compensateEventDefinition, compensateEventDefinition, escalation, escalationEventDefinition, escalationEventDefinition, escalationExpression, link, linkEventDefinition, linkEventDefinition, message, message, messageEventDefinition, messageEventDefinition, signal, signalEventDefinition, signalEventDefinition, zeebeInput, zeebeInputExpression, zeebeJobRetries, zeebeJobRetriesExpression, zeebeJobType, zeebeJobTypeExpression, zeebeOutput, zeebeOutputExpression, zeebeTaskHeaderMethods 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, 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, setCoordinates, setWaypoints, setWaypointsWithSourceAndTargetMethods inherited from class io.camunda.zeebe.model.bpmn.builder.AbstractBpmnModelElementBuilder
documentation, done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Constructor Details
-
IntermediateThrowEventBuilder
public IntermediateThrowEventBuilder(BpmnModelInstance modelInstance, IntermediateThrowEvent element)
-