Package org.camunda.bpm.engine.variable
Interface VariableMap
- All Known Implementing Classes:
ProcessVariableLocalMap
,ProcessVariableMap
,VariableMapImpl
A Map of variables.
- Author:
- Daniel Meyer
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionInterprets the variable map as variable context<T> T
<T extends TypedValue>
TgetValueTyped
(String name) putValueTyped
(String name, TypedValue value) Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
putValue
-
putValueTyped
-
getValue
-
getValueTyped
-
asVariableContext
VariableContext asVariableContext()Interprets the variable map as variable context- Returns:
- A VariableContext which is capable of resolving all variables in the map
-