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 TaskCalendarITaskItem. calendar()Gets the calendar condition of this task.TaskCalendarJobPlanTask. calendar()Gets the calendar condition of this JobPlan task.TaskCalendarScheduleTask. calendar()TaskCalendarTaskCalendar. clone()Deprecated.Use copy() instead.TaskCalendarTaskCalendar. copy()TaskCalendarExecuteRecurring. getCalendarCondition()Returns the calendar condition which has been set using the methodExecuteRecurring.setCalendarCondition(TaskCalendar).TaskCalendarPeriod. getCalendarCondition()Deprecated.Use getExecuteRecurring() insteadMethods in com.uc4.api.objects with parameters of type TaskCalendar Modifier and Type Method Description voidExecuteRecurring. setCalendarCondition(TaskCalendar calendar)Sets the calendar condition of the recurring tasks.voidPeriod. 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 TaskCalendarJobPlanMonitor.Task. calendar()Gets the calendar condition of this JobPlan task.
-