Class VariableScopeFake<T extends VariableScopeFake>
java.lang.Object
org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
org.camunda.community.mockito.delegate.VariableScopeFake<T>
- All Implemented Interfaces:
Serializable,org.camunda.bpm.engine.delegate.VariableScope,org.camunda.bpm.engine.impl.core.variable.event.VariableEventDispatcher
- Direct Known Subclasses:
DelegateCaseExecutionFake,DelegateExecutionFake,DelegateTaskFake
public abstract class VariableScopeFake<T extends VariableScopeFake>
extends org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
implements org.camunda.bpm.engine.delegate.VariableScope
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>Fields inherited from class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
cachedElContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.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>protected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>>protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance><V> TwithVariable(io.holunda.camunda.bpm.data.factory.VariableFactory<V> variable, V value) withVariable(String variableName, Object value) <V> TwithVariableLocal(io.holunda.camunda.bpm.data.factory.VariableFactory<V> variable, V value) withVariableLocal(String variableName, Object value) withVariables(Map<String, ?> variables) withVariablesLocal(Map<String, ?> variables) Methods inherited from class org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
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, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariableLocal, setVariables, setVariables, setVariablesLocal, setVariablesLocalMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.delegate.VariableScope
getVariable, 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, setVariablesLocal
-
Field Details
-
variableStore
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableStore -
variableInstanceFactory
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> variableInstanceFactory
-
-
Constructor Details
-
VariableScopeFake
public VariableScopeFake()
-
-
Method Details
-
getVariableStore
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableStore<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableStore()- Specified by:
getVariableStorein classorg.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
getVariableInstanceFactory
protected org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceFactory<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance> getVariableInstanceFactory()- Specified by:
getVariableInstanceFactoryin classorg.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
getVariableScopeKey
- Specified by:
getVariableScopeKeyin interfaceorg.camunda.bpm.engine.delegate.VariableScope- Overrides:
getVariableScopeKeyin classorg.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
getVariableInstanceLifecycleListeners
protected List<org.camunda.bpm.engine.impl.core.variable.scope.VariableInstanceLifecycleListener<org.camunda.bpm.engine.impl.core.variable.CoreVariableInstance>> getVariableInstanceLifecycleListeners()- Specified by:
getVariableInstanceLifecycleListenersin classorg.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
getParentVariableScope
public org.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope getParentVariableScope()- Specified by:
getParentVariableScopein classorg.camunda.bpm.engine.impl.core.variable.scope.AbstractVariableScope
-
withVariable
-
withVariableLocal
-
withVariable
-
withVariableLocal
public <V> T withVariableLocal(io.holunda.camunda.bpm.data.factory.VariableFactory<V> variable, V value) -
withVariables
-
withVariablesLocal
-