Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskRecurrenceType
Packages that use TaskRecurrenceType
Package
Description
-
Uses of TaskRecurrenceType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return TaskRecurrenceTypeModifier and TypeMethodDescriptionstatic @NotNull TaskRecurrenceType
TaskTypeUtil.getEffectiveRecurrence
(@NotNull TaskType task) Determines effective value of task recurrence flag: if set explicitly (either new or legacy variant) we use that one, otherwise we use schedule.interval/cronLikePattern presence.static @Nullable TaskRecurrenceType
TaskTypeUtil.getSpecifiedRecurrence
(@NotNull TaskType task) Determines recurrence that is explicitly specified for a task: either "new" or "legacy" variant. -
Uses of TaskRecurrenceType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskRecurrenceTypeModifier and TypeMethodDescriptionstatic TaskRecurrenceType
ScheduleType.getRecurrence()
TaskType.getRecurrence()
static TaskRecurrenceType
Returns the enum constant of this class with the specified name.static TaskRecurrenceType[]
TaskRecurrenceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TaskRecurrenceTypeModifier and TypeMethodDescriptionScheduleType.recurrence
(TaskRecurrenceType value) TaskType.recurrence
(TaskRecurrenceType value) void
ScheduleType.setRecurrence
(TaskRecurrenceType value) void
TaskType.setRecurrence
(TaskRecurrenceType value)