Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.VariableStore.VariableStoreObserver
-
Packages that use VariableStore.VariableStoreObserver Package Description org.camunda.bpm.engine.impl.core.variable.scope org.camunda.bpm.engine.impl.persistence.entity -
-
Uses of VariableStore.VariableStoreObserver in org.camunda.bpm.engine.impl.core.variable.scope
Fields in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type VariableStore.VariableStoreObserver Modifier and Type Field Description protected List<VariableStore.VariableStoreObserver<T>>VariableStore. observersMethods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariableStoreObserver Modifier and Type Method Description voidVariableStore. addObserver(VariableStore.VariableStoreObserver<T> observer)voidVariableStore. removeObserver(VariableStore.VariableStoreObserver<T> observer)Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariableStoreObserver Constructor Description VariableStore(VariableStore.VariablesProvider<T> provider, VariableStore.VariableStoreObserver<T>... observers) -
Uses of VariableStore.VariableStoreObserver in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableStore.VariableStoreObserver Modifier and Type Class Description classCaseExecutionEntityReferencerclassExecutionEntityReferencerclassTaskEntityReferencer
-