public class EPLExpressionEvaluationContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE
Type information
|
Constructor and Description |
---|
EPLExpressionEvaluationContext(java.lang.String statementName,
int contextPartitionId,
java.lang.String runtimeURI,
java.lang.Object statementUserObject)
Ctor - for runtime use and not for client use.
|
Modifier and Type | Method and Description |
---|---|
int |
getContextPartitionId()
Returns the context partition id
|
java.lang.String |
getRuntimeURI()
Returns the runtime URI
|
java.lang.String |
getStatementName()
Returns the statement name.
|
java.lang.Object |
getStatementUserObject()
Returns the statement user object
|
public static final EPTypeClass EPTYPE
public EPLExpressionEvaluationContext(java.lang.String statementName, int contextPartitionId, java.lang.String runtimeURI, java.lang.Object statementUserObject)
statementName
- the statement namecontextPartitionId
- the context partition idruntimeURI
- the runtime URIstatementUserObject
- the statement user object or null if none was assignedpublic java.lang.String getRuntimeURI()
public java.lang.String getStatementName()
public int getContextPartitionId()
public java.lang.Object getStatementUserObject()