public class ExprValidationContext
extends java.lang.Object
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
java.lang.annotation.Annotation[] |
getAnnotations() |
ContextDescriptor |
getContextDescriptor() |
EventAdapterService |
getEventAdapterService() |
ExprEvaluatorContext |
getExprEvaluatorContext() |
MethodResolutionService |
getMethodResolutionService() |
java.lang.String |
getStatementId() |
java.lang.String |
getStatementName() |
StreamTypeService |
getStreamTypeService() |
TimeProvider |
getTimeProvider() |
VariableService |
getVariableService() |
ViewResourceDelegateUnverified |
getViewResourceDelegate() |
boolean |
isAllowRollupFunctions() |
boolean |
isDisablePropertyExpressionEventCollCache() |
boolean |
isExpressionAudit() |
boolean |
isExpressionNestedAudit() |
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)
public ExprValidationContext(StreamTypeServiceImpl types, ExprValidationContext ctx)
public StreamTypeService getStreamTypeService()
public MethodResolutionService getMethodResolutionService()
public ViewResourceDelegateUnverified getViewResourceDelegate()
public TimeProvider getTimeProvider()
public VariableService getVariableService()
public ExprEvaluatorContext getExprEvaluatorContext()
public EventAdapterService getEventAdapterService()
public java.lang.String getStatementName()
public java.lang.annotation.Annotation[] getAnnotations()
public boolean isExpressionNestedAudit()
public boolean isExpressionAudit()
public java.lang.String getStatementId()
public ContextDescriptor getContextDescriptor()
public boolean isDisablePropertyExpressionEventCollCache()
public boolean isAllowRollupFunctions()