Package | Description |
---|---|
com.sas.lsaf.schedule |
Service and class definitions to manage schedules.
|
Modifier and Type | Class and Description |
---|---|
class |
ScheduleJobInfo
The class to schedule a job.
|
Modifier and Type | Method and Description |
---|---|
Schedulable |
Schedule.getSchedulable()
Gets the schedulable item.
|
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 |
Schedule.setSchedulable(Schedulable schedulable)
Sets the schedulable item.
|
Constructor and Description |
---|
Schedule(String id,
String name,
String description,
String owner,
ScheduleDescriptor.ScheduleStatus status,
String schedulableLabel,
Date lastModified,
Schedulable schedulable,
ScheduleTrigger trigger)
It is not intended or recommended that the consumer of this API construct these objects.
|
<i>Copyright (c) 2022, SAS Institute Inc., Cary, NC, USA</i>