Uses of Class
adams.core.base.CronSchedule
-
Packages that use CronSchedule Package Description adams.flow.control.flowrestart.trigger adams.flow.standalone -
-
Uses of CronSchedule in adams.flow.control.flowrestart.trigger
Fields in adams.flow.control.flowrestart.trigger declared as CronSchedule Modifier and Type Field Description protected CronSchedule
Cron. m_Schedule
the cron schedule.protected CronSchedule
MetaCron. m_Schedule
the cron schedule.Methods in adams.flow.control.flowrestart.trigger that return CronSchedule Modifier and Type Method Description CronSchedule
Cron. getSchedule()
Returns the execution schedule.CronSchedule
MetaCron. getSchedule()
Returns the execution schedule.Methods in adams.flow.control.flowrestart.trigger with parameters of type CronSchedule Modifier and Type Method Description void
Cron. setSchedule(CronSchedule value)
Sets the execution schedule.void
MetaCron. setSchedule(CronSchedule value)
Sets the execution schedule. -
Uses of CronSchedule in adams.flow.standalone
Fields in adams.flow.standalone declared as CronSchedule Modifier and Type Field Description protected CronSchedule
Cron. m_Schedule
the cron schedule.Methods in adams.flow.standalone that return CronSchedule Modifier and Type Method Description CronSchedule
Cron. getSchedule()
Returns the execution schedule.Methods in adams.flow.standalone with parameters of type CronSchedule Modifier and Type Method Description void
Cron. setSchedule(CronSchedule value)
Sets the execution schedule.
-