Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskExecutionStateType
-
-
Uses of TaskExecutionStateType in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as TaskExecutionStateType Modifier and Type Field Description TaskExecutionStateTypeMTask. executionStateFields in com.evolveum.midpoint.repo.sqale.qmodel.task with type parameters of type TaskExecutionStateType Modifier and Type Field Description com.querydsl.core.types.dsl.EnumPath<TaskExecutionStateType>QTask. executionState -
Uses of TaskExecutionStateType in com.evolveum.midpoint.task.api
Methods in com.evolveum.midpoint.task.api that return TaskExecutionStateType Modifier and Type Method Description TaskExecutionStateTypeTask. getExecutionState()Returns high-level execution state.Methods in com.evolveum.midpoint.task.api with parameters of type TaskExecutionStateType Modifier and Type Method Description voidRunningTask. makeWaitingForOtherTasks(TaskExecutionStateType execState, TaskUnpauseActionType unpauseAction)Changes scheduling status to WAITING, and execution state to the given value.voidTask. setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState)Sets initial task execution and scheduled state. -
Uses of TaskExecutionStateType in com.evolveum.midpoint.task.api.test
Methods in com.evolveum.midpoint.task.api.test that return TaskExecutionStateType Modifier and Type Method Description TaskExecutionStateTypeNullTaskImpl. getExecutionState()Methods in com.evolveum.midpoint.task.api.test with parameters of type TaskExecutionStateType Modifier and Type Method Description voidNullTaskImpl. setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState) -
Uses of TaskExecutionStateType in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto with parameters of type TaskExecutionStateType Modifier and Type Method Description static TaskDtoExecutionStateTaskDtoExecutionState. fromTaskExecutionState(TaskExecutionStateType executionState, boolean running) -
Uses of TaskExecutionStateType in com.evolveum.midpoint.xml.ns._public.common.common_3
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return TaskExecutionStateType Modifier and Type Method Description static TaskExecutionStateTypeTaskExecutionStateType. fromValue(String v)TaskExecutionStateTypeTaskType. getExecutionState()TaskExecutionStateTypeTaskType. getStateBeforeSuspend()static TaskExecutionStateTypeTaskExecutionStateType. valueOf(String name)Returns the enum constant of this type with the specified name.static TaskExecutionStateType[]TaskExecutionStateType. 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 TaskExecutionStateType Modifier and Type Method Description TaskTypeTaskType. executionState(TaskExecutionStateType value)voidTaskType. setExecutionState(TaskExecutionStateType value)voidTaskType. setStateBeforeSuspend(TaskExecutionStateType value)TaskTypeTaskType. stateBeforeSuspend(TaskExecutionStateType value)
-