Uses of Class
com.sas.lsaf.schedule.ScheduleDescriptor.ScheduleStatus
-
Packages that use ScheduleDescriptor.ScheduleStatus Package Description com.sas.lsaf.schedule Service and class definitions to manage schedules. -
-
Uses of ScheduleDescriptor.ScheduleStatus in com.sas.lsaf.schedule
Methods in com.sas.lsaf.schedule that return ScheduleDescriptor.ScheduleStatus Modifier and Type Method Description ScheduleDescriptor.ScheduleStatus
ScheduleDescriptor. getStatus()
Gets the status of the schedule.static ScheduleDescriptor.ScheduleStatus
ScheduleDescriptor.ScheduleStatus. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScheduleDescriptor.ScheduleStatus[]
ScheduleDescriptor.ScheduleStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.sas.lsaf.schedule with parameters of type ScheduleDescriptor.ScheduleStatus Constructor Description Schedule(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String owner, ScheduleDescriptor.ScheduleStatus status, java.lang.String schedulableLabel, java.util.Date lastModified, Schedulable schedulable, ScheduleTrigger trigger)
It is not intended or recommended that the consumer of this API construct these objects.ScheduleDescriptor(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String owner, ScheduleDescriptor.ScheduleStatus status, java.lang.String schedulableLabel, java.util.Date lastModified)
It is not intended or recommended that the consumer of this API construct these objects.
-