public class ProcessVariableMap extends Object implements Map<String,Object>
BusinessProcess.setVariable(String, Object) and
 BusinessProcess.getVariable(String), so that they are not flushed
 prematurely.| Constructor and Description | 
|---|
| ProcessVariableMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object key) | 
| boolean | containsValue(Object value) | 
| Set<Map.Entry<String,Object>> | entrySet() | 
| Object | get(Object key) | 
| boolean | isEmpty() | 
| Set<String> | keySet() | 
| Object | put(String key,
   Object value) | 
| void | putAll(Map<? extends String,? extends Object> m) | 
| Object | remove(Object key) | 
| int | size() | 
| Collection<Object> | values() | 
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object value)
containsValue in interface Map<String,Object>Copyright © 2015. All rights reserved.