In master branch , it seems that a TasksAdmin interface is added . This interface can be created by the TaskSessionFactory and has the followings methods that seems can achieve your purpose :
- public List<TaskSummary> getCompletedTasks();
- public List<TaskSummary> getCompletedTasks(Date since);
- public List<TaskSummary> getArchivedTasks();