Uses of Class
com.uc4.api.objects.TaskCalendar
Packages that use TaskCalendar
-
Uses of TaskCalendar in com.uc4.api.objects
Methods in com.uc4.api.objects that return TaskCalendarModifier and TypeMethodDescriptionITaskItem.calendar()
Gets the calendar condition of this task.JobPlanTask.calendar()
Gets the calendar condition of this JobPlan task.ScheduleTask.calendar()
TaskCalendar.clone()
Deprecated.Use copy() instead.TaskCalendar.copy()
ExecuteRecurring.getCalendarCondition()
Returns the calendar condition which has been set using the methodExecuteRecurring.setCalendarCondition(TaskCalendar)
.Period.getCalendarCondition()
Deprecated.Use getExecuteRecurring() insteadMethods in com.uc4.api.objects with parameters of type TaskCalendarModifier and TypeMethodDescriptionvoid
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 TaskCalendarModifier and TypeMethodDescriptionJobPlanMonitor.Task.calendar()
Gets the calendar condition of this JobPlan task.