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.model.impl.mining.utils
Methods in com.evolveum.midpoint.model.impl.mining.utils with parameters of type TaskExecutionStateTypeModifier and TypeMethodDescriptionstatic StringRoleAnalysisUtils.updateSessionStateMessage(@NotNull TaskType taskType, TaskExecutionStateType executionState) -
Uses of TaskExecutionStateType in com.evolveum.midpoint.repo.sqale.qmodel.task
Fields in com.evolveum.midpoint.repo.sqale.qmodel.task declared as TaskExecutionStateTypeFields in com.evolveum.midpoint.repo.sqale.qmodel.task with type parameters of type TaskExecutionStateTypeModifier and TypeFieldDescriptionfinal 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 TaskExecutionStateTypeMethods in com.evolveum.midpoint.task.api with parameters of type TaskExecutionStateTypeModifier and TypeMethodDescriptionvoidRunningTask.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 TaskExecutionStateTypeMethods in com.evolveum.midpoint.task.api.test with parameters of type TaskExecutionStateTypeModifier and TypeMethodDescriptionvoidNullTaskImpl.setInitialExecutionAndScheduledState(TaskExecutionStateType executionState, TaskSchedulingStateType schedulingState) -
Uses of TaskExecutionStateType in com.evolveum.midpoint.web.page.admin.server
Methods in com.evolveum.midpoint.web.page.admin.server that return TaskExecutionStateTypeMethods in com.evolveum.midpoint.web.page.admin.server with parameters of type TaskExecutionStateTypeModifier and TypeMethodDescriptionstatic StringTaskProgressPanel.createResultIcon(TaskExecutionStateType executionState, boolean complete, OperationResultStatus status) -
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)