Class Schedule

java.lang.Object
com.appiancorp.suiteapi.process.AbstractSchedule
com.appiancorp.suiteapi.process.Schedule
All Implemented Interfaces:
XMLable, Serializable

public class Schedule extends AbstractSchedule
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:
  • 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()