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
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, createInstance, createInstance, createSibling, createSibling, id
 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
done, subProcessDone
 
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 © 2014 camunda services GmbH. All rights reserved.