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
JavaDelegate s. |
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
JavaDelegate s and ExecutionListener s. |
interface |
DelegateTask |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionEntity |
class |
TaskEntity |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityExecution |
interface |
ExecutionListenerExecution |
Modifier and Type | Interface and Description |
---|---|
interface |
InterpretableExecution
Interpretable view of an execution.
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutionImpl |
Copyright © 2015. All rights reserved.