Uses of Enum Class
io.revealbi.core.ExportFormat
Packages that use ExportFormat
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of ExportFormat in io.revealbi.core
Methods in io.revealbi.core that return ExportFormatModifier and TypeMethodDescriptionstatic ExportFormatReturns the enum constant of this class with the specified name.static ExportFormat[]ExportFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.revealbi.core with parameters of type ExportFormatModifier and TypeMethodDescriptionIDashboardExporter.export(ExportFormat format, String dashboardId) Exports a dashboard to a specific formatIDashboardExporter.export(ExportFormat format, String dashboardId, IRVUserContext userContext, IExportOptions options) Exports a dashboard to a specific formatIDashboardExporter.export(ExportFormat format, String dashboardId, String filePath) Exports a dashboard to a specific formatIDashboardExporter.export(ExportFormat format, String dashboardId, String filePath, IRVUserContext userContext, IExportOptions options) Exports a dashboard to a specific format -
Uses of ExportFormat in io.revealbi.core.impl.exporter
Methods in io.revealbi.core.impl.exporter with parameters of type ExportFormatModifier and TypeMethodDescriptionDefaultDashboardExporter.export(ExportFormat format, String dashboardId) DefaultDashboardExporter.export(ExportFormat format, String dashboardId, IRVUserContext userContext, IExportOptions options) DefaultDashboardExporter.export(ExportFormat format, String dashboardId, String filePath) DefaultDashboardExporter.export(ExportFormat format, String dashboardId, String filePath, IRVUserContext userContext, IExportOptions options)