Package com.illumon.iris.console.events
Class QuerySchedulerPanelDaily
java.lang.Object
com.illumon.iris.console.events.QuerySchedulerPanelDaily
Class to handle the panel for daily scheduling
-
Method Summary
Modifier and TypeMethodDescriptionboolean
default boolean
Indicate whether to disable the stop time fields.generateSchedulerInstance
(String startTime, String endTime, String timeZone, boolean schedulingDisabled, boolean overnight, boolean repeatIntervalEnabled, String repeatInterval, boolean skipIfUnsuccessful, boolean stopTimeDisabled, int errorRestartCount, String restartDelayMinutes, IrisQueryScheduler.RestartWhenRunning restartWhenRunning) default Long
Return the expiration time in millis.default boolean
Indicate whether the start time fields should be active.void
setIsVisible
(boolean isVisible) void
-
Method Details
-
getComponent
-
setPanelVisibility
public void setPanelVisibility() -
setIsVisible
public void setIsVisible(boolean isVisible) -
generateSchedulerInstance
public IrisScheduler generateSchedulerInstance(String startTime, String endTime, String timeZone, boolean schedulingDisabled, boolean overnight, boolean repeatIntervalEnabled, String repeatInterval, boolean skipIfUnsuccessful, boolean stopTimeDisabled, int errorRestartCount, String restartDelayMinutes, IrisQueryScheduler.RestartWhenRunning restartWhenRunning) -
allowOvernight
public boolean allowOvernight() -
$$$getRootComponent$$$
- Noinspection:
- ALL
-
getExpirationTimeMillis
Return the expiration time in millis.- Returns:
- the expiration time in millis, or null if there isn't one
-
hasStartTime
default boolean hasStartTime()Indicate whether the start time fields should be active.- Returns:
- true if the start time fields should be active.
-
disableStopTime
default boolean disableStopTime()Indicate whether to disable the stop time fields.- Returns:
- true if the stop time fields should be disabled
-