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 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 TaskExecutionStateTypeModifier and TypeMethodDescriptionstatic TaskExecutionStateTypeTaskType.getExecutionState()TaskType.getStateBeforeSuspend()static TaskExecutionStateTypeReturns 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) voidTaskType.setExecutionState(TaskExecutionStateType value) voidTaskType.setStateBeforeSuspend(TaskExecutionStateType value) TaskType.stateBeforeSuspend(TaskExecutionStateType value)