public class ConfigurationRuntimeExpression
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ConfigurationRuntimeExpression()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
java.util.TimeZone |
getTimeZone()
Returns the time zone for calendar operations.
|
boolean |
isSelfSubselectPreeval()
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new
event arrives.
|
void |
setSelfSubselectPreeval(boolean selfSubselectPreeval)
Set to true (the default) to indicate that sub-selects within a statement are updated first when a new
event arrives.
|
void |
setTimeZone(java.util.TimeZone timeZone)
Sets the time zone for calendar operations.
|
public java.util.TimeZone getTimeZone()
public void setTimeZone(java.util.TimeZone timeZone)
timeZone
- time zonepublic boolean isSelfSubselectPreeval()
public void setSelfSubselectPreeval(boolean selfSubselectPreeval)
selfSubselectPreeval
- indicator whether to evaluate sub-selects first or last on new event arrival