Uses of Class
com.morpheusdata.model.ReportResultRow
Packages that use ReportResultRow
-
Uses of ReportResultRow in com.morpheusdata.core
Method parameters in com.morpheusdata.core with type arguments of type ReportResultRowModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusReportService.appendResultRows(ReportResult reportResult, Collection<ReportResultRow> rows) Saves new result rows against aReportResult. -
Uses of ReportResultRow in com.morpheusdata.core.providers
Method parameters in com.morpheusdata.core.providers with type arguments of type ReportResultRowModifier and TypeMethodDescriptionReportProvider.renderTemplate(ReportResult reportResult, Map<String, List<ReportResultRow>> reportRowsBySection) Presents the HTML Rendered output of a report.