public class VariableScopeFake extends Object implements org.camunda.bpm.engine.delegate.VariableScope
| Constructor and Description |
|---|
VariableScopeFake() |
VariableScopeFake(String variableScopeKey) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getVariable(String variableName) |
Object |
getVariableLocal(String variableName) |
<T extends org.camunda.bpm.engine.variable.value.TypedValue> |
getVariableLocalTyped(String variableName) |
<T extends org.camunda.bpm.engine.variable.value.TypedValue> |
getVariableLocalTyped(String variableName,
boolean deserializeValue) |
Set<String> |
getVariableNames() |
Set<String> |
getVariableNamesLocal() |
Map<String,Object> |
getVariables() |
String |
getVariableScopeKey() |
Map<String,Object> |
getVariablesLocal() |
org.camunda.bpm.engine.variable.VariableMap |
getVariablesLocalTyped() |
org.camunda.bpm.engine.variable.VariableMap |
getVariablesLocalTyped(boolean deserializeValues) |
org.camunda.bpm.engine.variable.VariableMap |
getVariablesTyped() |
org.camunda.bpm.engine.variable.VariableMap |
getVariablesTyped(boolean deserializeValues) |
<T extends org.camunda.bpm.engine.variable.value.TypedValue> |
getVariableTyped(String variableName) |
<T extends org.camunda.bpm.engine.variable.value.TypedValue> |
getVariableTyped(String variableName,
boolean deserializeValue) |
boolean |
hasVariable(String variableName) |
boolean |
hasVariableLocal(String variableName) |
boolean |
hasVariables() |
boolean |
hasVariablesLocal() |
void |
removeVariable(String variableName) |
void |
removeVariableLocal(String variableName) |
void |
removeVariables() |
void |
removeVariables(Collection<String> variableNames) |
void |
removeVariablesLocal() |
void |
removeVariablesLocal(Collection<String> variableNames) |
void |
setVariable(String variableName,
Object value) |
void |
setVariableLocal(String variableName,
Object value) |
void |
setVariables(Map<String,? extends Object> variables) |
void |
setVariablesLocal(Map<String,? extends Object> variables) |
public VariableScopeFake()
public VariableScopeFake(String variableScopeKey)
public String getVariableScopeKey()
getVariableScopeKey in interface org.camunda.bpm.engine.delegate.VariableScopepublic Map<String,Object> getVariables()
getVariables in interface org.camunda.bpm.engine.delegate.VariableScopepublic org.camunda.bpm.engine.variable.VariableMap getVariablesTyped()
getVariablesTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic org.camunda.bpm.engine.variable.VariableMap getVariablesTyped(boolean deserializeValues)
getVariablesTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic Map<String,Object> getVariablesLocal()
getVariablesLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic org.camunda.bpm.engine.variable.VariableMap getVariablesLocalTyped()
getVariablesLocalTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic org.camunda.bpm.engine.variable.VariableMap getVariablesLocalTyped(boolean deserializeValues)
getVariablesLocalTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic Object getVariable(String variableName)
getVariable in interface org.camunda.bpm.engine.delegate.VariableScopepublic Object getVariableLocal(String variableName)
getVariableLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableTyped(String variableName)
getVariableTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableTyped(String variableName, boolean deserializeValue)
getVariableTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableLocalTyped(String variableName)
getVariableLocalTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableLocalTyped(String variableName, boolean deserializeValue)
getVariableLocalTyped in interface org.camunda.bpm.engine.delegate.VariableScopepublic Set<String> getVariableNames()
getVariableNames in interface org.camunda.bpm.engine.delegate.VariableScopepublic Set<String> getVariableNamesLocal()
getVariableNamesLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic void setVariable(String variableName, Object value)
setVariable in interface org.camunda.bpm.engine.delegate.VariableScopepublic void setVariableLocal(String variableName, Object value)
setVariableLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic void setVariables(Map<String,? extends Object> variables)
setVariables in interface org.camunda.bpm.engine.delegate.VariableScopepublic void setVariablesLocal(Map<String,? extends Object> variables)
setVariablesLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic boolean hasVariables()
hasVariables in interface org.camunda.bpm.engine.delegate.VariableScopepublic boolean hasVariablesLocal()
hasVariablesLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic boolean hasVariable(String variableName)
hasVariable in interface org.camunda.bpm.engine.delegate.VariableScopepublic boolean hasVariableLocal(String variableName)
hasVariableLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariable(String variableName)
removeVariable in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariableLocal(String variableName)
removeVariableLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariables(Collection<String> variableNames)
removeVariables in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariablesLocal(Collection<String> variableNames)
removeVariablesLocal in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariables()
removeVariables in interface org.camunda.bpm.engine.delegate.VariableScopepublic void removeVariablesLocal()
removeVariablesLocal in interface org.camunda.bpm.engine.delegate.VariableScopeCopyright © 2017 camunda services GmbH. All rights reserved.