public class FlowVariableMapContext extends AbstractMapContext<Object>
Map for exposing Flow variables via an ExtendedExpressionLanguageAdaptor| Constructor and Description |
|---|
FlowVariableMapContext(Event event,
Event.Builder eventBuider) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Object |
doGet(String key) |
void |
doPut(String key,
Object value) |
void |
doRemove(String key) |
Set<String> |
keySet() |
String |
toString() |
containsKey, containsValue, entrySet, get, isEmpty, put, putAll, remove, size, valuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic FlowVariableMapContext(Event event, Event.Builder eventBuider)
public Object doGet(String key)
doGet in class AbstractMapContext<Object>public void doPut(String key, Object value)
doPut in class AbstractMapContext<Object>public void doRemove(String key)
doRemove in class AbstractMapContext<Object>public void clear()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.