| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl | |
| pro.taskana.model.mappings |
| Modifier and Type | Method and Description |
|---|---|
List<DueWorkbasketCounter> |
TaskMonitorService.getTaskCountByWorkbasketAndDaysInPastAndState(long daysInPast,
List<TaskState> states)
Count all Tasks for all work basket objects where the due date is after "daysInPast" days from today in the past
and the tasks are in specified states.
|
| Modifier and Type | Method and Description |
|---|---|
List<DueWorkbasketCounter> |
TaskMonitorServiceImpl.getTaskCountByWorkbasketAndDaysInPastAndState(long daysInPast,
List<TaskState> states) |
| Modifier and Type | Method and Description |
|---|---|
List<DueWorkbasketCounter> |
TaskMonitorMapper.getTaskCountByWorkbasketIdAndDaysInPastAndState(Date fromDate,
List<TaskState> states) |
List<DueWorkbasketCounter> |
TaskMapper.getTaskCountByWorkbasketIdAndDaysInPastAndState(Date fromDate,
List<TaskState> states) |
Copyright © 2018. All rights reserved.