public class ScheduleInstance extends AbstractSchedule
DEFAULT_BUFFER_SIZE
Constructor and Description |
---|
ScheduleInstance() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getHasTriggered()
Informs if the scheduled event has triggered in the past.
|
java.sql.Timestamp |
getTimeStampScheduled()
Retrieves the timestamp of the time at which the event is scheduled
|
void |
setHasTriggered(java.lang.Boolean triggered_)
Sets if the scheduled event has triggered
|
void |
setTimeStampScheduled(java.sql.Timestamp stampTriggered_)
Sets the timestamp of the time
|
void |
toXML(java.lang.StringBuilder buffer_)
Adds the XML representation of the object to the buffer
|
getAbsoluteExpression, getAbsoluteOrRelative, getAbsoluteTime, getRecurring, getRelativeInterval, isAbsoluteDelay, setAbsoluteDelay, setAbsoluteExpression, setAbsoluteOrRelative, setAbsoluteTime, setRecurring, setRelativeInterval, toXML
public void toXML(java.lang.StringBuilder buffer_)
toXML
in interface XMLable
toXML
in class AbstractSchedule
buffer_
- StringBuilder that's populated with the XML representation of the
Schedule objectpublic java.lang.Boolean getHasTriggered()
public void setHasTriggered(java.lang.Boolean triggered_)
triggered_
- public java.sql.Timestamp getTimeStampScheduled()
public void setTimeStampScheduled(java.sql.Timestamp stampTriggered_)
stampTriggered_
- timestamp of the timeCopyright © 2003-2024 Appian Corporation. All Rights Reserved.