public class FilterSpecRaw extends java.lang.Object implements MetaDefItem, java.io.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(java.lang.String eventTypeName,
java.util.List<ExprNode> filterExpressions,
PropertyEvalSpec optionalPropertyEvalSpec)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventTypeName()
Returns the event type name of the events we are looking for.
|
java.util.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(java.lang.String eventTypeName, java.util.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 java.lang.String getEventTypeName()
public java.util.List<ExprNode> getFilterExpressions()
public PropertyEvalSpec getOptionalPropertyEvalSpec()