Class DateTimeMethodValidateContext
java.lang.Object
com.espertech.esper.common.client.hook.datetimemethod.DateTimeMethodValidateContext
Context for use with the date-time method extension API
-
Constructor Summary
ConstructorDescriptionDateTimeMethodValidateContext
(DotMethodFP footprintFound, StreamTypeService streamTypeService, DatetimeMethodDesc currentMethod, List<ExprNode> currentParameters, StatementRawInfo statementRawInfo) Ctor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the date-time method informationReturns the parameters to the date-time method.Returns the actual footprint chosen.Returns EPL statement information.Returns event type information.
-
Constructor Details
-
DateTimeMethodValidateContext
public DateTimeMethodValidateContext(DotMethodFP footprintFound, StreamTypeService streamTypeService, DatetimeMethodDesc currentMethod, List<ExprNode> currentParameters, StatementRawInfo statementRawInfo) Ctor.- Parameters:
footprintFound
- actual footprint chosenstreamTypeService
- event type informationcurrentMethod
- information on the current methodcurrentParameters
- parametersstatementRawInfo
- EPL statement information
-
-
Method Details
-
getFootprintFound
Returns the actual footprint chosen.- Returns:
- footprint
-
getStreamTypeService
Returns event type information.- Returns:
- type info
-
getCurrentMethod
Returns the date-time method information- Returns:
- current method
-
getCurrentParameters
Returns the parameters to the date-time method.- Returns:
- parameter expressions
-
getStatementRawInfo
Returns EPL statement information.- Returns:
- statement info
-