Class TimestampRow.OrgLevel3Row
- 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.OrgLevel3Row
-
- All Implemented Interfaces:
Row<TimestampQueryItem>
- Enclosing class:
- TimestampRow
public static final class TimestampRow.OrgLevel3Row extends FoldableRow<TimestampQueryItem>
Row inside the TimestampReport containing the information regarding a specific org level 3.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Row<TimestampQueryItem>buildRow(String key, int columnSize)SingleRow<TimestampQueryItem>getFoldableRow(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 SingleRow<TimestampQueryItem> getFoldableRow(String key)
- Overrides:
getFoldableRowin classFoldableRow<TimestampQueryItem>
-
buildRow
protected Row<TimestampQueryItem> buildRow(String key, int columnSize)
- Specified by:
buildRowin classFoldableRow<TimestampQueryItem>
-
-