Class TimestampRow.OrgLevel2Row
- java.lang.Object
-
- pro.taskana.monitor.api.reports.row.SingleRow<I>
-
- pro.taskana.monitor.api.reports.row.FoldableRow<TimestampQueryItem>
-
- pro.taskana.monitor.api.reports.row.TimestampRow.OrgLevel2Row
-
- All Implemented Interfaces:
Row<TimestampQueryItem>
- Enclosing class:
- TimestampRow
public static final class TimestampRow.OrgLevel2Row extends FoldableRow<TimestampQueryItem>
Row inside theTimestampReportcontaining the information regarding a specific org level 2.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected TimestampRow.OrgLevel3RowbuildRow(String key, int columnSize)TimestampRow.OrgLevel3RowgetFoldableRow(String key)-
Methods inherited from class pro.taskana.monitor.api.reports.row.FoldableRow
addItem, getFoldableRowCount, getFoldableRowKeySet, getFoldableRows, setDisplayName, toString, updateTotalValue
-
Methods inherited from class pro.taskana.monitor.api.reports.row.SingleRow
getCells, getDisplayName, getKey, getTotalValue
-
-
-
-
Method Detail
-
getFoldableRow
public TimestampRow.OrgLevel3Row getFoldableRow(String key)
- Overrides:
getFoldableRowin classFoldableRow<TimestampQueryItem>
-
buildRow
protected TimestampRow.OrgLevel3Row buildRow(String key, int columnSize)
- Specified by:
buildRowin classFoldableRow<TimestampQueryItem>
-
-