Uses of Class
io.revealbi.core.data.RVDashboardDataSource
Packages that use RVDashboardDataSource
-
Uses of RVDashboardDataSource in io.revealbi.core.data
Subclasses of RVDashboardDataSource in io.revealbi.core.dataModifier and TypeClassDescriptionclassAbstract base class for Microsoft Analysis Services (MS SSAS) data sources.classAmazon Athena data sourceclassMicrosoft Azure Analysis Services data source.classAzure CosmosDB data source.classAzure SQL Server data sourceclassAzure Synapse data source.classBigQuery data source.classBox (box.net) data source.classClickHouse data source.classThe data source object used to represent the CSV data source, there are no additional properties in this class as all relevant information is specified in theRVCsvDataSourceItemobject.classDatabricks data source.classDropbox data source.classDynamics CRM data source, specifies the URL to the server.classElasticsearch data source.classThe data source object used to represent the Excel data source, there are no additional properties in this class as all relevant information is specified in theRVExcelDataSourceItemobject.classGoogle Analytics 4 data source.classGoogle Drive data source.classGoogle Search Console data source.classThe data source object used to represent the Google sheet data source, there are no additional properties in this class as all relevant information is specified in theRVGoogleSheetDataSourceItemobject.classMicrosoft Analysis Services (MS SSAS) HTTP connection data sourceclassHubSpot data source.classThe data source object used to represent the in-memory data source, there are no additional properties in this class as all relevant information is specified in theRVInMemoryDataSourceItemobject.classThe data source object used to represent the JSON data source, there are no additional properties in this class as all relevant information is specified in theRVJsonDataSourceItemobject.classThe data source object used to represent the local files data source, there are no additional properties in this class as all relevant information is specified in theRVLocalFileDataSourceItemobject.classMarketo data source, configures the URL to get data from.classMongoDB data sourceclassMySQL data source.classMicrosoft Analysis Services (MS SSAS) TCP connection data source.classOData data source, configures the URL to get data from.classOneDrive data source.classAbstract base class for Oracle data sources.classOracle data source, it adds the Service name property to the base properties inRVOracleDataSource.classOracle data source, it adds the SID property to the base properties inRVOracleDataSource.classPostgreSQL data source, it adds database name and schema properties to the base properties inRVSqlPDSDataSource.classQuickBooks data sourceclassAmazon Redshift data source, it adds the database name property to the base properties inRVSqlBasedDataSource.classMicrosoft Reporting Services (MS SSRS) data sourceclassREST API data source, configures the URL to get data from, HTTP method to use and optionally headers and body to send in the request.classAmazon S3 data source.classSharepoint data source, contains the URL to the Sharepoint site to use.classSnowflake data source.classThe base data source class used to represent a connection to one of the supported database systems.classBase class for SQL-based data sources supporting "Server-side Processing".classMicrosoft SQL Server data source, it adds the database name property to the base properties inRVSqlBasedDataSource.classSybase data source, it adds the database name property to the base properties inRVSqlBasedDataSource.classWeb resource data source, used to download files from HTTP URL's using GET method.Methods in io.revealbi.core.data that return RVDashboardDataSourceModifier and TypeMethodDescriptionIRVDataSourceProvider.changeDataSource(IRVUserContext userContext, RVDashboardDataSource dataSource) This method can be used to replace a data source, returningnullindicates Reveal to use the original data source.RVDataSourceItem.getDataSource()Reference to the data source object this item belongs to.protected RVDashboardDataSourceRVDataSourceItem.setDataSource(RVDashboardDataSource value) Reference to the data source object this item belongs to.Methods in io.revealbi.core.data with parameters of type RVDashboardDataSourceModifier and TypeMethodDescriptionIRVDataSourceProvider.changeDataSource(IRVUserContext userContext, RVDashboardDataSource dataSource) This method can be used to replace a data source, returningnullindicates Reveal to use the original data source.IRVAuthenticationProvider.resolveCredentials(IRVUserContext userContext, RVDashboardDataSource dataSource) Returns the credentials to use for this data source,nullmeans there are no credentials associated and the data loading process will fail.protected RVDashboardDataSourceRVDataSourceItem.setDataSource(RVDashboardDataSource value) Reference to the data source object this item belongs to.Constructors in io.revealbi.core.data with parameters of type RVDashboardDataSourceModifierConstructorDescriptionRVDataSourceItem(RVDashboardDataSource dataSource) RVResourceBasedDataSourceItem(RVDashboardDataSource dataSource, IRVResourceItem resourceItem) protectedRVSqlBasedDataSourceItem(RVDashboardDataSource dataSource) -
Uses of RVDashboardDataSource in io.revealbi.core.impl.serializers
Methods in io.revealbi.core.impl.serializers that return RVDashboardDataSourceMethods in io.revealbi.core.impl.serializers with parameters of type RVDashboardDataSourceModifier and TypeMethodDescriptionDashboardDataSourceSerializer.serialize(RVDashboardDataSource dataSource)