|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sas.hls.common.AbstractIdentifiable
com.sas.hls.schedule.ScheduleDescriptor
com.sas.hls.schedule.Schedule
public class Schedule
A schedule is composed of the item to be scheduled as well as the mechanism (Trigger) for when the schedule will run.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sas.hls.schedule.ScheduleDescriptor |
---|
ScheduleDescriptor.ScheduleStatus |
Field Summary |
---|
Fields inherited from class com.sas.hls.schedule.ScheduleDescriptor |
---|
OBJECT_TYPE |
Constructor Summary | |
---|---|
Schedule()
Default constructor |
|
Schedule(String scheduleKeyName,
String scheduleGroupName)
Constructor used by the api to populate key values used by the server |
Method Summary | |
---|---|
Schedulable |
getSchedulable()
Get the schedulable item. |
ScheduleTrigger |
getTrigger()
Get the trigger which defines when the schedule will run. |
void |
setSchedulable(Schedulable schedulable)
Set the schedulable item. |
void |
setTrigger(ScheduleTrigger trigger)
Set the trigger which defines when the schedule will run. |
Methods inherited from class com.sas.hls.schedule.ScheduleDescriptor |
---|
equals, getDescription, getLastModifiedDate, getName, getOwner, getSchedulableLabel, getScheduleKeyGroupName, getScheduleKeyName, getStatus, setDescription, setLastModifiedDate, setName, setOwner, setSchedulableLabel, setStatus |
Methods inherited from class com.sas.hls.common.AbstractIdentifiable |
---|
getIdentifier, getObjectType, hashCode, setIdentifier, setObjectType |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Schedule()
public Schedule(String scheduleKeyName, String scheduleGroupName)
scheduleKeyName
- The schedule key name used by the serverscheduleGroupName
- he schedule key name used by the serverMethod Detail |
---|
public Schedulable getSchedulable()
public void setSchedulable(Schedulable schedulable)
schedulable
- The schedulable to set.public ScheduleTrigger getTrigger()
public void setTrigger(ScheduleTrigger trigger)
trigger
- The trigger to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |