Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmExecution

Packages that use PvmExecution
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of PvmExecution in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement PvmExecution
 class ExecutionEntity
           
 

Uses of PvmExecution in org.camunda.bpm.engine.impl.pvm
 

Subinterfaces of PvmExecution in org.camunda.bpm.engine.impl.pvm
 interface PvmProcessInstance
           
 

Methods in org.camunda.bpm.engine.impl.pvm that return PvmExecution
 PvmExecution PvmProcessInstance.findExecution(String activityId)
           
 

Methods in org.camunda.bpm.engine.impl.pvm that return types with arguments of type PvmExecution
 List<PvmExecution> PvmProcessInstance.findExecutions(String activityId)
           
 

Uses of PvmExecution in org.camunda.bpm.engine.impl.pvm.runtime
 

Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement PvmExecution
 class ExecutionImpl
           
 class PvmExecutionImpl
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type PvmExecution
 List<PvmExecution> PvmExecutionImpl.findExecutions(String activityId)
           
 

Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmExecution
protected  void PvmExecutionImpl.collectExecutions(String activityId, List<PvmExecution> executions)
           
 



Copyright © 2017 camunda services GmbH. All rights reserved.