Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskSchedulingStateType
-
Packages that use TaskSchedulingStateType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
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 TaskSchedulingStateType Modifier and Type Method Description static TaskSchedulingStateType
TaskSchedulingStateType. fromValue(String v)
TaskSchedulingStateType
TaskType. getSchedulingState()
TaskSchedulingStateType
TaskType. getSchedulingStateBeforeSuspend()
static TaskSchedulingStateType
TaskSchedulingStateType. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskSchedulingStateType[]
TaskSchedulingStateType. 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 TaskSchedulingStateType Modifier and Type Method Description TaskType
TaskType. schedulingState(TaskSchedulingStateType value)
TaskType
TaskType. schedulingStateBeforeSuspend(TaskSchedulingStateType value)
void
TaskType. setSchedulingState(TaskSchedulingStateType value)
void
TaskType. setSchedulingStateBeforeSuspend(TaskSchedulingStateType value)
-