org.camunda.bpm.model.bpmn.builder
Class AbstractCompensateEventDefinitionBuilder<B extends AbstractCompensateEventDefinitionBuilder<B>>
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<B>
- Direct Known Subclasses:
- CompensateEventDefinitionBuilder
public abstract class AbstractCompensateEventDefinitionBuilder<B extends AbstractCompensateEventDefinitionBuilder<B>>
- extends AbstractRootElementBuilder<B,CompensateEventDefinition>
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCompensateEventDefinitionBuilder
public AbstractCompensateEventDefinitionBuilder(BpmnModelInstance modelInstance,
CompensateEventDefinition element,
Class<?> selfType)
id
public B id(String identifier)
- Description copied from class:
AbstractBaseElementBuilder
- Sets the identifier of the element.
- Overrides:
id in class AbstractBaseElementBuilder<B extends AbstractCompensateEventDefinitionBuilder<B>,CompensateEventDefinition>
- Parameters:
identifier - the identifier to set
- Returns:
- the builder object
activityRef
public B activityRef(String activityId)
waitForCompletion
public B waitForCompletion(boolean waitForCompletion)
compensateEventDefinitionDone
public <T extends AbstractFlowNodeBuilder> T compensateEventDefinitionDone()
Copyright © 2017 camunda services GmbH. All rights reserved.