Uses of Interface
org.camunda.bpm.engine.impl.persistence.entity.ExecutionObserver
-
Packages that use ExecutionObserver Package Description 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 Modifier and Type Class Description classExecutionVariableSnapshotObserverProvides 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 Modifier and Type Field Description protected List<ExecutionObserver>ExecutionEntity. executionObserversContains observers which are observe the execution.Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExecutionObserver Modifier and Type Method Description voidExecutionEntity. addExecutionObserver(ExecutionObserver observer)voidExecutionEntity. removeExecutionObserver(ExecutionObserver observer)
-