Uses of Class
com.sas.lsaf.schedule.Schedule
-
Packages that use Schedule Package Description com.sas.lsaf.schedule Service and class definitions to manage schedules. -
-
Uses of Schedule in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return Schedule Modifier and Type Method Description Schedule
ScheduleService. createSchedule(java.lang.String name, java.lang.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.Schedule
ScheduleService. getSchedule(java.lang.String id)
Gets the full client representation of a schedule for the specified identifier.Schedule
ScheduleService. updateSchedule(Schedule schedule)
Updates the scheduleMethods in com.sas.lsaf.schedule with parameters of type Schedule Modifier and Type Method Description Schedule
ScheduleService. updateSchedule(Schedule schedule)
Updates the schedule
-