Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskSchedulingStateType
Packages that use TaskSchedulingStateType
-
Uses of TaskSchedulingStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskSchedulingStateTypeModifier and TypeMethodDescriptionstatic TaskSchedulingStateType
TaskType.getSchedulingState()
TaskType.getSchedulingStateBeforeSuspend()
static TaskSchedulingStateType
Returns the enum constant of this class with the specified name.static TaskSchedulingStateType[]
TaskSchedulingStateType.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 TaskSchedulingStateTypeModifier and TypeMethodDescriptionTaskType.schedulingState
(TaskSchedulingStateType value) TaskType.schedulingStateBeforeSuspend
(TaskSchedulingStateType value) void
TaskType.setSchedulingState
(TaskSchedulingStateType value) void
TaskType.setSchedulingStateBeforeSuspend
(TaskSchedulingStateType value)