Package | Description |
---|---|
lumis.service.analytics.commons |
Modifier and Type | Method and Description |
---|---|
static Operator |
Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operator[] |
Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
FlowContextFilterUtils.checkMatchValue(FlowContext flowContext,
Operator operator,
IMonitorField.DataType dataType,
String subFieldId,
Object filterValue,
Collection storedValue)
Check if filter value match field value that comes from big data.
|
static boolean |
FlowContextFilterUtils.evalueteNotIndexedValue(FlowContext flowContext,
Operator operator,
IMonitorField.DataType dataType,
String subFieldId,
Object filterValue,
Collection persistedValue)
Evaluates if filter values matches with persisted field value that comes from relational database.
|
static boolean |
FlowContextFilterUtils.evaluteEventPropertyFilter(FlowContext flowContext,
Operator operator,
IMonitorField monitorField,
String subFieldId,
Object valueFilter)
Check if event field value match with filter.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.