public class DetailedClassificationReport extends ClassificationReport
ClassificationReport. In contrast to the ClassificationReport
there are DetailedReportLines instead of ReportLines. That means each ReportLine contains an additional list of
ReportLines for the classifications of the attachments of the tasks. The additional addDetailedMonitoringQueryItems
method allows to add DetailedMonitorQueryItems to the DetailedClassificationReport.reportLines, sumLine| Constructor and Description |
|---|
DetailedClassificationReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDetailedMonitoringQueryItems(List<DetailedMonitorQueryItem> detailedMonitorQueryItems,
List<ReportLineItemDefinition> reportLineItemDefinitions,
boolean inWorkingDays)
Adds the information of the
DetailedMonitorQueryItems to the DetailedClassificationReport. |
addMonitoringQueryItems, createSumLine, getReportLines, getSumLine, setReportLines, setSumLinepublic void addDetailedMonitoringQueryItems(List<DetailedMonitorQueryItem> detailedMonitorQueryItems, List<ReportLineItemDefinition> reportLineItemDefinitions, boolean inWorkingDays) throws InvalidArgumentException
DetailedMonitorQueryItems to the DetailedClassificationReport.detailedMonitorQueryItems - a list of DetailedMonitorQueryItem with the information of the databasereportLineItemDefinitions - a list of ReportLineItemDefinitions that is needed to create the ReportLines.inWorkingDays - a boolean parameter that specifies whether the age of the tasks should be counted in days or in
working days.InvalidArgumentException - thrown if reportLineItemDefinitions is null and inWorkingDays is trueCopyright © 2018. All rights reserved.