Class CompensateEventDefinitionBuilder
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.AbstractRootElementBuilder<B,CompensateEventDefinition>
org.camunda.bpm.model.bpmn.builder.AbstractCompensateEventDefinitionBuilder<CompensateEventDefinitionBuilder>
org.camunda.bpm.model.bpmn.builder.CompensateEventDefinitionBuilder
public class CompensateEventDefinitionBuilder
extends AbstractCompensateEventDefinitionBuilder<CompensateEventDefinitionBuilder>
- Author:
- Christopher Zell <christopher.zell@camunda.com>
-
Field Summary
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
SPACE
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
-
Constructor Summary
ConstructorDescriptionCompensateEventDefinitionBuilder
(BpmnModelInstance modelInstance, CompensateEventDefinition element) -
Method Summary
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCompensateEventDefinitionBuilder
activityRef, compensateEventDefinitionDone, id, waitForCompletion
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
addExtensionElement, 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, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Constructor Details
-
CompensateEventDefinitionBuilder
public CompensateEventDefinitionBuilder(BpmnModelInstance modelInstance, CompensateEventDefinition element)
-