public class DetailedReportLine extends ReportLine
lineItems, totalNumberOfTasks| Constructor and Description |
|---|
DetailedReportLine() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNumberOfTasks(DetailedMonitorQueryItem item,
List<ReportLineItemDefinition> reportLineItemDefinitions)
Adds the number of tasks of the
DetailedMonitorQueryItem to the respective ReportLineItem of this
DetailedReportLine and and of the suitable sub line. |
Map<String,ReportLine> |
getDetailLines() |
void |
setDetailLines(Map<String,ReportLine> reportLines) |
addNumberOfTasks, create, getLineItems, getTotalNumberOfTasks, setLineItems, setTotalNumberOfTaskspublic Map<String,ReportLine> getDetailLines()
public void setDetailLines(Map<String,ReportLine> reportLines)
public void addNumberOfTasks(DetailedMonitorQueryItem item, List<ReportLineItemDefinition> reportLineItemDefinitions)
DetailedMonitorQueryItem to the respective ReportLineItem of this
DetailedReportLine and and of the suitable sub line.item - a DetailedMonitorQueryItem that contains the number of tasks, the age in days of these tasks
and the Classification key of the corresponding attachment.reportLineItemDefinitions - a list of ReportLineItemDefinitions that is needed to create a sub line if necessary.Copyright © 2018. All rights reserved.