Uses of Class
com.openkm.bean.TaskExecutionEvent
-
Packages that use TaskExecutionEvent Package Description com.openkm.dao com.openkm.service -
-
Uses of TaskExecutionEvent in com.openkm.dao
Methods in com.openkm.dao that return types with arguments of type TaskExecutionEvent Modifier and Type Method Description List<TaskExecutionEvent>TaskDao. getExecutionEvents(long taskExecutionId)Get execution events. -
Uses of TaskExecutionEvent in com.openkm.service
Methods in com.openkm.service that return types with arguments of type TaskExecutionEvent Modifier and Type Method Description List<TaskExecutionEvent>TaskService. getExecutionEvents(long id)Get execution event from an execution.
-