Uses of Interface
org.camunda.bpm.engine.delegate.BpmnModelExecutionContext
-
Packages that use BpmnModelExecutionContext Package Description org.camunda.bpm.engine.delegate Interfaces used to include Java code in a process as the behavior of an activity or as a listener to process events withJavaDelegate
s.org.camunda.bpm.engine.impl.persistence.entity org.camunda.bpm.engine.impl.pvm.delegate org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of BpmnModelExecutionContext in org.camunda.bpm.engine.delegate
Subinterfaces of BpmnModelExecutionContext in org.camunda.bpm.engine.delegate Modifier and Type Interface Description interface
DelegateExecution
Execution used inJavaDelegate
s andExecutionListener
s.interface
DelegateTask
-
Uses of BpmnModelExecutionContext in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement BpmnModelExecutionContext Modifier and Type Class Description class
ExecutionEntity
class
TaskEntity
-
Uses of BpmnModelExecutionContext in org.camunda.bpm.engine.impl.pvm.delegate
Subinterfaces of BpmnModelExecutionContext in org.camunda.bpm.engine.impl.pvm.delegate Modifier and Type Interface Description interface
ActivityExecution
-
Uses of BpmnModelExecutionContext in org.camunda.bpm.engine.impl.pvm.runtime
Classes in org.camunda.bpm.engine.impl.pvm.runtime that implement BpmnModelExecutionContext Modifier and Type Class Description class
ExecutionImpl
class
PvmExecutionImpl
-