Uses of Class
com.sas.lsaf.schedule.ScheduleException
Packages that use ScheduleException
-
Uses of ScheduleException in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that throw ScheduleExceptionModifier and TypeMethodDescriptionScheduleService.createSchedule(String name, String description, Schedulable schedulable, ScheduleTrigger trigger) Creates a schedule that runs the job that is specified in the schedulable at the time that is defined in the trigger.voidScheduleService.deleteSchedule(String id) Deletes the scheduleScheduleService.getAllSchedules()Gets all of the schedules defined in the system.ScheduleService.getCurrentUserSchedules()Gets all of the schedules defined in the system for the current user.ScheduleService.getSchedule(String id) Gets the full client representation of a schedule for the specified identifier.booleanScheduleService.isWorkspaceJobScheduled(String jobPath) Indicates whether any schedules for the workspace job exist.voidScheduleService.pauseSchedule(String id) Pauses the schedule.voidScheduleService.resumeSchedule(String id) Resumes the scheduleScheduleService.updateSchedule(Schedule schedule) Updates the schedule