Uses of Class
com.openkm.bean.TaskExecution
-
Packages that use TaskExecution Package Description com.openkm.dao com.openkm.service -
-
Uses of TaskExecution in com.openkm.dao
Methods in com.openkm.dao that return TaskExecution Modifier and Type Method Description TaskExecutionTaskDao. getTaskExecutionById(String taskExecutionId)Get task execution by id.Methods in com.openkm.dao that return types with arguments of type TaskExecution Modifier and Type Method Description List<TaskExecution>TaskDao. getExecutions(long taskId)Get executions for a task. -
Uses of TaskExecution in com.openkm.service
Methods in com.openkm.service that return TaskExecution Modifier and Type Method Description TaskExecutionTaskService. getTaskExecutionById(String id)Load a task execution by id.Methods in com.openkm.service that return types with arguments of type TaskExecution Modifier and Type Method Description List<TaskExecution>TaskService. getExecutions(long id)Get executions for a task.
-