Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Method and Description |
---|---|
Schedule |
ScheduleService.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.
|
void |
ScheduleService.deleteSchedule(String id)
Deletes the schedule
|
Set<ScheduleDescriptor> |
ScheduleService.getAllSchedules()
Gets all of the schedules defined in the system.
|
Set<ScheduleDescriptor> |
ScheduleService.getCurrentUserSchedules()
Gets all of the schedules defined in the system for the current user.
|
Schedule |
ScheduleService.getSchedule(String id)
Gets the full client representation of a schedule for the specified identifier.
|
boolean |
ScheduleService.isWorkspaceJobScheduled(String jobPath)
Indicates whether any schedules for the workspace job exist.
|
void |
ScheduleService.pauseSchedule(String id)
Pauses the schedule.
|
void |
ScheduleService.resumeSchedule(String id)
Resumes the schedule
|
Schedule |
ScheduleService.updateSchedule(Schedule schedule)
Updates the schedule
|
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA