public interface ISchedJobSchedule
| Modifier and Type | Method and Description |
|---|---|
ISchedJobSchedule |
clone() |
java.lang.String |
getCronExpression()
Get the CRON expression for the schedule
|
java.lang.String |
getDescription()
Get the description of the schedule
|
java.util.Date |
getEndTime()
Get the end time for the schedule
|
java.lang.String |
getExpressionSummary()
Get the CRON expression in English
|
Id |
getId()
Returns unique identifier of the job schedule
|
Id |
getJobId()
Get the Id of the job to which this schedule belongs
|
java.lang.String |
getModifiedBy()
Returns the user name who last modified the job schedule
|
java.util.Date |
getModifiedDate()
Returns the last modified date
|
java.lang.String |
getName()
Get the name of the schedule
|
java.util.Date |
getNextFireTime() |
java.util.Date |
getPreviousFireTime() |
java.util.Date |
getStartTime()
Get the start time for the schedule
|
java.lang.String |
getTriggerCategory()
Get the category of the trigger
|
java.lang.String |
getTriggerName()
Get the name of the trigger
|
void |
setCronExpression(java.lang.String cronExpression)
Set the schedule's CRON expression
|
void |
setDescription(java.lang.String description)
Set the description of the schedule
|
void |
setEndTime(java.util.Date endTime)
Set the end time for the schedule
|
void |
setJobId(Id id)
Set the Id of the Job to which this schedule belongs
|
void |
setName(java.lang.String name)
Set the name of the schedule
|
void |
setStartTime(java.util.Date startTime)
Set the start time for the schedule
|
void |
setTriggerCategory(java.lang.String triggerCategory)
Set the trigger category
|
void |
setTriggerName(java.lang.String triggerName)
Set the name of the trigger
|
Id getId()
java.lang.String getName()
void setName(java.lang.String name)
name - The schedule's namejava.lang.String getDescription()
void setDescription(java.lang.String description)
description - The schedule's descriptionId getJobId()
void setJobId(Id id)
id - The Job Idjava.lang.String getTriggerName()
void setTriggerName(java.lang.String triggerName)
triggerName - The name of the triggerjava.lang.String getTriggerCategory()
void setTriggerCategory(java.lang.String triggerCategory)
triggerCategory - The trigger categoryjava.util.Date getModifiedDate()
java.lang.String getModifiedBy()
java.util.Date getNextFireTime()
Date the job will run or null if it won't run againjava.util.Date getPreviousFireTime()
Date the job was run or nullvoid setCronExpression(java.lang.String cronExpression)
cronExpression - A valid CRON expressionjava.lang.String getCronExpression()
java.lang.String getExpressionSummary()
java.util.Date getStartTime()
void setStartTime(java.util.Date startTime)
startTime - The time the schedule startsjava.util.Date getEndTime()
void setEndTime(java.util.Date endTime)
endTime - The time the schedule endsISchedJobSchedule clone()
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.