public abstract class AbstractCompensateEventDefinitionBuilder<B extends AbstractCompensateEventDefinitionBuilder<B>> extends AbstractRootElementBuilder<B,CompensateEventDefinition>
SPACE
element, modelInstance, myself
Constructor and Description |
---|
AbstractCompensateEventDefinitionBuilder(BpmnModelInstance modelInstance,
CompensateEventDefinition element,
Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
B |
activityRef(String activityId) |
<T extends AbstractFlowNodeBuilder> |
compensateEventDefinitionDone() |
B |
id(String identifier)
Sets the identifier of the element.
|
B |
waitForCompletion(boolean waitForCompletion) |
addExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
public AbstractCompensateEventDefinitionBuilder(BpmnModelInstance modelInstance, CompensateEventDefinition element, Class<?> selfType)
public B id(String identifier)
AbstractBaseElementBuilder
id
in class AbstractBaseElementBuilder<B extends AbstractCompensateEventDefinitionBuilder<B>,CompensateEventDefinition>
identifier
- the identifier to setpublic B waitForCompletion(boolean waitForCompletion)
public <T extends AbstractFlowNodeBuilder> T compensateEventDefinitionDone()
Copyright © 2020. All rights reserved.