Uses of Enum Class
com.evolveum.midpoint.xml.ns._public.common.common_3.TaskExecutionStateType
Packages that use TaskExecutionStateType
Package
Description
-
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 TaskExecutionStateTypeModifier and TypeMethodDescriptionstatic TaskDtoExecutionState
TaskDtoExecutionState.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 TaskExecutionStateTypeModifier and TypeMethodDescriptionstatic TaskExecutionStateType
TaskType.getExecutionState()
TaskType.getStateBeforeSuspend()
static TaskExecutionStateType
Returns the enum constant of this class with the specified name.static TaskExecutionStateType[]
TaskExecutionStateType.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 TaskExecutionStateTypeModifier and TypeMethodDescriptionTaskType.executionState
(TaskExecutionStateType value) void
TaskType.setExecutionState
(TaskExecutionStateType value) void
TaskType.setStateBeforeSuspend
(TaskExecutionStateType value) TaskType.stateBeforeSuspend
(TaskExecutionStateType value)