public static class Workflow.ScheduleData
extends jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO
Constructor and Description |
---|
ScheduleData(int theDelay)
Constructor for a delayed execution of a workflow.
|
ScheduleData(int theTime,
java.lang.String theStartDate)
Constructor for kInterval schedules.
|
ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.ScheduleType theType,
int theTime,
java.util.Date theStartDate)
Constructor for kInterval, kHourly, and kDaily schedules for which day of week or day of month values don't apply.
|
ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.ScheduleType theType,
int theTime,
java.util.Date theStartDate,
jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.DayOfWeek theDayOfWeek,
int theDayOfMonth)
Constructor.
|
ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO theVO)
Constructor.
|
ScheduleData(java.lang.String theCRONSchedule,
java.lang.String theStartDate)
Constructor for CRON schedules (kHourly, kDaily, kWeekly, kMonthly).
|
equals, getAssetFilter, getDayOfMonth, getDayOfWeek, getParameterList, getScheduleString, getStartDateString, getTime, getType, hashCode, isActive, setActive, setAssetFilter, setDayOfMonth, setDayOfWeek, setParameterList, setStartDateString, setTime, setType, toString
public ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.ScheduleType theType, int theTime, java.util.Date theStartDate, jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.DayOfWeek theDayOfWeek, int theDayOfMonth)
theType
- schedule typetheTime
- the scheduled time, in minutestheStartDate
- a date objecttheDayOfWeek
- day of week, for kWeekly schedule, onlytheDayOfMonth
- day of month, 1-28, for monthly schedule, onlypublic ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO theVO)
theVO
- the vo to use.public ScheduleData(jb.gwt_main_modules.base_widgets.client.services.ScheduleDataVO.ScheduleType theType, int theTime, java.util.Date theStartDate)
theType
- schedule typetheTime
- the scheduled time, in minutestheStartDate
- a date objectpublic ScheduleData(int theTime, java.lang.String theStartDate)
theTime
- the scheduled interval, in minutestheStartDate
- a date in "yyyy-MM-dd" formatpublic ScheduleData(java.lang.String theCRONSchedule, java.lang.String theStartDate)
theCRONSchedule
- the CRON scheduletheStartDate
- a date in "yyyy-MM-dd" formatWorkflow.ScheduleData.parseCRONSchedule(String)
,
Workflow.ScheduleData.getCRONSchedule()
public ScheduleData(int theDelay)
theDelay
- the time to delay (in seconds).Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.