Package com.uc4.api.objects
Class Schedule
java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.Schedule
- All Implemented Interfaces:
LifecycleSaveAware
Schedule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addTask
(ScheduleTask task) Adds a task to the Schedule.void
Called after an object is saved.Returns the attributes of this Schedule.Returns the content of the "Process" tab.header()
Returns the header data of this object.boolean
Returnstrue
if this Object can be executed.boolean
Returns whether the turnaround warning exists in this Schedule.protected void
loadContent
(com.uc4.util.XMLDocument doc, ConnectionAttributes info) void
runtime()
Returns runtime information of this job.void
setProcess
(String script) Sets the content of the "Process" tab.protected void
storeContent
(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) syncs()
Returns aSyncList
object which contains sync conditions of this object.Returns an iterator overScheduleTask
.int
taskSize()
Returns the number of tasks in this Schedule.values()
Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
Constructor Details
-
Schedule
public Schedule()
-
-
Method Details
-
loadContent
-
syncs
Returns aSyncList
object which contains sync conditions of this object.- Returns:
- sync conditions
-
taskIterator
Returns an iterator overScheduleTask
.- Returns:
- iterator over Schedule tasks.
-
attributes
Returns the attributes of this Schedule.- Returns:
- Attributes of this Schedule
-
runtime
Returns runtime information of this job. This corresponds to the "Runtime" tab in the dialog client.- Returns:
- Runtime information
-
getProcess
Returns the content of the "Process" tab.- Returns:
- JCL
-
addTask
Adds a task to the Schedule.- Parameters:
task
- Schedule Task
-
setProcess
Sets the content of the "Process" tab.- Parameters:
script
- Script
-
header
Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
-
values
- Returns:
- Variables of this object
-
storeContent
protected void storeContent(com.uc4.util.XMLDocument doc, Element objectElement, ConnectionAttributes sessionInfo) -
taskSize
public int taskSize()Returns the number of tasks in this Schedule.- Returns:
- Number of tasks
-
isExecutable
public boolean isExecutable()Description copied from class:UC4Object
Returnstrue
if this Object can be executed.- Specified by:
isExecutable
in classUC4Object
- Returns:
- true if the Object can be executed, false if not.
-
isTurnaroundWarning
public boolean isTurnaroundWarning()Returns whether the turnaround warning exists in this Schedule.- Returns:
- turnaroundWarning
-
afterSaveObject
public void afterSaveObject()Description copied from interface:LifecycleSaveAware
Called after an object is saved.- Specified by:
afterSaveObject
in interfaceLifecycleSaveAware
-
removeAllTasks
public void removeAllTasks()
-