public interface ExprEvaluatorContext
Modifier and Type | Method and Description |
---|---|
int |
getAgentInstanceId() |
StatementAgentInstanceLock |
getAgentInstanceLock() |
AgentInstanceScriptContext |
getAllocateAgentInstanceScriptContext() |
EventBean |
getContextProperties() |
String |
getEngineURI() |
ExpressionResultCacheService |
getExpressionResultCacheService() |
int |
getStatementId() |
String |
getStatementName() |
StatementType |
getStatementType() |
Object |
getStatementUserObject() |
TableExprEvaluatorContext |
getTableExprEvaluatorContext() |
TimeProvider |
getTimeProvider()
Returns the time provider.
|
String getStatementName()
Object getStatementUserObject()
String getEngineURI()
int getStatementId()
StatementType getStatementType()
TimeProvider getTimeProvider()
ExpressionResultCacheService getExpressionResultCacheService()
int getAgentInstanceId()
EventBean getContextProperties()
StatementAgentInstanceLock getAgentInstanceLock()
TableExprEvaluatorContext getTableExprEvaluatorContext()
AgentInstanceScriptContext getAllocateAgentInstanceScriptContext()