|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchedule
Method Summary | |
---|---|
String |
getCronString()
Get the cron string for this schedule. |
String |
getDescription()
|
Date |
getEndDate()
|
String |
getGroup()
|
String |
getId()
A unique id, often a GUID uniquely identifying the schedule, used to locate the schedule in the Solution Repository (ISolutionRepository implementors). |
Date |
getLastTrigger()
|
Integer |
getRepeatCount()
Get the repeat count (number of times the schedule should run). |
Integer |
getRepeatInterval()
Get repeat time in milliseconds. |
int |
getRevision()
|
String |
getScheduleReference()
Typically the "name" of the schedule |
Date |
getStartDate()
|
String |
getTitle()
|
boolean |
isCronSchedule()
Is this schedule defined by a cron string, or by a repeat time and repeat count? This schedule can be one or the other but not both. |
boolean |
isRepeatSchedule()
Is this schedule defined by a cron string, or by a repeat time and repeat count? This schedule can be one or the other but not both. |
void |
setCronString(String cronString)
|
void |
setDescription(String description)
|
void |
setEndDate(Date startDate)
|
void |
setGroup(String group)
|
void |
setId(String id)
|
void |
setLastTrigger(Date lastTrigger)
|
void |
setRepeatCount(Integer repeatCount)
Set the repeat count (number of times the schedule should run). |
void |
setRepeatInterval(Integer repeatInterval)
Set repeat time in milliseconds (the repeat time is the period of time the scheduler will wait before running the schedule's work again. |
void |
setScheduleReference(String scheduleRef)
|
void |
setStartDate(Date startDate)
|
void |
setTitle(String title)
|
Method Detail |
---|
int getRevision()
String getId()
String getTitle()
String getScheduleReference()
void setId(String id)
void setTitle(String title)
void setScheduleReference(String scheduleRef)
String getDescription()
void setDescription(String description)
String getCronString()
void setCronString(String cronString)
String getGroup()
void setGroup(String group)
Date getLastTrigger()
void setLastTrigger(Date lastTrigger)
void setRepeatInterval(Integer repeatInterval)
repeatInterval
- Integer repeat time in millisecondsInteger getRepeatInterval()
void setRepeatCount(Integer repeatCount)
repeatCount
- Integer getRepeatCount()
Date getStartDate()
void setStartDate(Date startDate)
Date getEndDate()
void setEndDate(Date startDate)
boolean isCronSchedule()
boolean isRepeatSchedule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |