Uses of Class
io.revealbi.core.CsvExportOptions
Packages that use CsvExportOptions
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of CsvExportOptions in io.revealbi.core
Methods in io.revealbi.core with parameters of type CsvExportOptionsModifier and TypeMethodDescriptionIDashboardExporter.exportToCsv(String dashboardId, IRVUserContext userContext, CsvExportOptions options) Exports a dashboard to CSV.IDashboardExporter.exportToCsv(String dashboardId, String filePath, IRVUserContext userContext, CsvExportOptions options) Exports a dashboard to CSV. -
Uses of CsvExportOptions in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type CsvExportOptionsModifier and TypeMethodDescriptionDefaultDashboardExporter.exportToCsv(String dashboardId, IRVUserContext userContext, CsvExportOptions options) DefaultDashboardExporter.exportToCsv(String dashboardId, String filePath, IRVUserContext userContext, CsvExportOptions options)