Uses of Interface
pro.taskana.monitor.api.reports.row.Row
-
Packages that use Row Package Description pro.taskana.monitor.api.reports pro.taskana.monitor.api.reports.row -
-
Uses of Row in pro.taskana.monitor.api.reports
Methods in pro.taskana.monitor.api.reports that return Row Modifier and Type Method Description Row<I>Report. createRow(String key)protected Row<I>Report. createRow(String key, int columnSize)Row<I>Report. getRow(String key)Row<I>Report. getSumRow()Methods in pro.taskana.monitor.api.reports that return types with arguments of type Row Modifier and Type Method Description Map<String,Row<I>>Report. getRows() -
Uses of Row in pro.taskana.monitor.api.reports.row
Classes in pro.taskana.monitor.api.reports.row that implement Row Modifier and Type Class Description classDetailedClassificationRowRepresents a single Row insideClassificationReport.DetailedClassificationReport.classFoldableRow<I extends QueryItem>The FoldableRow extends theSingleRow.classSingleRow<I extends QueryItem>A SingleRow represents a single row in aReport.classTimestampRowA single Row inside theTimestampReport.static classTimestampRow.OrgLevel1RowRow inside theTimestampReportcontaining the information regarding a specific org level 1.static classTimestampRow.OrgLevel2RowRow inside theTimestampReportcontaining the information regarding a specific org level 2.static classTimestampRow.OrgLevel3RowRow inside theTimestampReportcontaining the information regarding a specific org level 3.Methods in pro.taskana.monitor.api.reports.row that return Row Modifier and Type Method Description protected Row<DetailedMonitorQueryItem>DetailedClassificationRow. buildRow(String key, int columnSize)protected abstract Row<I>FoldableRow. buildRow(String key, int columnSize)protected Row<TimestampQueryItem>TimestampRow.OrgLevel3Row. buildRow(String key, int columnSize)Row<I>FoldableRow. getFoldableRow(String key)Methods in pro.taskana.monitor.api.reports.row that return types with arguments of type Row Modifier and Type Method Description Map<String,Row<I>>FoldableRow. getFoldableRows()
-