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   
 

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

Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type SubProcess
AbstractSubProcessBuilder(BpmnModelInstance modelInstance, SubProcess element, Class<?> selfType)
           
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
 



Copyright © 2014 camunda services GmbH. All rights reserved.