Package com.sas.lsaf.schedule
Service and class definitions to manage schedules.
-
Interface Summary Interface Description Schedulable The interface that indicates that an object can to be scheduled.ScheduleService The service to manage the life cycle of a schedule. -
Class Summary Class Description Schedule The class that represents a schedule.ScheduleDescriptor A lightweight client representation of a schedule.ScheduleJobInfo The class to schedule a job.ScheduleTrigger The class that defines when a schedule runs. -
Enum Summary Enum Description ScheduleDescriptor.ScheduleStatus The status of a schedule.ScheduleTrigger.DayOfWeek The days of a week to use in weekly schedules.ScheduleTrigger.TriggerType The intervals in which the schedule runs. -
Exception Summary Exception Description ScheduleException Thrown when there is an error with a schedule.ScheduleNotFoundException Thrown when the specified schedule is not found or the user does not have access to the schedule.