public class ConfigurationRuntimeExpression extends Object implements Serializable
Constructor and Description |
---|
ConfigurationRuntimeExpression()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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(TimeZone timeZone)
Sets the time zone for calendar operations.
|
public TimeZone getTimeZone()
public void setTimeZone(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 arrivalCopyright © 2005–2018. All rights reserved.