Changes to jobs

This commit is contained in:
Alex Huang 2012-09-05 14:17:35 -07:00
parent b532bb994d
commit 07728b4c3c
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ public interface OperationsServices {
List<AsyncJob> listJobsInProgress();
List<AsyncJob> listJobsCompleted();
List<AsyncJob> listJobsCompleted(Long from);
List<AsyncJob> listJobsInWaiting();