Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.VariableStore.VariablesProvider
-
-
Uses of VariableStore.VariablesProvider in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Classes in org.camunda.bpm.engine.impl.cmmn.entity.runtime that implement VariableStore.VariablesProvider Modifier and Type Class Description classCaseExecutionEntity -
Uses of VariableStore.VariablesProvider in org.camunda.bpm.engine.impl.core.variable.scope
Classes in org.camunda.bpm.engine.impl.core.variable.scope that implement VariableStore.VariablesProvider Modifier and Type Class Description classVariableCollectionProvider<T extends CoreVariableInstance>Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as VariableStore.VariablesProvider Modifier and Type Field Description protected VariableStore.VariablesProvider<T>VariableStore. variablesProviderMethods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariablesProvider Modifier and Type Method Description voidVariableStore. setVariablesProvider(VariableStore.VariablesProvider<T> variablesProvider)The variables provider can be exchanged as long as the variables are not yet initializedConstructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariablesProvider Constructor Description VariableStore(VariableStore.VariablesProvider<T> provider, VariableStore.VariableStoreObserver<T>... observers) -
Uses of VariableStore.VariablesProvider in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement VariableStore.VariablesProvider Modifier and Type Class Description classExecutionEntityclassTaskEntity
-