Uses of Class
com.sas.lsaf.schedule.ScheduleDescriptor
-
Packages that use ScheduleDescriptor Package Description com.sas.lsaf.schedule Service and class definitions to manage schedules. -
-
Uses of ScheduleDescriptor in com.sas.lsaf.schedule
Subclasses of ScheduleDescriptor in com.sas.lsaf.schedule Modifier and Type Class Description class
Schedule
The class that represents a schedule.Methods in com.sas.lsaf.schedule that return types with arguments of type ScheduleDescriptor Modifier and Type Method Description java.util.Set<ScheduleDescriptor>
ScheduleService. getAllSchedules()
Gets all of the schedules defined in the system.java.util.Set<ScheduleDescriptor>
ScheduleService. getCurrentUserSchedules()
Gets all of the schedules defined in the system for the current user.
-