public class ExprValidationContext extends Object
Constructor and Description |
---|
ExprValidationContext(StreamTypeService streamTypeService,
EngineImportService engineImportService,
StatementExtensionSvcContext statementExtensionSvcContext,
ViewResourceDelegateUnverified viewResourceDelegate,
TimeProvider timeProvider,
VariableService variableService,
TableService tableService,
ExprEvaluatorContext exprEvaluatorContext,
EventAdapterService eventAdapterService,
String statementName,
int statementId,
Annotation[] annotations,
ContextDescriptor contextDescriptor,
boolean disablePropertyExpressionEventCollCache,
boolean allowRollupFunctions,
boolean allowBindingConsumption,
boolean isUnidirectionalJoin,
String intoTableName,
boolean isFilterExpression) |
ExprValidationContext(StreamTypeServiceImpl types,
ExprValidationContext ctx) |
Modifier and Type | Method and Description |
---|---|
Annotation[] |
getAnnotations() |
ContextDescriptor |
getContextDescriptor() |
EngineImportService |
getEngineImportService() |
EventAdapterService |
getEventAdapterService() |
ExprEvaluatorContext |
getExprEvaluatorContext() |
String |
getIntoTableName() |
StatementExtensionSvcContext |
getStatementExtensionSvcContext() |
int |
getStatementId() |
String |
getStatementName() |
StreamTypeService |
getStreamTypeService() |
TableService |
getTableService() |
TimeProvider |
getTimeProvider() |
VariableService |
getVariableService() |
ViewResourceDelegateUnverified |
getViewResourceDelegate() |
boolean |
isAllowBindingConsumption() |
boolean |
isAllowRollupFunctions() |
boolean |
isDisablePropertyExpressionEventCollCache() |
boolean |
isExpressionAudit() |
boolean |
isExpressionNestedAudit() |
boolean |
isFilterExpression() |
boolean |
isResettingAggregations() |
public ExprValidationContext(StreamTypeService streamTypeService, EngineImportService engineImportService, StatementExtensionSvcContext statementExtensionSvcContext, ViewResourceDelegateUnverified viewResourceDelegate, TimeProvider timeProvider, VariableService variableService, TableService tableService, ExprEvaluatorContext exprEvaluatorContext, EventAdapterService eventAdapterService, String statementName, int statementId, Annotation[] annotations, ContextDescriptor contextDescriptor, boolean disablePropertyExpressionEventCollCache, boolean allowRollupFunctions, boolean allowBindingConsumption, boolean isUnidirectionalJoin, String intoTableName, boolean isFilterExpression)
public ExprValidationContext(StreamTypeServiceImpl types, ExprValidationContext ctx)
public StreamTypeService getStreamTypeService()
public ViewResourceDelegateUnverified getViewResourceDelegate()
public TimeProvider getTimeProvider()
public VariableService getVariableService()
public ExprEvaluatorContext getExprEvaluatorContext()
public EventAdapterService getEventAdapterService()
public String getStatementName()
public Annotation[] getAnnotations()
public boolean isExpressionNestedAudit()
public boolean isExpressionAudit()
public int getStatementId()
public ContextDescriptor getContextDescriptor()
public boolean isDisablePropertyExpressionEventCollCache()
public boolean isAllowRollupFunctions()
public TableService getTableService()
public boolean isAllowBindingConsumption()
public boolean isResettingAggregations()
public String getIntoTableName()
public boolean isFilterExpression()
public EngineImportService getEngineImportService()
public StatementExtensionSvcContext getStatementExtensionSvcContext()