Uses of Class
com.sas.lsaf.schedule.ScheduleNotFoundException
-
Packages that use ScheduleNotFoundException Package Description com.sas.lsaf.schedule Service and class definitions to manage schedules. -
-
Uses of ScheduleNotFoundException in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that throw ScheduleNotFoundException Modifier and Type Method Description void
ScheduleService. deleteSchedule(java.lang.String id)
Deletes the scheduleSchedule
ScheduleService. getSchedule(java.lang.String id)
Gets the full client representation of a schedule for the specified identifier.void
ScheduleService. pauseSchedule(java.lang.String id)
Pauses the schedule.void
ScheduleService. resumeSchedule(java.lang.String id)
Resumes the scheduleSchedule
ScheduleService. updateSchedule(Schedule schedule)
Updates the schedule
-