Package | Description |
---|---|
org.jbpm.console.ng.ht.service |
Modifier and Type | Method and Description |
---|---|
Map<Day,List<TaskSummary>> |
TaskServiceEntryPoint.getTasksAssignedAsPotentialOwnerFromDateToDateByDays(String userId,
List<String> strStatuses,
Date from,
int nrOfDaysTotal,
String language) |
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. |
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.