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

Packages that use Process
org.camunda.bpm.model.bpmn.builder   
org.camunda.bpm.model.bpmn.impl.instance   
org.camunda.bpm.model.bpmn.instance   
 

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

Constructors in org.camunda.bpm.model.bpmn.builder with parameters of type Process
AbstractProcessBuilder(BpmnModelInstance modelInstance, Process element, Class<?> selfType)
           
ProcessBuilder(BpmnModelInstance modelInstance, Process process)
           
 

Uses of Process in org.camunda.bpm.model.bpmn.impl.instance
 

Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Process
 class ProcessImpl
          The BPMN process element
 

Fields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Process
protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<Process> ParticipantImpl.processRefAttribute
           
protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Process,Supports> ProcessImpl.supportsCollection
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return Process
 Process ParticipantImpl.getProcess()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance that return types with arguments of type Process
 Collection<Process> ProcessImpl.getSupports()
           
 

Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Process
 void ParticipantImpl.setProcess(Process process)
           
 

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

Methods in org.camunda.bpm.model.bpmn.instance that return Process
 Process Participant.getProcess()
           
 

Methods in org.camunda.bpm.model.bpmn.instance that return types with arguments of type Process
 Collection<Process> Process.getSupports()
           
 

Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Process
 void Participant.setProcess(Process process)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.