Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmExecution
-
Packages that use PvmExecution Package Description 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 Modifier and Type Class Description class
ExecutionEntity
-
Uses of PvmExecution in org.camunda.bpm.engine.impl.pvm
Subinterfaces of PvmExecution in org.camunda.bpm.engine.impl.pvm Modifier and Type Interface Description interface
PvmProcessInstance
Methods in org.camunda.bpm.engine.impl.pvm that return PvmExecution Modifier and Type Method Description PvmExecution
PvmProcessInstance. findExecution(String activityId)
Methods in org.camunda.bpm.engine.impl.pvm that return types with arguments of type PvmExecution Modifier and Type Method Description 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 Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type PvmExecution Modifier and Type Method Description List<PvmExecution>
PvmExecutionImpl. findExecutions(String activityId)
Method parameters in org.camunda.bpm.engine.impl.pvm.runtime with type arguments of type PvmExecution Modifier and Type Method Description protected void
PvmExecutionImpl. collectExecutions(String activityId, List<PvmExecution> executions)
-