@Deprecated
public class JobPlanCheckpoint
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JobPlanCheckpoint()
Deprecated.
|
protected |
JobPlanCheckpoint(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element task)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
int |
getDaysAfterJobPlanActivation()
Deprecated.
Returns the number of days as of JobPlan activation.
|
UC4ObjectName |
getExecute()
Deprecated.
Returns the name of the object that is to be started when the checkpoint has been exceeded.
|
Time |
getTime()
Deprecated.
Returns the checkpoint time.
|
UC4TimezoneName |
getTimezone()
Deprecated.
Returns the TimeZone that is to be used.
|
boolean |
isTimeCheckpoint()
Deprecated.
Returns
true if time checkpoint is enabled for this JobPlanTask. |
void |
setDaysAfterJobPlanActivation(int daysAfterJobPlanActivation)
Deprecated.
Sets the number of days as of JobPlan activation.
|
void |
setExecute(UC4ObjectName execute)
Deprecated.
Sets the name of the object that is to be started when the checkpoint has been exceeded.
|
void |
setTime(Time time)
Deprecated.
Sets the Checkpoint time.
|
void |
setTimeCheckpoint(boolean timeCheckpoint)
Deprecated.
Enables or disables the time checkpoint for this JobPlanTask.
|
void |
setTimezone(UC4TimezoneName timezone)
Deprecated.
Sets the TimeZone that is to be used.
|
protected void |
store(com.uc4.util.XMLDocument doc,
org.w3c.dom.Element task)
Deprecated.
|
protected JobPlanCheckpoint()
protected JobPlanCheckpoint(com.uc4.util.XMLDocument doc, org.w3c.dom.Element task)
protected void store(com.uc4.util.XMLDocument doc, org.w3c.dom.Element task)
public boolean isTimeCheckpoint()
true
if time checkpoint is enabled for this JobPlanTask.public void setTimeCheckpoint(boolean timeCheckpoint)
timeCheckpoint
- Boolean value to set the time checkpointpublic void setDaysAfterJobPlanActivation(int daysAfterJobPlanActivation)
Examples:
daysAfterJobPlanActivation
- Number of days as of JobPlan activationpublic Time getTime()
public void setTime(Time time)
If the task could not be started before this time, the object specified in the "Execute" section will be activated.
time
- Checkpoint timepublic UC4TimezoneName getTimezone()
public void setTimezone(UC4TimezoneName timezone)
timezone
- TimeZonepublic int getDaysAfterJobPlanActivation()
public UC4ObjectName getExecute()
public void setExecute(UC4ObjectName execute)
execute
- Object name