Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskRecurrenceType
-
Packages that use TaskRecurrenceType Package Description com.evolveum.midpoint.schema.util.task com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of TaskRecurrenceType in com.evolveum.midpoint.schema.util.task
Methods in com.evolveum.midpoint.schema.util.task that return TaskRecurrenceType Modifier and Type Method Description static @NotNull TaskRecurrenceTypeTaskTypeUtil. 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 TaskRecurrenceTypeTaskTypeUtil. 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 TaskRecurrenceType Modifier and Type Method Description static TaskRecurrenceTypeTaskRecurrenceType. fromValue(String v)TaskRecurrenceTypeScheduleType. getRecurrence()TaskRecurrenceTypeTaskType. getRecurrence()static TaskRecurrenceTypeTaskRecurrenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskRecurrenceType[]TaskRecurrenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type TaskRecurrenceType Modifier and Type Method Description ScheduleTypeScheduleType. recurrence(TaskRecurrenceType value)TaskTypeTaskType. recurrence(TaskRecurrenceType value)voidScheduleType. setRecurrence(TaskRecurrenceType value)voidTaskType. setRecurrence(TaskRecurrenceType value)
-