Package com.illumon.iris.console.events
Class QuerySchedulerPanelTemporary
java.lang.Object
com.illumon.iris.console.events.QuerySchedulerPanelTemporary
public class QuerySchedulerPanelTemporary extends Object
-
Method Summary
Modifier and Type Method Description booleanallowOvernight()IrisSchedulergenerateSchedulerInstance(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)JComponentgetComponent()LonggetExpirationTimeMillis()booleanhasStartTime()voidsetIsVisible(boolean isVisible)voidsetPanelVisibility()
-
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()
-