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.dtoMethods in com.evolveum.midpoint.web.page.admin.server.dto that return TaskDtoExecutionState Modifier and Type Method Description static TaskDtoExecutionStateTaskDtoExecutionState. fromTaskExecutionState(TaskExecutionStateType executionState, boolean running)static TaskDtoExecutionStateTaskDtoExecutionState. 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.
 
-