Uses of Class
com.uc4.api.objects.TaskCalendar
-
Packages that use TaskCalendar Package Description com.uc4.api.objects com.uc4.communication.requests -
-
Uses of TaskCalendar in com.uc4.api.objects
Methods in com.uc4.api.objects that return TaskCalendar Modifier and Type Method 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()
Deprecated.Use copy() instead.TaskCalendar
TaskCalendar. copy()
TaskCalendar
ExecuteRecurring. getCalendarCondition()
Returns the calendar condition which has been set using the methodExecuteRecurring.setCalendarCondition(TaskCalendar)
.TaskCalendar
Period. getCalendarCondition()
Deprecated.Use getExecuteRecurring() insteadMethods in com.uc4.api.objects with parameters of type TaskCalendar Modifier and Type Method Description void
ExecuteRecurring. setCalendarCondition(TaskCalendar calendar)
Sets the calendar condition of the recurring tasks.void
Period. setCalendarCondition(TaskCalendar calendar)
Deprecated.Use setExecuteRecurring() instead -
Uses of TaskCalendar in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return TaskCalendar Modifier and Type Method Description TaskCalendar
JobPlanMonitor.Task. calendar()
Gets the calendar condition of this JobPlan task.
-