| Methods in org.jbpm.console.ng.ht.service that return types with arguments of type Day |
Map<Day,List<TaskSummary>> |
TaskServiceEntryPoint.getTasksAssignedAsPotentialOwnerFromDateToDateByDays(String userId,
Date from,
int nrOfDaysTotal,
String language)
|
Map<Day,List<TaskSummary>> |
TaskServiceEntryPoint.getTasksAssignedAsPotentialOwnerFromDateToDateByDays(String userId,
List<String> strStatuses,
Date from,
int nrOfDaysTotal,
String language)
|
Map<Day,List<TaskSummary>> |
TaskServiceEntryPoint.getTasksAssignedFromDateToDateByGroupsByDays(String userId,
List<String> groupIds,
Date from,
int nrOfDaysTotal,
String language)
Gets the mapping 'Day -> list of assigned groups tasks' starting from specified day and for specified number of
days. |
Map<Day,List<TaskSummary>> |
TaskServiceEntryPoint.getTasksOwnedFromDateToDateByDays(String userId,
List<String> strStatuses,
Date from,
int nrOfDaysTotal,
String language)
Gets the mapping 'Day -> list of owned tasks' starting from specified dayand for specified number of days. |