Uses of Class
com.morpheusdata.model.ReportResult
Packages that use ReportResult
-
Uses of ReportResult in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ReportResultModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusReportService.appendResultRows(ReportResult reportResult, Collection<ReportResultRow> rows) Saves new result rows against aReportResult.io.reactivex.rxjava3.core.CompletableMorpheusReportService.updateReportResultStatus(ReportResult reportResult, ReportResult.Status status) Updates the status of theReportResult. -
Uses of ReportResult in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type ReportResultModifier and TypeMethodDescriptionvoidReportProvider.process(ReportResult reportResult) The primary entrypoint for generating a report.ReportProvider.renderTemplate(ReportResult reportResult, Map<String, List<ReportResultRow>> reportRowsBySection) Presents the HTML Rendered output of a report. -
Uses of ReportResult in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ReportResultMethods in com.morpheusdata.model that return ReportResultMethods in com.morpheusdata.model with parameters of type ReportResultModifier and TypeMethodDescriptionvoidReportResultRow.setReportResult(ReportResult reportResult)