Class EventAttributesFlatMap
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- lumis.portal.analytics.automationflow.action.EventAttributesFlatMap
-
- All Implemented Interfaces:
Serializable
,Map<String,Object>
public class EventAttributesFlatMap extends AbstractMap<String,Object> implements Serializable
Map that flattens the event attribute map.- Since:
- 12.1.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
- 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 EventAttributesFlatMap(Map<String,Object> map)
Creates a new instance from the given map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Map.Entry<String,Object>>
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
-
EventAttributesFlatMap
public EventAttributesFlatMap(Map<String,Object> map) throws PortalException
Creates a new instance from the given map.- Parameters:
map
- the map.- Throws:
PortalException
- Since:
- 12.1.0
-
-