Uses of Interface
io.revealbi.core.data.IRVDataSourceProvider
Packages that use IRVDataSourceProvider
Package
Description
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
-
Uses of IRVDataSourceProvider in io.revealbi.core
Methods in io.revealbi.core with parameters of type IRVDataSourceProviderModifier and TypeMethodDescriptionRevealServerBuilder.setDataSourceProvider(IRVDataSourceProvider dataSourceProvider) The data source provider, used to replace data sources in existing dashboards when they are opened. -
Uses of IRVDataSourceProvider in io.revealbi.core.impl
Constructors in io.revealbi.core.impl with parameters of type IRVDataSourceProviderModifierConstructorDescriptionRevealServer(RevealSettings settings, IRVAuthenticationProvider authenticationProvider, IRVDashboardProvider dashboardProvider, IRVDataSourceProvider dataSourceProvider, IRVDataProvider dataProvider, IRVObjectFilter objectFilter, IRVDataModelProvider dataModelProvider, IRVSystemUserContextProvider systemUserContextProvider)