public abstract class ElasticsearchUtil extends Object
Constructor and Description |
---|
ElasticsearchUtil() |
Modifier and Type | Method and Description |
---|---|
static Object |
getValueInMapChain(String key,
Map currentObject)
Returns event field value from the given object by your full key id.
|
static List<Object> |
getValuesInMapChain(String key,
Object currentObject)
Returns event field values from the given object by your full key id.
|
public static Object getValueInMapChain(String key, Map currentObject)
key
- the event field identifier.currentObject
- the current object.public static List<Object> getValuesInMapChain(String key, Object currentObject)
key
- the event field identifier.currentObject
- the current object.LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.