org.camunda.bpm.model.bpmn.builder
Class ProcessBuilder

java.lang.Object
  extended by org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder<B,E>
      extended by org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder<B,E>
          extended by org.camunda.bpm.model.bpmn.builder.AbstractRootElementBuilder<B,E>
              extended by org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuilder<B,Process>
                  extended by org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder<ProcessBuilder>
                      extended by org.camunda.bpm.model.bpmn.builder.ProcessBuilder

public class ProcessBuilder
extends AbstractProcessBuilder<ProcessBuilder>

Author:
Sebastian Menski

Field Summary
 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
 
Constructor Summary
ProcessBuilder(BpmnModelInstance modelInstance, Process process)
           
 
Method Summary
 StartEventBuilder startEvent()
           
 StartEventBuilder startEvent(String id)
           
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
camundaJobPriority, camundaTaskPriority, closed, executable, processType
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuilder
name
 
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 org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, subProcessDone, transactionDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessBuilder

public ProcessBuilder(BpmnModelInstance modelInstance,
                      Process process)
Method Detail

startEvent

public StartEventBuilder startEvent()

startEvent

public StartEventBuilder startEvent(String id)


Copyright © 2016 camunda services GmbH. All rights reserved.