public abstract class VariableScopeFake<T extends VariableScopeFake>
extends org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
implements org.camunda.bpm.engine.delegate.VariableScope
| Modifier and Type | Field and Description |
|---|---|
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> |
variableInstanceFactory |
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> |
variableStore |
| Constructor and Description |
|---|
VariableScopeFake() |
| Modifier and Type | Method and Description |
|---|---|
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope |
getParentVariableScope() |
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> |
getVariableInstanceFactory() |
protected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>> |
getVariableInstanceLifecycleListeners() |
String |
getVariableScopeKey() |
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> |
getVariableStore() |
T |
withVariable(String variableName,
Object value) |
T |
withVariableLocal(String variableName,
Object value) |
T |
withVariables(Map<String,? extends Object> variables) |
T |
withVariablesLocal(Map<String,? extends Object> variables) |
checkJavaSerialization, collectVariableNames, collectVariables, dispatchEvent, getCachedElContext, getSourceActivityVariableScope, getValueFromVariableInstance, getVariable, getVariable, getVariableInstance, getVariableInstanceLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, initializeVariableStore, invokeVariableLifecycleListenersCreate, invokeVariableLifecycleListenersCreate, invokeVariableLifecycleListenersDelete, invokeVariableLifecycleListenersDelete, invokeVariableLifecycleListenersUpdate, invokeVariableLifecycleListenersUpdate, removeVariable, removeVariable, removeVariableLocal, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setCachedElContext, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariableLocalTransient, setVariableLocalTransient, setVariables, setVariablesLocalclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetVariable, getVariableLocal, getVariableLocalTyped, getVariableLocalTyped, getVariableNames, getVariableNamesLocal, getVariables, getVariablesLocal, getVariablesLocalTyped, getVariablesLocalTyped, getVariablesTyped, getVariablesTyped, getVariableTyped, getVariableTyped, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariableLocal, setVariables, setVariablesLocalprotected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableStore
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableInstanceFactory
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableStore()
getVariableStore in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScopeprotected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableInstanceFactory()
getVariableInstanceFactory in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScopepublic String getVariableScopeKey()
getVariableScopeKey in interface org.camunda.bpm.engine.delegate.VariableScopegetVariableScopeKey in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScopeprotected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>> getVariableInstanceLifecycleListeners()
getVariableInstanceLifecycleListeners in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScopepublic org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope getParentVariableScope()
getParentVariableScope in class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScopeCopyright © 2020 Camunda Services GmbH. All rights reserved.