Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
TaskCalendar |
ITaskItem.calendar()
Gets the calendar condition of this task.
|
TaskCalendar |
JobPlanTask.calendar()
Gets the calendar condition of this JobPlan task.
|
TaskCalendar |
ScheduleTask.calendar() |
TaskCalendar |
TaskCalendar.clone() |
TaskCalendar |
ExecuteRecurring.getCalendarCondition()
Returns the calendar condition which has been set using
the method
ExecuteRecurring.setCalendarCondition(TaskCalendar) . |
TaskCalendar |
Period.getCalendarCondition()
Deprecated.
Use getExecuteRecurring() instead
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteRecurring.setCalendarCondition(TaskCalendar calendar)
Sets the calendar condition of the recurring tasks.
|
void |
Period.setCalendarCondition(TaskCalendar calendar)
Deprecated.
Use setExecuteRecurring() instead
|
Modifier and Type | Method and Description |
---|---|
TaskCalendar |
JobPlanMonitor.Task.calendar()
Gets the calendar condition of this JobPlan task.
|