Uses of Interface
org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance
-
-
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.cmmn.entity.runtime
Methods in org.camunda.bpm.engine.impl.cmmn.entity.runtime that return types with arguments of type CoreVariableInstance Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>CaseExecutionEntity. getVariableInstanceFactory()protected List<VariableInstanceLifecycleListener<CoreVariableInstance>>CaseExecutionEntity. getVariableInstanceLifecycleListeners()protected VariableStore<CoreVariableInstance>CaseExecutionEntity. getVariableStore() -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.cmmn.execution
Methods in org.camunda.bpm.engine.impl.cmmn.execution that return types with arguments of type CoreVariableInstance Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>CaseExecutionImpl. getVariableInstanceFactory()protected List<VariableInstanceLifecycleListener<CoreVariableInstance>>CaseExecutionImpl. getVariableInstanceLifecycleListeners()protected VariableStore<CoreVariableInstance>CaseExecutionImpl. getVariableStore() -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.core
Methods in org.camunda.bpm.engine.impl.core with parameters of type CoreVariableInstance Modifier and Type Method Description ProcessEngineExceptionCoreLogger. duplicateVariableInstanceException(CoreVariableInstance variableInstance) -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.core.variable.scope
Classes in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type CoreVariableInstance Modifier and Type Class Description classVariableCollectionProvider<T extends CoreVariableInstance>interfaceVariableInstanceFactory<T extends CoreVariableInstance>interfaceVariableInstanceLifecycleListener<T extends CoreVariableInstance>classVariableStore<T extends CoreVariableInstance>static interfaceVariableStore.VariablesProvider<T extends CoreVariableInstance>static interfaceVariableStore.VariableStoreObserver<T extends CoreVariableInstance>Classes in org.camunda.bpm.engine.impl.core.variable.scope that implement CoreVariableInstance Modifier and Type Class Description classSimpleVariableInstanceMethods in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type CoreVariableInstance Modifier and Type Method Description static <T extends CoreVariableInstance>
VariableCollectionProvider<T>VariableCollectionProvider. emptyVariables()Methods in org.camunda.bpm.engine.impl.core.variable.scope that return CoreVariableInstance Modifier and Type Method Description CoreVariableInstanceAbstractVariableScope. getVariableInstance(String variableName)CoreVariableInstanceAbstractVariableScope. getVariableInstanceLocal(String name)Methods in org.camunda.bpm.engine.impl.core.variable.scope that return types with arguments of type CoreVariableInstance Modifier and Type Method Description protected abstract VariableInstanceFactory<CoreVariableInstance>AbstractVariableScope. getVariableInstanceFactory()protected abstract List<VariableInstanceLifecycleListener<CoreVariableInstance>>AbstractVariableScope. getVariableInstanceLifecycleListeners()List<CoreVariableInstance>AbstractVariableScope. getVariableInstancesLocal()List<CoreVariableInstance>AbstractVariableScope. getVariableInstancesLocal(Collection<String> variableNames)protected abstract VariableStore<CoreVariableInstance>AbstractVariableScope. getVariableStore()Method parameters in org.camunda.bpm.engine.impl.core.variable.scope with type arguments of type CoreVariableInstance Modifier and Type Method Description protected voidAbstractVariableScope. invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)protected voidAbstractVariableScope. invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners)protected voidAbstractVariableScope. invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.el
Methods in org.camunda.bpm.engine.impl.el that return CoreVariableInstance Modifier and Type Method Description CoreVariableInstanceStartProcessVariableScope. getVariableInstance(String name)CoreVariableInstanceStartProcessVariableScope. getVariableInstanceLocal(String name)Methods in org.camunda.bpm.engine.impl.el that return types with arguments of type CoreVariableInstance Modifier and Type Method Description Map<String,CoreVariableInstance>StartProcessVariableScope. getVariableInstances()Map<String,CoreVariableInstance>StartProcessVariableScope. getVariableInstancesLocal() -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CoreVariableInstance Modifier and Type Class Description classVariableInstanceEntityFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type CoreVariableInstance Modifier and Type Field Description protected static List<VariableInstanceLifecycleListener<CoreVariableInstance>>TaskEntity. DEFAULT_VARIABLE_LIFECYCLE_LISTENERSMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CoreVariableInstance Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>ExecutionEntity. getVariableInstanceFactory()protected VariableInstanceFactory<CoreVariableInstance>TaskEntity. getVariableInstanceFactory()protected List<VariableInstanceLifecycleListener<CoreVariableInstance>>ExecutionEntity. getVariableInstanceLifecycleListeners()protected List<VariableInstanceLifecycleListener<CoreVariableInstance>>TaskEntity. getVariableInstanceLifecycleListeners()VariableInstanceLifecycleListener<CoreVariableInstance>ExecutionEntity. getVariablePersistenceListener()protected VariableStore<CoreVariableInstance>ExecutionEntity. getVariableStore()protected VariableStore<CoreVariableInstance>TaskEntity. getVariableStore() -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime with type parameters of type CoreVariableInstance Modifier and Type Field Description protected VariableStore<CoreVariableInstance>ExecutionImpl. variableStoreMethods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type CoreVariableInstance Modifier and Type Method Description protected VariableInstanceFactory<CoreVariableInstance>ExecutionImpl. getVariableInstanceFactory()protected List<VariableInstanceLifecycleListener<CoreVariableInstance>>ExecutionImpl. getVariableInstanceLifecycleListeners()protected VariableStore<CoreVariableInstance>ExecutionImpl. getVariableStore()
-