public final class FilterSpecParamContextProp extends FilterSpecParam
EMPTY_PARAM_ARRAY, lookupable
Constructor and Description |
---|
FilterSpecParamContextProp(ExprFilterSpecLookupable lookupable,
FilterOperator filterOperator,
java.lang.String contextPropertyName,
EventPropertyGetter getter,
SimpleNumberCoercer numberCoercer) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getFilterValue(MatchedEventMap matchedEvents,
ExprEvaluatorContext exprEvaluatorContext,
EngineImportService engineImportService,
java.lang.annotation.Annotation[] annotations)
Return the filter parameter constant to filter for.
|
int |
hashCode() |
getFilterOperator, getLookupable, toArray, toString
public FilterSpecParamContextProp(ExprFilterSpecLookupable lookupable, FilterOperator filterOperator, java.lang.String contextPropertyName, EventPropertyGetter getter, SimpleNumberCoercer numberCoercer)
public java.lang.Object getFilterValue(MatchedEventMap matchedEvents, ExprEvaluatorContext exprEvaluatorContext, EngineImportService engineImportService, java.lang.annotation.Annotation[] annotations)
FilterSpecParam
getFilterValue
in class FilterSpecParam
matchedEvents
- is the prior results that can be used to determine filter parametersexprEvaluatorContext
- contextannotations
- @return filter parameter constant's valuepublic boolean equals(java.lang.Object o)
equals
in class FilterSpecParam
public int hashCode()
hashCode
in class FilterSpecParam