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
- Author:
- Sebastian Menski
-
Field Summary
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBaseElementBuilder
SPACE
Fields inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilder
element, modelInstance, myself
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
setCoordinates
(BpmnShape targetBpmnShape) protected void
setEventSubProcessCoordinates
(BpmnShape targetBpmnShape) startEvent
(String id) Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractProcessBuilder
camundaHistoryTimeToLive, camundaHistoryTimeToLiveString, camundaJobPriority, camundaStartableInTasklist, camundaTaskPriority, camundaVersionTag, 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, 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.AbstractBpmnModelElementBuilder
done, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
-
Constructor Details
-
ProcessBuilder
-
-
Method Details
-
startEvent
-
startEvent
-
eventSubProcess
-
eventSubProcess
-
setCoordinates
- Overrides:
setCoordinates
in classAbstractBaseElementBuilder<ProcessBuilder,
Process>
-
setEventSubProcessCoordinates
-