Package com.illumon.iris.console.events
Class QuerySchedulerPanelTemporary
java.lang.Object
com.illumon.iris.console.events.QuerySchedulerPanelTemporary
-
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) boolean
void
setIsVisible
(boolean isVisible) void
-
Method Details
-
setIsVisible
public void setIsVisible(boolean isVisible) -
setPanelVisibility
public void setPanelVisibility() -
getComponent
-
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) -
getExpirationTimeMillis
-
hasStartTime
public boolean hasStartTime() -
allowOvernight
public boolean allowOvernight() -
disableStopTime
default boolean disableStopTime()Indicate whether to disable the stop time fields.- Returns:
- true if the stop time fields should be disabled
-