Uses of Class
com.sas.hls.schedule.ScheduleDescriptor

Packages that use ScheduleDescriptor
com.sas.hls.schedule Service and class definitions for managing schedules. 
 

Uses of ScheduleDescriptor in com.sas.hls.schedule
 

Subclasses of ScheduleDescriptor in com.sas.hls.schedule
 class Schedule
          A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
 

Methods in com.sas.hls.schedule that return types with arguments of type ScheduleDescriptor
 Set<ScheduleDescriptor> ScheduleService.getAllSchedules()
          Get all schedules defined in the system.
 Set<ScheduleDescriptor> ScheduleService.getSchedulesForCurrentUser()
          Get all schedules defined in the system for the current user.
 

Methods in com.sas.hls.schedule with parameters of type ScheduleDescriptor
 void ScheduleService.deleteSchedule(ScheduleDescriptor schedule)
          Deletes the specified schedule
 Schedule ScheduleService.getScheduleByDescriptor(ScheduleDescriptor schedule)
          Get the full client representation of a schedule from their scheduleDescriptor.
 void ScheduleService.pauseSchedule(ScheduleDescriptor schedule)
          Pauses the specified schedule.
 void ScheduleService.resumeSchedule(ScheduleDescriptor schedule)
          Resumes the specified schedule
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA