Uses of Interface
org.camunda.bpm.engine.impl.core.variable.scope.VariableStore.VariablesProvider

Packages that use VariableStore.VariablesProvider
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.persistence.entity   
 

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
 class CaseExecutionEntity
           
 

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
 class VariableCollectionProvider<T extends CoreVariableInstance>
           
 

Fields in org.camunda.bpm.engine.impl.core.variable.scope declared as VariableStore.VariablesProvider
protected  VariableStore.VariablesProvider<T> VariableStore.variablesProvider
           
 

Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariablesProvider
 void VariableStore.setVariablesProvider(VariableStore.VariablesProvider<T> variablesProvider)
          The variables provider can be exchanged as long as the variables are not yet initialized
 

Constructors in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type VariableStore.VariablesProvider
VariableStore(VariableStore.VariablesProvider<T> provider, List<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
 class ExecutionEntity
           
 class TaskEntity
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.