Uses of Interface
io.revealbi.core.IRVDashboardProvider
Packages that use IRVDashboardProvider
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IRVDashboardProvider in io.revealbi.core
Classes in io.revealbi.core that implement IRVDashboardProviderModifier and TypeClassDescriptionclassDefault file system based implementation ofIRVDashboardProviderloading/saving .rdash files from a specified (through the constructor) directory.Methods in io.revealbi.core with parameters of type IRVDashboardProviderModifier and TypeMethodDescriptionRevealServerBuilder.setDashboardProvider(IRVDashboardProvider dashboardProvider) The dashboard provider, used to load and save dashboards. -
Uses of IRVDashboardProvider in io.revealbi.core.impl
Constructors in io.revealbi.core.impl with parameters of type IRVDashboardProviderModifierConstructorDescriptionRevealServer(RevealSettings settings, IRVAuthenticationProvider authenticationProvider, IRVDashboardProvider dashboardProvider, IRVDataSourceProvider dataSourceProvider, IRVDataProvider dataProvider, IRVObjectFilter objectFilter, IRVDataModelProvider dataModelProvider, IRVSystemUserContextProvider systemUserContextProvider)