Class FlowContextValuesMap
- java.lang.Object
-
- java.util.AbstractMap<String,Serializable>
-
- lumis.portal.analytics.automationflow.FlowContextValuesMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,Serializable>
public class FlowContextValuesMap extends AbstractMap<String,Serializable> implements Serializable, Cloneable
Map that removes the monitor field prefix from keys.- Since:
- 12.0.0
- Version:
- $Revision: 23101 $ $Date: 2019-08-30 15:31:50 -0300 (Fri, 30 Aug 2019) $
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description FlowContextValuesMap(Map<String,Serializable> document)
Creates a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,Serializable>>
entrySet()
-
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Constructor Detail
-
FlowContextValuesMap
public FlowContextValuesMap(Map<String,Serializable> document)
Creates a new instance- Parameters:
document
-- Since:
- 12.0.0
-
-
Method Detail
-
entrySet
public Set<Map.Entry<String,Serializable>> entrySet()
- Specified by:
entrySet
in interfaceMap<String,Serializable>
- Specified by:
entrySet
in classAbstractMap<String,Serializable>
-
-