org.camunda.bpm.model.bpmn.builder
Class AbstractRootElementBuilder<B extends AbstractRootElementBuilder<B,E>,E extends RootElement>
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,E>
- Direct Known Subclasses:
- AbstractCallableElementBuilder, AbstractCompensateEventDefinitionBuilder, AbstractConditionalEventDefinitionBuilder, AbstractErrorEventDefinitionBuilder, AbstractMessageEventDefinitionBuilder
public abstract class AbstractRootElementBuilder<B extends AbstractRootElementBuilder<B,E>,E extends RootElement>
- extends AbstractBaseElementBuilder<B,E>
- Author:
- Sebastian Menski
| 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, id, resizeSubProcess, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractRootElementBuilder
protected AbstractRootElementBuilder(BpmnModelInstance modelInstance,
E element,
Class<?> selfType)
Copyright © 2017 camunda services GmbH. All rights reserved.