Uses of Interface
org.camunda.bpm.engine.impl.persistence.entity.ExecutionObserver
-
Uses of ExecutionObserver in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeClassDescriptionclass
Provides access to the snapshot of latest variables of an execution.Modifier and TypeFieldDescriptionprotected List<ExecutionObserver>
ExecutionEntity.executionObservers
Contains observers which are observe the execution.Modifier and TypeMethodDescriptionvoid
ExecutionEntity.addExecutionObserver
(ExecutionObserver observer) void
ExecutionEntity.removeExecutionObserver
(ExecutionObserver observer)