| 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 with  
JavaDelegates. | 
| org.camunda.bpm.engine.impl.persistence.entity | |
| org.camunda.bpm.engine.impl.pvm.delegate | |
| org.camunda.bpm.engine.impl.pvm.runtime | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DelegateExecution
Execution used in  
JavaDelegates and ExecutionListeners. | 
interface  | 
DelegateTask  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecutionEntity  | 
class  | 
TaskEntity  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ActivityExecution  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ExecutionImpl  | 
class  | 
PvmExecutionImpl  | 
Copyright © 2019. All rights reserved.