Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskSchedulingStateType
-
-
Uses of TaskSchedulingStateType in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as TaskSchedulingStateType Modifier and Type Field Description TaskSchedulingStateType
MTask. schedulingState
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task with type parameters of type TaskSchedulingStateType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<TaskSchedulingStateType>
QTask. schedulingState
-
Uses of TaskSchedulingStateType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return TaskSchedulingStateType Modifier and Type Method Description TaskSchedulingStateType
Task. getSchedulingState()
Returns low-level scheduling state.Methods in com.evolveum.midpoint.task.api with parameters of type TaskSchedulingStateType Modifier and Type Method Description void
Task. setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState)
Sets initial task execution and scheduled state. -
Uses of TaskSchedulingStateType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return TaskSchedulingStateType Modifier and Type Method Description TaskSchedulingStateType
NullTaskImpl. getSchedulingState()
Methods in com.evolveum.midpoint.task.api.test with parameters of type TaskSchedulingStateType Modifier and Type Method Description void
NullTaskImpl. setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState)
-
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)
-