public class ProcessVariableMap extends Object
BusinessProcess.setVariable(String, Object) and
BusinessProcess.getVariable(String), so that they are not flushed
prematurely.| Modifier and Type | Field and Description |
|---|---|
protected BusinessProcess |
businessProcess |
| Constructor and Description |
|---|
ProcessVariableMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll@Inject protected BusinessProcess businessProcess
protected <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getVariableTyped(String variableName)
public <T> T getValue(String name, Class<T> type)
getValue in interface org.camunda.bpm.engine.variable.VariableMappublic <T extends org.camunda.bpm.engine.variable.value.TypedValue> T getValueTyped(String name)
getValueTyped in interface org.camunda.bpm.engine.variable.VariableMappublic org.camunda.bpm.engine.variable.VariableMap putValue(String name, Object value)
putValue in interface org.camunda.bpm.engine.variable.VariableMappublic org.camunda.bpm.engine.variable.VariableMap putValueTyped(String name, org.camunda.bpm.engine.variable.value.TypedValue value)
putValueTyped in interface org.camunda.bpm.engine.variable.VariableMappublic boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>public org.camunda.bpm.engine.variable.context.VariableContext asVariableContext()
asVariableContext in interface org.camunda.bpm.engine.variable.VariableMapCopyright © 2013–2020 camunda services GmbH. All rights reserved.