Uses of Interface
org.camunda.bpm.model.bpmn.instance.SubProcess

Packages that use SubProcess
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
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
 class SubProcessImpl
          The BPMN subProcess element
 class TransactionImpl
           
 

Uses of SubProcess in org.camunda.bpm.model.bpmn.instance
 

Subinterfaces of SubProcess in org.camunda.bpm.model.bpmn.instance
 interface Transaction
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.