Uses of Interface
org.camunda.bpm.model.bpmn.instance.SubProcess
-
Packages that use SubProcess Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of SubProcess in org.camunda.bpm.model.bpmn.builder
Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type SubProcess Constructor Description AbstractEventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType)
AbstractSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType)
EventSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element)
SubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element)
-
Uses of SubProcess in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement SubProcess Modifier and Type Class Description class
SubProcessImpl
The BPMN subProcess elementclass
TransactionImpl
-
Uses of SubProcess in org.camunda.bpm.model.bpmn.instance
Subinterfaces of SubProcess in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
Transaction
-