Uses of Interface
org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance
Packages that use CoreVariableInstance
Package
Description
-
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 CoreVariableInstanceModifier and TypeMethodDescriptionprotected VariableInstanceFactory<CoreVariableInstance>CaseExecutionEntity.getVariableInstanceFactory()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 CoreVariableInstanceModifier and TypeMethodDescriptionprotected VariableInstanceFactory<CoreVariableInstance>CaseExecutionImpl.getVariableInstanceFactory()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 CoreVariableInstanceModifier and TypeMethodDescriptionCoreLogger.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 CoreVariableInstanceModifier and TypeClassDescriptionclassVariableCollectionProvider<T extends CoreVariableInstance>interfaceVariableInstanceFactory<T extends CoreVariableInstance>interfaceclassVariableStore<T extends CoreVariableInstance>static interfacestatic interfaceClasses in org.camunda.bpm.engine.impl.core.variable.scope that implement CoreVariableInstanceMethods in org.camunda.bpm.engine.impl.core.variable.scope with type parameters of type CoreVariableInstanceModifier and TypeMethodDescriptionstatic <T extends CoreVariableInstance>
VariableCollectionProvider<T>VariableCollectionProvider.emptyVariables()Methods in org.camunda.bpm.engine.impl.core.variable.scope that return CoreVariableInstanceModifier and TypeMethodDescriptionAbstractVariableScope.getVariableInstance(String variableName) AbstractVariableScope.getVariableInstanceLocal(String name) Methods in org.camunda.bpm.engine.impl.core.variable.scope that return types with arguments of type CoreVariableInstanceModifier and TypeMethodDescriptionprotected abstract VariableInstanceFactory<CoreVariableInstance>AbstractVariableScope.getVariableInstanceFactory()protected abstract List<VariableInstanceLifecycleListener<CoreVariableInstance>>AbstractVariableScope.getVariableInstanceLifecycleListeners()AbstractVariableScope.getVariableInstancesLocal()AbstractVariableScope.getVariableInstancesLocal(Collection<String> variableNames) protected abstract VariableStore<CoreVariableInstance>AbstractVariableScope.getVariableStore()Methods in org.camunda.bpm.engine.impl.core.variable.scope with parameters of type CoreVariableInstanceModifier and TypeMethodDescriptionprotected ObjectAbstractVariableScope.getValueFromVariableInstance(boolean deserializeObjectValue, CoreVariableInstance variableInstance) protected voidAbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersCreate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) protected voidAbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersDelete(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) protected voidAbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope) protected voidAbstractVariableScope.invokeVariableLifecycleListenersUpdate(CoreVariableInstance variableInstance, AbstractVariableScope sourceScope, List<VariableInstanceLifecycleListener<CoreVariableInstance>> lifecycleListeners) Method parameters in org.camunda.bpm.engine.impl.core.variable.scope with type arguments of type CoreVariableInstanceModifier and TypeMethodDescriptionprotected 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 CoreVariableInstanceModifier and TypeMethodDescriptionStartProcessVariableScope.getVariableInstance(String name) StartProcessVariableScope.getVariableInstanceLocal(String name) Methods in org.camunda.bpm.engine.impl.el that return types with arguments of type CoreVariableInstanceModifier and TypeMethodDescriptionStartProcessVariableScope.getVariableInstances()StartProcessVariableScope.getVariableInstancesLocal() -
Uses of CoreVariableInstance in org.camunda.bpm.engine.impl.persistence.entity
Classes in org.camunda.bpm.engine.impl.persistence.entity that implement CoreVariableInstanceFields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type CoreVariableInstanceModifier and TypeFieldDescriptionprotected static final List<VariableInstanceLifecycleListener<CoreVariableInstance>>TaskEntity.DEFAULT_VARIABLE_LIFECYCLE_LISTENERSMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type CoreVariableInstanceModifier and TypeMethodDescriptionprotected VariableInstanceFactory<CoreVariableInstance>ExecutionEntity.getVariableInstanceFactory()protected VariableInstanceFactory<CoreVariableInstance>TaskEntity.getVariableInstanceFactory()ExecutionEntity.getVariableInstanceLifecycleListeners()TaskEntity.getVariableInstanceLifecycleListeners()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 CoreVariableInstanceModifier and TypeFieldDescriptionprotected VariableStore<CoreVariableInstance>ExecutionImpl.variableStoreMethods in org.camunda.bpm.engine.impl.pvm.runtime that return types with arguments of type CoreVariableInstanceModifier and TypeMethodDescriptionprotected VariableInstanceFactory<CoreVariableInstance>ExecutionImpl.getVariableInstanceFactory()ExecutionImpl.getVariableInstanceLifecycleListeners()protected VariableStore<CoreVariableInstance>ExecutionImpl.getVariableStore()