Uses of Class
com.evolveum.midpoint.web.page.admin.server.dto.TaskDtoExecutionState
-
Packages that use TaskDtoExecutionState Package Description com.evolveum.midpoint.web.page.admin.server.dto -
-
Uses of TaskDtoExecutionState in com.evolveum.midpoint.web.page.admin.server.dto
Methods in com.evolveum.midpoint.web.page.admin.server.dto that return TaskDtoExecutionState Modifier and Type Method Description static TaskDtoExecutionState
TaskDtoExecutionState. fromTaskExecutionState(TaskExecutionStateType executionState, boolean running)
static TaskDtoExecutionState
TaskDtoExecutionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskDtoExecutionState[]
TaskDtoExecutionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-