Class AbstractEventSubProcessBuilder<B extends AbstractEventSubProcessBuilder<B>>
- 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.AbstractFlowElementBuilder<B,SubProcess>
- 
- org.camunda.bpm.model.bpmn.builder.AbstractEventSubProcessBuilder<B>
 
 
 
 
- 
- Direct Known Subclasses:
- EventSubProcessBuilder
 
 public class AbstractEventSubProcessBuilder<B extends AbstractEventSubProcessBuilder<B>> extends AbstractFlowElementBuilder<B,SubProcess> 
- 
- 
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 Modifier Constructor Description protectedAbstractEventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, java.lang.Class<?> selfType)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StartEventBuilderstartEvent()StartEventBuilderstartEvent(java.lang.String id)- 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractFlowElementBuildername
 - 
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, setCoordinates, setWaypoints, setWaypointsWithSourceAndTarget
 - 
Methods inherited from class org.camunda.bpm.model.bpmn.builder.AbstractBpmnModelElementBuilderdone, getElement, subProcessDone, throwEventDefinitionDone, transactionDone
 
- 
 
- 
- 
- 
Constructor Detail- 
AbstractEventSubProcessBuilderprotected AbstractEventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, java.lang.Class<?> selfType) 
 
- 
 - 
Method Detail- 
startEventpublic StartEventBuilder startEvent() 
 - 
startEventpublic StartEventBuilder startEvent(java.lang.String id) 
 
- 
 
-