Package | Description |
---|---|
com.sas.hls.schedule |
Service and class definitions for managing schedules.
|
Modifier and Type | Class and Description |
---|---|
class |
Schedule
A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
|
Modifier and Type | Method and Description |
---|---|
Set<ScheduleDescriptor> |
ScheduleService.getAllSchedules()
Get all schedules defined in the system.
|
Set<ScheduleDescriptor> |
ScheduleService.getSchedulesForCurrentUser()
Get all schedules defined in the system for the current user.
|
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
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA