Package | Description |
---|---|
com.sas.hls.schedule |
Service and class definitions for managing schedules.
|
Modifier and Type | Method and Description |
---|---|
Schedule |
ScheduleService.createSchedule(String name,
String description,
Schedulable schedulable,
ScheduleTrigger trigger)
Creates a schedule that will run the job specified in the scheduleable at the specified time(s) defined in the
trigger
|
Schedule |
ScheduleService.getScheduleByDescriptor(ScheduleDescriptor schedule)
Get the full client representation of a schedule from their scheduleDescriptor.
|
Schedule |
ScheduleService.updateSchedule(Schedule schedule)
Updates the specified schedule
|
Modifier and Type | Method and Description |
---|---|
Schedule |
ScheduleService.updateSchedule(Schedule schedule)
Updates the specified schedule
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA