|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionObserver | |
|---|---|
| org.camunda.bpm.engine.impl.persistence.entity | |
| Uses of ExecutionObserver in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Classes in org.camunda.bpm.engine.impl.persistence.entity that implement ExecutionObserver | |
|---|---|
class |
ExecutionVariableSnapshotObserver
Provides access to the snapshot of latest variables of an execution. |
| Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type ExecutionObserver | |
|---|---|
protected List<ExecutionObserver> |
ExecutionEntity.executionObservers
Contains observers which are observe the execution. |
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionObserver | |
|---|---|
void |
ExecutionEntity.addExecutionObserver(ExecutionObserver observer)
|
void |
ExecutionEntity.removeExecutionObserver(ExecutionObserver observer)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||