Package | Description |
---|---|
com.sas.hls.schedule |
Service and class definitions for managing schedules.
|
Modifier and Type | Method and Description |
---|---|
void |
ScheduleService.deleteSchedule(ScheduleDescriptor schedule)
Deletes the specified schedule
|
Schedule |
ScheduleService.getScheduleByDescriptor(ScheduleDescriptor schedule)
Get the full client representation of a schedule from their scheduleDescriptor.
|
void |
ScheduleService.pauseSchedule(ScheduleDescriptor schedule)
Pauses the specified schedule.
|
void |
ScheduleService.resumeSchedule(ScheduleDescriptor schedule)
Resumes the specified schedule
|
Schedule |
ScheduleService.updateSchedule(Schedule schedule)
Updates the specified schedule
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA