Package com.appiancorp.suiteapi.process
Class Schedule
java.lang.Object
com.appiancorp.suiteapi.process.AbstractSchedule
com.appiancorp.suiteapi.process.Schedule
- All Implemented Interfaces:
XMLable
,Serializable
A Schedule is used to define a time for an event based either on an absolute
Timestamp or relative to some other event. If the delay is absolute then the
timer expires at an exact time, i.e. 12:52AM on 12/18/2007. A relative delay
occurs at some offset to another event, such as the activation of a node or
process, such as 2 hours and 18 minutes afterwards.
- See Also:
-
Field Summary
Fields inherited from interface com.appiancorp.suiteapi.common.XMLable
DEFAULT_BUFFER_SIZE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.appiancorp.suiteapi.process.AbstractSchedule
getAbsoluteExpression, getAbsoluteOrRelative, getAbsoluteTime, getRecurring, getRelativeInterval, isAbsoluteDelay, setAbsoluteDelay, setAbsoluteExpression, setAbsoluteOrRelative, setAbsoluteTime, setRecurring, setRelativeInterval, toXML, toXML
-
Constructor Details
-
Schedule
public Schedule(boolean absoluteDelay_) Creates a new instance of Schedule- Parameters:
absoluteDelay_
- true if the event is not relative to other event, else false
-
Schedule
public Schedule()
-