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 withJavaDelegates.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 interfaceDelegateExecutionExecution used inJavaDelegates andExecutionListeners.interfaceDelegateTask -
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 classExecutionEntityclassTaskEntity -
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 interfaceActivityExecution -
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 classExecutionImplclassPvmExecutionImpl
-