Uses of Class
lumis.service.analytics.commons.Operator
-
Packages that use Operator Package Description lumis.service.analytics.commons -
-
Uses of Operator in lumis.service.analytics.commons
Methods in lumis.service.analytics.commons that return Operator Modifier and Type Method 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.Methods in lumis.service.analytics.commons with parameters of type Operator Modifier and Type Method 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.
-