org.camunda.bpm.model.bpmn.builder
Class ProcessBuilder
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>
org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuilder<B,Process>
org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder<ProcessBuilder>
org.camunda.bpm.model.bpmn.builder.ProcessBuilder
public class ProcessBuilder
- extends AbstractProcessBuilder<ProcessBuilder>
- Author:
- Sebastian Menski
| Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder |
addExtensionElement, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessBuilder
public ProcessBuilder(BpmnModelInstance modelInstance,
Process process)
startEvent
public StartEventBuilder startEvent()
startEvent
public StartEventBuilder startEvent(String id)
Copyright © 2016 camunda services GmbH. All rights reserved.