| Package | Description |
|---|---|
| pro.taskana | |
| pro.taskana.impl |
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport |
TaskMonitorService.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states)
Returns a
ClassificationReport grouped by classifications for a given list of Workbaskets and for
a given list of TaskStates. |
ClassificationReport |
TaskMonitorService.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states,
List<ReportLineItemDefinition> reportLineItemDefinitions)
Returns a
ClassificationReport grouped by classifications for a given list of Workbaskets, a
given list of TaskStates and a given list of ReportLineItemDefinitions. |
ClassificationReport |
TaskMonitorService.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states,
List<ReportLineItemDefinition> reportLineItemDefinitions,
boolean inWorkingDays)
Returns a
ClassificationReport grouped by classifications for a given list of Workbaskets, a
given list of TaskStates and a given list of ReportLineItemDefinitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
DetailedClassificationReport
The DetailedClassificationReport extends the ClassificationReport.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationReport |
TaskMonitorServiceImpl.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states) |
ClassificationReport |
TaskMonitorServiceImpl.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states,
List<ReportLineItemDefinition> reportLineItemDefinitions) |
ClassificationReport |
TaskMonitorServiceImpl.getClassificationReport(List<Workbasket> workbaskets,
List<TaskState> states,
List<ReportLineItemDefinition> reportLineItemDefinitions,
boolean inWorkingDays) |
Copyright © 2018. All rights reserved.