Uses of Class
pro.taskana.monitor.api.reports.row.SingleRow
-
Packages that use SingleRow Package Description pro.taskana.monitor.api.reports.row -
-
Uses of SingleRow in pro.taskana.monitor.api.reports.row
Subclasses of SingleRow in pro.taskana.monitor.api.reports.row Modifier and Type Class Description classDetailedClassificationRowRepresents a single Row inside ClassificationReport.DetailedClassificationReport.classFoldableRow<I extends QueryItem>The FoldableRow extends the SingleRow.classTimestampRowA single Row inside the TimestampReport.static classTimestampRow.OrgLevel1RowRow inside the TimestampReport containing the information regarding a specific org level 1.static classTimestampRow.OrgLevel2RowRow inside the TimestampReport containing the information regarding a specific org level 2.static classTimestampRow.OrgLevel3RowRow inside the TimestampReport containing the information regarding a specific org level 3.Methods in pro.taskana.monitor.api.reports.row that return SingleRow Modifier and Type Method Description SingleRow<DetailedMonitorQueryItem>DetailedClassificationRow. getFoldableRow(String key)SingleRow<TimestampQueryItem>TimestampRow.OrgLevel3Row. getFoldableRow(String key)
-