org.camunda.bpm.engine.variable
Interface VariableMap
- All Superinterfaces:
- Map<String,Object>
- All Known Implementing Classes:
- VariableMapImpl
public interface VariableMap
- extends Map<String,Object>
A Map of variables.
- Author:
- Daniel Meyer
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
putValue
VariableMap putValue(String name,
Object value)
putValueTyped
VariableMap putValueTyped(String name,
TypedValue value)
getValue
<T> T getValue(String name,
Class<T> type)
getValueTyped
<T extends TypedValue> T getValueTyped(String name)
Copyright © 2014 camunda services GmbH. All rights reserved.