Uses of Class
com.openkm.bean.TaskExecutionEventReportVO
-
Packages that use TaskExecutionEventReportVO Package Description com.openkm.dao -
-
Uses of TaskExecutionEventReportVO in com.openkm.dao
Methods in com.openkm.dao that return types with arguments of type TaskExecutionEventReportVO Modifier and Type Method Description List<TaskExecutionEventReportVO>ReportDao. getExecutionEventsForTaskAndDate(long taskId, Date startDate, Date endDate)Get execution events report data.
-