Class DetailedClassificationRow
java.lang.Object
pro.taskana.monitor.api.reports.row.SingleRow<I>
pro.taskana.monitor.api.reports.row.FoldableRow<DetailedMonitorQueryItem>
pro.taskana.monitor.api.reports.row.DetailedClassificationRow
- All Implemented Interfaces:
Row<DetailedMonitorQueryItem>
Represents a single Row inside ClassificationReport.DetailedClassificationReport.
The collapsing criteria is the attachement key of each DetailedMonitorQueryItem.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Row<DetailedMonitorQueryItem>getFoldableRow(String key) Methods inherited from class pro.taskana.monitor.api.reports.row.FoldableRow
addItem, getFoldableRowCount, getFoldableRowKeySet, getFoldableRows, setDisplayName, toString, updateTotalValueMethods inherited from class pro.taskana.monitor.api.reports.row.SingleRow
getCells, getDisplayName, getKey, getTotalValue
-
Constructor Details
-
DetailedClassificationRow
-
-
Method Details
-
getFoldableRow
- Overrides:
getFoldableRowin classFoldableRow<DetailedMonitorQueryItem>
-
buildRow
- Specified by:
buildRowin classFoldableRow<DetailedMonitorQueryItem>
-