com.espertech.esper.epl.expression
Class ExprValidationContext
java.lang.Object
com.espertech.esper.epl.expression.ExprValidationContext
public class ExprValidationContext
- extends java.lang.Object
Constructor Summary |
ExprValidationContext(StreamTypeServiceImpl types,
ExprValidationContext ctx)
|
ExprValidationContext(StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
ViewResourceDelegateUnverified viewResourceDelegate,
TimeProvider timeProvider,
VariableService variableService,
ExprEvaluatorContext exprEvaluatorContext,
EventAdapterService eventAdapterService,
java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExprValidationContext
public ExprValidationContext(StreamTypeService streamTypeService,
MethodResolutionService methodResolutionService,
ViewResourceDelegateUnverified viewResourceDelegate,
TimeProvider timeProvider,
VariableService variableService,
ExprEvaluatorContext exprEvaluatorContext,
EventAdapterService eventAdapterService,
java.lang.String statementName,
java.lang.String statementId,
java.lang.annotation.Annotation[] annotations,
ContextDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions)
ExprValidationContext
public ExprValidationContext(StreamTypeServiceImpl types,
ExprValidationContext ctx)
getStreamTypeService
public StreamTypeService getStreamTypeService()
getMethodResolutionService
public MethodResolutionService getMethodResolutionService()
getViewResourceDelegate
public ViewResourceDelegateUnverified getViewResourceDelegate()
getTimeProvider
public TimeProvider getTimeProvider()
getVariableService
public VariableService getVariableService()
getExprEvaluatorContext
public ExprEvaluatorContext getExprEvaluatorContext()
getEventAdapterService
public EventAdapterService getEventAdapterService()
getStatementName
public java.lang.String getStatementName()
getAnnotations
public java.lang.annotation.Annotation[] getAnnotations()
isExpressionNestedAudit
public boolean isExpressionNestedAudit()
isExpressionAudit
public boolean isExpressionAudit()
getStatementId
public java.lang.String getStatementId()
getContextDescriptor
public ContextDescriptor getContextDescriptor()
isDisablePropertyExpressionEventCollCache
public boolean isDisablePropertyExpressionEventCollCache()
isAllowRollupFunctions
public boolean isAllowRollupFunctions()