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
 
- 
- 
Field Summary- 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilderSPACE
 - 
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderelement, modelInstance, myself
 
- 
 - 
Constructor SummaryConstructors Constructor Description ProcessBuilder(BpmnModelInstance modelInstance, Process process)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description EventSubProcessBuildereventSubProcess()EventSubProcessBuildereventSubProcess(java.lang.String id)protected voidsetCoordinates(BpmnShape targetBpmnShape)protected voidsetEventSubProcessCoordinates(BpmnShape targetBpmnShape)StartEventBuilderstartEvent()StartEventBuilderstartEvent(java.lang.String id)- 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuildercamundaHistoryTimeToLive, camundaJobPriority, camundaStartableInTasklist, camundaTaskPriority, camundaVersionTag, closed, executable, processType
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractCallableElementBuildername
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilderaddExtensionElement, createBpmnEdge, createBpmnShape, createChild, createChild, createChild, createChild, createCompensateEventDefinition, createEdge, createEmptyErrorEventDefinition, createEmptyMessageEventDefinition, createErrorEventDefinition, createErrorEventDefinition, createEscalationEventDefinition, createInstance, createInstance, createMessageEventDefinition, createSibling, createSibling, createSignalEventDefinition, createTimeCycle, createTimeDate, createTimeDuration, documentation, findBpmnEdge, findBpmnPlane, findBpmnShape, findErrorDefinitionForCode, findErrorForNameAndCode, findErrorForNameAndCode, findEscalationForCode, findMessageForName, findSignalForName, getCreateSingleChild, getCreateSingleChild, getCreateSingleExtensionElement, id, resizeSubProcess, setWaypoints, setWaypointsWithSourceAndTarget
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
 
- 
 
- 
- 
- 
Constructor Detail- 
ProcessBuilderpublic ProcessBuilder(BpmnModelInstance modelInstance, Process process) 
 
- 
 - 
Method Detail- 
startEventpublic StartEventBuilder startEvent() 
 - 
startEventpublic StartEventBuilder startEvent(java.lang.String id) 
 - 
eventSubProcesspublic EventSubProcessBuilder eventSubProcess() 
 - 
eventSubProcesspublic EventSubProcessBuilder eventSubProcess(java.lang.String id) 
 - 
setCoordinatesprotected void setCoordinates(BpmnShape targetBpmnShape) - Overrides:
- setCoordinatesin class- AbstractBaseElementBuilder<ProcessBuilder,Process>
 
 - 
setEventSubProcessCoordinatesprotected void setEventSubProcessCoordinates(BpmnShape targetBpmnShape) 
 
- 
 
-