Interface | Description |
---|---|
Schedulable |
An interface indicating an object that supports the ability to be scheduled.
|
ScheduleService |
The schedule service provides methods to manage the life cycle of a schedule.
|
Class | Description |
---|---|
Schedule |
A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
|
ScheduleDescriptor |
A light-weight client representation of a schedule.
|
ScheduleTimeZoneConstants |
Abstract class containing string constants which represent the time zone values required when creating a weekly
ScheduleTrigger . |
ScheduleTrigger |
ScheduleTrigger defines when the schedule will run.
|
Enum | Description |
---|---|
ScheduleDescriptor.ScheduleStatus |
ScheduleStatus is an enum status of a schedule.
|
ScheduleTrigger.DayOfWeek |
DayOfWeek is an enumeration representing the days of a week to use in weekly schedules.
|
ScheduleTrigger.TriggerType |
TriggerType is an enumeration representing the possible intervals in which the schedule can run.
|
Copyright (c) 2017, SAS Institute Inc., Cary, NC, USA