public class FilterSpecRaw extends Object implements MetaDefItem, Serializable
Event type and expression nodes in this filter specification are not yet validated, optimized for resolved against actual streams.
Constructor and Description |
---|
FilterSpecRaw()
Default ctor.
|
FilterSpecRaw(String eventTypeName,
List<ExprNode> filterExpressions,
PropertyEvalSpec optionalPropertyEvalSpec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventTypeName()
Returns the event type name of the events we are looking for.
|
List<ExprNode> |
getFilterExpressions()
Returns the list of filter expressions.
|
PropertyEvalSpec |
getOptionalPropertyEvalSpec()
Returns the property evaluation specification, if any, or null if no properties evaluated.
|
public FilterSpecRaw(String eventTypeName, List<ExprNode> filterExpressions, PropertyEvalSpec optionalPropertyEvalSpec)
eventTypeName
- is the name of the event typefilterExpressions
- is a list of expression nodes representing individual filter expressionsoptionalPropertyEvalSpec
- specification for a property selectpublic FilterSpecRaw()
public String getEventTypeName()
public List<ExprNode> getFilterExpressions()
public PropertyEvalSpec getOptionalPropertyEvalSpec()