A B C D E F G H I J L M N O P Q R S T V W Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addHeader(String, String) - Method in class com.infragistics.reveal.sdk.api.RVHeadersDataSourceCredentials
-
Adds a new header to this credentials object.
- ALL_TIME - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- AREA_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- AREA_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
B
- BAR_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- BAR_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- BUBBLE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- BUBBLE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- build() - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Builds the
InitializeParameter
object with all of the properties set to this builder, you can then pass the returned object toRevealEngineInitializer.initialize(InitializeParameter)
- BULLET_GRAPH - com.infragistics.reveal.sdk.api.model.RVChartType
- BULLET_GRAPH - com.infragistics.reveal.sdk.api.model.VisualizationType
C
- CANDLESTICK_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- CANDLESTICK_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- changeDataSource(IRVUserContext, RVDashboardDataSource) - Method in interface com.infragistics.reveal.sdk.api.IRVDataSourceProvider
-
This method can be used to replace a data source, returning
null
indicates Reveal to use the original data source. - changeDataSourceItem(IRVUserContext, String, RVDataSourceItem) - Method in interface com.infragistics.reveal.sdk.api.IRVDataSourceProvider
-
This method can be used to replace a data source, returning
null
indicates Reveal to use the original data source. - CHOROPLETH - com.infragistics.reveal.sdk.api.model.RVChartType
- CHOROPLETH_MAP - com.infragistics.reveal.sdk.api.model.VisualizationType
- clearFocus() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- clearFocusedRecord(ArrayList) - Static method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- COLUMN_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- COLUMN_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- com.infragistics.reveal.engine.init - package com.infragistics.reveal.engine.init
-
Reveal Engine Initialization Package, containing the classes that must be used to initialize the engine, along those classes from
com.infragistics.reveal.sdk.api
package. - com.infragistics.reveal.sdk.api - package com.infragistics.reveal.sdk.api
-
Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works.
- com.infragistics.reveal.sdk.api.model - package com.infragistics.reveal.sdk.api.model
-
Reveal API Model Package, containing the classes representing the multiple data sources supported and some other auxiliary classes.
- com.infragistics.reveal.sdk.base - package com.infragistics.reveal.sdk.base
- com.infragistics.reveal.sdk.util - package com.infragistics.reveal.sdk.util
- COMBO_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- COMPOSITE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- copyStream(InputStream, OutputStream) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- CUSTOM_RANGE - com.infragistics.reveal.sdk.api.model.RVDateFilterType
D
- DATA - com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
- DATE - com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
- DATE_TIME - com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
- DIY - com.infragistics.reveal.sdk.api.model.RVChartType
- DocumentExportOptions - Class in com.infragistics.reveal.sdk.api
- DocumentExportOptions() - Constructor for class com.infragistics.reveal.sdk.api.DocumentExportOptions
- DocumentExportOptions(IExportOptions) - Constructor for class com.infragistics.reveal.sdk.api.DocumentExportOptions
- DoNotInclude - com.infragistics.reveal.sdk.api.ExcelVisualizationMode
- DoNotInclude - com.infragistics.reveal.sdk.api.ExportExcelVisualization
- DOUGHNUT_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- DOUGHNUT_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
E
- encode(IRVUserContext, RVDashboardDataSource) - Method in interface com.infragistics.reveal.sdk.api.IRVObjectEncoder
-
Used to encode the information of a Datasource returned to the client.
- encode(IRVUserContext, RVDataSourceItem) - Method in interface com.infragistics.reveal.sdk.api.IRVObjectEncoder
-
Used to encode the information of a DatasourceItem returned to the client.
- encodePathSegment(String) - Static method in class com.infragistics.reveal.sdk.util.RVModelUtilities
-
Encodes the given value to be used as a path segment in a URI.
- encodeQueryParam(String) - Static method in class com.infragistics.reveal.sdk.util.RVModelUtilities
-
Encodes the given value to be used as a query parameter in a URI.
- Excel - com.infragistics.reveal.sdk.api.ExportFormat
- ExcelExportOptions - Class in com.infragistics.reveal.sdk.api
-
Contains Excel configuration for exporting a dashboard.
- ExcelExportOptions() - Constructor for class com.infragistics.reveal.sdk.api.ExcelExportOptions
- excelVisualization - Variable in class com.infragistics.reveal.sdk.api.ExcelExportOptions
- ExcelVisualizationMode - Enum in com.infragistics.reveal.sdk.api
- export(ExportFormat, String, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to a specific format
- export(ExportFormat, String, IRVUserContext, IExportOptions, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to a specific format
- export(ExportFormat, String, String, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to a specific format
- export(ExportFormat, String, String, IRVUserContext, IExportOptions, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to a specific format
- ExportCallback - Interface in com.infragistics.reveal.sdk.api
- ExportExcelVisualization - Enum in com.infragistics.reveal.sdk.api
- ExportFormat - Enum in com.infragistics.reveal.sdk.api
- ExportOptions - Class in com.infragistics.reveal.sdk.api
- ExportOptions() - Constructor for class com.infragistics.reveal.sdk.api.ExportOptions
- ExportOptions(IExportOptions) - Constructor for class com.infragistics.reveal.sdk.api.ExportOptions
- ExportStreamCallback - Interface in com.infragistics.reveal.sdk.api
- exportToExcel(String, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Excel.
- exportToExcel(String, IRVUserContext, ExcelExportOptions, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Excel.
- exportToExcel(String, String, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Excel.
- exportToExcel(String, String, IRVUserContext, ExcelExportOptions, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Excel.
- exportToPdf(String, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Pdf.
- exportToPdf(String, IRVUserContext, PdfExportOptions, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Pdf.
- exportToPdf(String, String, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Pdf.
- exportToPdf(String, String, IRVUserContext, PdfExportOptions, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to Pdf.
- exportToPowerPoint(String, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to PowerPoint.
- exportToPowerPoint(String, IRVUserContext, PowerPointExportOptions, ExportStreamCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to PowerPoint.
- exportToPowerPoint(String, String, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to PowerPoint.
- exportToPowerPoint(String, String, IRVUserContext, PowerPointExportOptions, ExportCallback) - Method in interface com.infragistics.reveal.sdk.api.IDashboardExporter
-
Exports a dashboard to PowerPoint.
F
- filter(IRVUserContext, RVDashboardDataSource) - Method in interface com.infragistics.reveal.sdk.api.IRVObjectFilter
-
Used to filter DataSources to be returned to the client.
- filter(IRVUserContext, RVDataSourceItem) - Method in interface com.infragistics.reveal.sdk.api.IRVObjectFilter
-
Used to filter DataSourceItems to be returned to the client.
- FORM - com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
- fromJsonString(String) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- FUNNEL_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- FUNNEL_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
G
- getAccount() - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
- getAccountId() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSourceItem
-
Account identifier to get data from.
- getAssetContentType() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Content-type of the item.
- getAuthenticationMethod() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointDataSource
-
The authentication method to use when connecting to Sharepoint.
- getAuthor() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- getAuthor() - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- getAWSAccountId() - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSource
-
Only for internal use.
- getBody() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Body to send, expected to be used only with POST and PUT methods.
- getBrandGreenColor() - Method in interface com.infragistics.reveal.sdk.api.IDashboardTheme
- getBrandingColor() - Method in interface com.infragistics.reveal.sdk.api.IDashboardTheme
- getBrandRedColor() - Method in interface com.infragistics.reveal.sdk.api.IDashboardTheme
- getCatalog() - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSource
-
The name of the catalog (database) to use.
- getCatalog() - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSourceItem
-
The name of the catalog (database) containing the cube.
- getClassesToRegister() - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
-
Returns a set with all JAX-RS resource classes required for Reveal Engine, this might be required to run Reveal inside some containers like Spring Boot.
- getColor() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- getColor() - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- getColumnLabel() - Method in class com.infragistics.reveal.sdk.api.model.RVDataCell
-
The label of the column this cell belongs to.
- getColumnName() - Method in class com.infragistics.reveal.sdk.api.model.RVDataCell
-
The name of the column this cell belongs to.
- getCompany() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- getCompany() - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- getConfig() - Method in class com.infragistics.reveal.sdk.api.model.RVJsonDataSourceItem
-
The configuration of the JSON parser.
- getContentType() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Content type of the body, only used when
RVRESTDataSource.getBody()
is not empty. - getCreatedBy() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
-
Deprecated.use
DocumentExportOptions.getAuthor()
instead. - getCreatedBy() - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.
- getCredentialsById(IRVUserContext, String) - Method in interface com.infragistics.reveal.sdk.api.IRVAuthenticationResolver
- getCube() - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSourceItem
-
Name of the cube to use
- getCustomQuery() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- getCustomQuery() - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- getCustomQuery() - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Custom query to use when getting data from Dynamics CRM.
- getCustomQuery() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- getDashboard(IRVUserContext, String) - Method in interface com.infragistics.reveal.sdk.api.IRVDashboardProvider
-
Loads the dashboard with the given dashboardId for the given user.
- getDashboardDocument(InputStream) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- getDashboardExporter() - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
- getDashboardFromJsonString(String) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- getDashboardSummary(RVDashboardDocument) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- getDashboardSummary(InputStream) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- getData() - Method in interface com.infragistics.reveal.sdk.api.IRVInMemoryData
- getData(IRVUserContext, RVInMemoryDataSourceItem) - Method in interface com.infragistics.reveal.sdk.api.IRVDataProvider
-
Returns the in-memory data for this data source, you can use the
RVInMemoryDataSourceItem.getDatasetId()
property to know what dataset to return. - getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVMySqlDataSource
-
Name of the database to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVOracleDataSource
-
Name of the database to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
-
Name of the datase to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSource
-
Name of the database to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
-
Name of the database to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
Name of the database to connect to, optional as this value is usually specified in the data source object.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
Name of the database to connect to.
- getDatabase() - Method in class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSource
-
Name of the database to connect to.
- getDataCatalog() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
- getDatasetId() - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
BigQuery dataset.
- getDatasetId() - Method in class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
String identifying this in-memory dataset, it might be used to decide what data to return.
- getDataSource() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Reference to the data source object this item belongs to.
- getDateFormat() - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
Optional date format to use when parsing/detecting date columns, if not specified Reveal will try to infer the date format to use for each column (if it detects the column is a date, date time or time column).
- getDefaultCurrencySymbol() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDefaultDateFormat() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDefaultDateTimeFormat() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDefaultDecimalPlaces() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDefaultLargeNumbersFormat() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDefaultRefreshRate() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g.
- getDefaultRefreshRate() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g.
- getDefaultTimeFormat() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getDescription() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Description of this data source item.
- getDimensions() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Names of the dimensions to request, comma separated.
- getDomain() - Method in class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
- getDynamic() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
- getEncoding() - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
The encoding to use, if not specified Reveal will try to detect it automatically.
- getEncrypt() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
If not null, the Encrypt flag will be set in the connection string to the specified value.
- getEndDate() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
End date to use when requesting data.
- getEndDate() - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
End date to use when requesting data.
- getEndDate() - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
End date to use when requesting data.
- getEntity() - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Name of the entity to use.
- getEntity() - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
Entity to retrieve data from.
- getEntity() - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
Entity to retrieve data from.
- getEntity() - Method in class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSourceItem
-
QuickBooks Entity.
- getEntityType() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
- getExcelVisualization() - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.this method is not longer used and will be removed in future versions. Please use getVisualizationMode instead.
- getFieldName() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getFilters() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Optional filters string as specified by Google Analytics, this value is sent as-is in the "filters" parameter.
- getFirstRowContainsLabels() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
If you set this flag to
false
the columns will be automatically named as 'COL1', 'COL2', etc. - getFolderRelativePath() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Path relative to the folder containing the item.
- getFormattedValue() - Method in class com.infragistics.reveal.sdk.api.model.RVDataCell
-
The formatted value of the cell.
- getFrom() - Method in class com.infragistics.reveal.sdk.api.model.RVDateRange
- getFunctionName() - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
(Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
- getFunctionName() - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
(Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
- getFunctionParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
Parameters to be passed to the function, if there is such specified in
RVPostgresDataSourceItem.getFunctionName()
. - getFunctionParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
Parameters to be passed to the function, if there is such specified in
RVRedshiftDataSourceItem.getFunctionName()
. - getFunctionQName() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
- getHeaders() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
List of headers to send in the request, each string in this list is expected to be a string in the format name=value.
- getHeaders() - Method in class com.infragistics.reveal.sdk.api.RVHeadersDataSourceCredentials
- getHost() - Method in class com.infragistics.reveal.sdk.api.model.RVNativeAnalysisServicesDataSource
-
Hostname or IP address of the server
- getHost() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
Host name or IP address to connect to.
- getId() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The ID of the data source.
- getId() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardFilter
-
The ID of the filter.
- getId() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name.
- getId() - Method in class com.infragistics.reveal.sdk.api.model.RVVisualization
-
The ID of the visualization.
- getId() - Method in class com.infragistics.reveal.sdk.api.VisualizationExport
- getIdentifier() - Method in class com.infragistics.reveal.sdk.api.model.RVBoxDataSourceItem
-
Identifier of the file referenced by this item.
- getIdentifier() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleDriveDataSourceItem
-
Google Drive identifier of the file referenced by this item.
- getIdentifier() - Method in class com.infragistics.reveal.sdk.api.model.RVOneDriveDataSourceItem
-
Identifier of the file in OneDrive.
- getIdentifiers() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Profile identifiers to get data from.
- getIndex() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getIsFocused() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getIsFolder() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Is this single item a folder?.
- getIsLandscape() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- getIsLandscape() - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- getIsLibrary() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
Is this list a document library?
- getKey() - Method in class com.infragistics.reveal.sdk.api.RVAmazonWebServicesCredentials
- getLabel() - Method in class com.infragistics.reveal.sdk.api.model.RVFilterValue
- getLabel() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getLabel() - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- getLabelCenterX() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getLabelCenterY() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getLabelFontSize() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getLeftAxisMaxValue() - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- getLeftAxisMinValue() - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- getLengthX() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelRange
- getLengthY() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelRange
- getListItemId() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Identification of the single item in the list.
- getListItemUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
URL to the single item.
- getListName() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
The title of the list (not the GUID!).
- getListName() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Name of the list.
- getListUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
URL to the list.
- getLocationX() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelRange
- getLocationY() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelRange
- getLogo() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- getLogo() - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- getMappingKey() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getMarkerColor() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getMarkerInside() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getMarkerLinePoints() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getMaxCacheAge() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getMaxCacheAge() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getMaxCells() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getMaxCells() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getMethod() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
HTTP method to use, it defaults to GET.
- getMetrics() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Names of the metrics to request, comma separated.
- getName() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getName() - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- getNamedRange() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Named range to get data from, it's optional and if no specified the sheet specified in
RVExcelDataSourceItem.getSheet()
will be used. - getNeutralColor() - Method in interface com.infragistics.reveal.sdk.api.IDashboardTheme
- getObjectEncoder() - Method in class com.infragistics.reveal.engine.init.InitializeParameter
- getObjectFilter() - Method in class com.infragistics.reveal.engine.init.InitializeParameter
- getOrganization() - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Name of the organization to use.
- getOutputLocation() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
- getParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
Parameters for the in-memory data source.
- getParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
- getParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSourceItem
-
Values for the parameters specified in the data source
RVRESTDataSource.getUrl()
property. - getPassword() - Method in class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
- getPath() - Method in class com.infragistics.reveal.sdk.api.model.RVDropboxDataSourceItem
-
Path to the file in Dropbox account.
- getPath() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
-
Path in the server, used only when SSRS is running integrated into Sharepoint.
- getPath() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
-
Path to the report.
- getPath() - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSourceItem
-
S3 path for the file represented by this item.
- getPivotTable() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
- getPort() - Method in class com.infragistics.reveal.sdk.api.model.RVNativeAnalysisServicesDataSource
-
TCP port where the server is accepting connections, 2383 is the default port for SSAS.
- getPort() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
TCP Port to connect to.
- getPoweredBy() - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
-
Deprecated.use
DocumentExportOptions.setCompany(String)
instead. - getPoweredBy() - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
- getProcedure() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.
- getProcedureParameters() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
Parameters to be passed to the stored procedure, if there is such specified in
RVSqlServerDataSourceItem.getProcedure()
. - getProcessDataOnServer() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSourceItem
-
Configures if the "Process Data on Server" option is turned on for this item (table or view), defaults to
true
. - getProcessDataOnServerDefaultValue() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
Sets the default value for "Process Data on Server" option for this data source, the end user can still change the value, unless
RVSqlPDSDataSource.setProcessDataOnServerReadOnly(boolean)
istrue
. - getProcessDataOnServerReadOnly() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
When set to
true
the user will not be allowed to change the value for "Process Data on Server" option and the default value will be used. - getProjectId() - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSource
-
BigQuery ProjectId.
- getProjectId() - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
BigQuery ProjectId.
- getProperties() - Method in interface com.infragistics.reveal.sdk.api.IRVUserContext
- getProperties() - Method in class com.infragistics.reveal.sdk.api.RVJDBCPropertiesCredentials
- getProperties() - Method in class com.infragistics.reveal.sdk.base.RVUserContext
- getProperty(String) - Method in class com.infragistics.reveal.sdk.base.RVUserContext
-
Returns the value for the given property or null if no property with that name is found.
- getPropertyId() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSourceItem
-
Property identifier to get data from.
- getRange() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Definition of the range to load data from in the specified sheet.
- getRealmId() - Method in class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSource
-
Realm Id, the unique ID identifying a specific QuickBooks company.
- getRecordKey() - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- getRegion() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
Region for the service.
- getRegion() - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSource
-
Region for the service.
- getRenderMode() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
-
Render mode, might be data or report.
- getResource() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
The type of resource, one of "Profiles" (the list of profiles in the account) or "Report" (to get analytics data).
- getResourceItem() - Method in class com.infragistics.reveal.sdk.api.model.RVResourceBasedDataSourceItem
-
The resource item used to get the data for the referenced file, must be an item from one of the resource providers: Sharepoint, Web Resource, REST API, etc.
- getRevealSdkVersion() - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
-
Get the SDK version being used, this value can be used in a log message or for linking resources like JS files, so they are referenced with a different URL when the SDK is updated, in order to ensure new files are downloaded client side.
- getRightAxisMaxValue() - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- getRightAxisMinValue() - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- getSchema() - Method in interface com.infragistics.reveal.sdk.api.IRVInMemoryData
-
Returns the schema for this dataset, basically the list of columns (name and data type), data returned by
IRVInMemoryData.getData()
must be returned in the same order than the columns defined by this method. - getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
-
Name of the schema to use.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
Name of the schema the referenced table belongs to.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSource
-
Name of the schema to use.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
Name of the schema the referenced table belongs to.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSourceItem
-
Name of the schema the referenced table belongs to.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
Name of the schema the referenced table belongs to.
- getSchema() - Method in class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSourceItem
-
Name of the schema the referenced table belongs to.
- getSecret() - Method in class com.infragistics.reveal.sdk.api.RVAmazonWebServicesCredentials
- getSegment() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Optional segment name.
- getSeparator() - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
The separator to use, one of ',', ';', or 'TAB'.
- getSeriesColor() - Method in interface com.infragistics.reveal.sdk.api.IDashboardTheme
- getServerMode() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
- getServerUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVAzureAnalysisServicesDataSource
-
Server Url, including the 'asazure://' prefix (scheme).
- getServerVersion() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
- getService() - Method in class com.infragistics.reveal.sdk.api.model.RVOracleServiceDataSource
-
Service name to use when connecting to Oracle server.
- getSessionToken() - Method in class com.infragistics.reveal.sdk.api.RVAmazonWebServicesCredentials
- getSheet() - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Name of the sheet in the worksheet to get the data from, if not specified and
RVExcelDataSourceItem.getNamedRange()
isnull
, then the first sheet in the file will be used. - getSID() - Method in class com.infragistics.reveal.sdk.api.model.RVOracleSIDDataSource
-
SID to use when connecting to Oracle server.
- getSiteUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleSearchConsoleDataSourceItem
-
The URL of the property as defined in Search Console
- getStartDate() - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Start date to use when requesting data.
- getStartDate() - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
Start date to use when requesting data.
- getStartDate() - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
Start date to use when requesting data.
- getSubtitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The subtitle of the data source as displayed to users.
- getSubtitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The subtitle of the data source as displayed to users.
- getTable() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSourceItem
-
Table or view for this data source item.
- getTable() - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
Name of the table (or view) to get data from.
- getTable() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
Name of the table (or view) to get data from.
- getTheme() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getTheme() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getThousandsSeparator() - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- getTimeout() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getTimeout() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getTimeZone() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getTimeZone() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The title of the data source as displayed to users.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDocument
-
Returns the title of the dashboard, by retrieving the Title property.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardFilter
-
The title of the filter.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardSummary
-
Returns the title of the dashboard, by retrieving the Title property.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The title of the item, as displayed to the user, it might be for example the name of the table in a database.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.model.RVVisualization
-
The title of the visualization.
- getTitle() - Method in class com.infragistics.reveal.sdk.api.VisualizationExport
- getTo() - Method in class com.infragistics.reveal.sdk.api.model.RVDateRange
- getToken() - Method in class com.infragistics.reveal.sdk.api.RVBearerTokenDataSourceCredential
- getTrustServerCertificate() - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
- getType() - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- getUniqueIdentifier(RVDashboardDataSource) - Static method in class com.infragistics.reveal.sdk.util.RVModelUtilities
-
Returns an id that uniquely identifies the provided data source based on the provider and properties.
- getUri() - Method in class com.infragistics.reveal.sdk.api.model.RVLocalFileDataSourceItem
-
The URI referencing the file, like local://Directory/File.csv.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSource
-
Dynamics CRM base URL.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVHttpAnalysisServicesDataSource
-
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSource
-
URL to the login endpoint.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
URL to the Marketo endpoint, must match the URL specified in the
RVMarketoDataSource
data source object. - getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
-
URL to the OData entity set or function.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
-
URL to the server.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSourceItem
-
URL to the REST endpoint, must match the URL specified in the
RVRESTDataSource
data source object. - getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointDataSource
-
URL to the Sharepoint site (or sub site) to use.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSource
-
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme.
- getUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSourceItem
-
URL to use to download the file, must match the URL specified in the
RVWebResourceDataSource
data source object. - getUseAnonymousAuthentication() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- getUseAnonymousAuthentication() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- getUseAnonymousAuthentication() - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- getUseNewCharts() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getUseNewCharts() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getUsePreemptiveAuthentication() - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
- getUsePreemptiveAuthentication() - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
- getUserContext() - Method in interface com.infragistics.reveal.sdk.api.IRVUserContextProvider
-
A method that should create the user context object.
- getUserId() - Method in interface com.infragistics.reveal.sdk.api.IRVUserContext
- getUserId() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointPeopleDataSourceItem
-
Optional user id when a single user should be displayed.
- getUserId() - Method in class com.infragistics.reveal.sdk.api.RVBearerTokenDataSourceCredential
- getUserId() - Method in class com.infragistics.reveal.sdk.base.RVUserContext
-
Returns the userId for this context
- getUserLanguage() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getUserLanguage() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getUserName() - Method in class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVChartType
- getValue() - Method in class com.infragistics.reveal.sdk.api.model.RVDataCell
-
The value of the cell.
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVDateFilterType
- getValue() - Method in class com.infragistics.reveal.sdk.api.model.RVFilterValue
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.RVSharePointItemType
- getValue() - Method in enum com.infragistics.reveal.sdk.api.model.VisualizationType
- getView() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
Name of the view to use.
- getVisualizationMode() - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
- getVisualizationMode() - Method in interface com.infragistics.reveal.sdk.api.IExcelExportOptions
- getVisualizations() - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- getVisualizations() - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- getVisualizationType() - Method in class com.infragistics.reveal.sdk.api.model.RVVisualization
-
The type of the visualization, one of: CHART, GAUGE, GRID, TREE_MAP, IMAGE, JS_EXTENSION, MAP, HEAT_MAP, SINGLE_ROW, INDICATOR, INDICATOR_TARGET, SPARKLINE, PIVOT.
- getWarehouse() - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
- getWebUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
URL to the site containing the list.
- getWebUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
URL to the site containing the list.
- getWebUrl() - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointSiteDataSourceItem
-
URL to the site or sub site.
- getWorkgroup() - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
- GRID - com.infragistics.reveal.sdk.api.model.RVChartType
- GRID - com.infragistics.reveal.sdk.api.model.VisualizationType
H
- hasReadPermission(IRVUserContext, String) - Method in interface com.infragistics.reveal.sdk.api.IRVDashboardAuthorizationProvider
-
Returns true if the user identified by userId has permission to read the dashboard identified by dashboardId
- hasWritePermission(IRVUserContext, String) - Method in interface com.infragistics.reveal.sdk.api.IRVDashboardAuthorizationProvider
-
Returns true if the user identified by userId has permission to update the dashboard identified by dashboardId
- HEAT_MAP - com.infragistics.reveal.sdk.api.model.VisualizationType
I
- IDashboardExporter - Interface in com.infragistics.reveal.sdk.api
-
The interface that expose methods to allow exporting to different formats.
- IDashboardTheme - Interface in com.infragistics.reveal.sdk.api
- IDocumentExportOptions - Interface in com.infragistics.reveal.sdk.api
- IExcelExportOptions - Interface in com.infragistics.reveal.sdk.api
- IExportOptions - Interface in com.infragistics.reveal.sdk.api
- IMAGE - com.infragistics.reveal.sdk.api.model.RVChartType
- IMAGE - com.infragistics.reveal.sdk.api.model.VisualizationType
- Include - com.infragistics.reveal.sdk.api.ExcelVisualizationMode
- Include - com.infragistics.reveal.sdk.api.ExportExcelVisualization
- IncludeOnDifferentSheet - com.infragistics.reveal.sdk.api.ExcelVisualizationMode
- IncludeOnDifferentSheet - com.infragistics.reveal.sdk.api.ExportExcelVisualization
- INDICATOR - com.infragistics.reveal.sdk.api.model.RVChartType
- INDICATOR - com.infragistics.reveal.sdk.api.model.VisualizationType
- INDICATOR_TARGET - com.infragistics.reveal.sdk.api.model.RVChartType
- INDICATOR_TARGET - com.infragistics.reveal.sdk.api.model.VisualizationType
- initialize() - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
-
Default initialization method with default providers, you'll usually use
RevealEngineInitializer.initialize(com.infragistics.reveal.engine.init.InitializeParameter)
. - initialize(InitializeParameter) - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
-
Initialize the Reveal BI Engine with the specified parameter,
InitializeParameterBuilder
needs to used to build an instance ofInitializeParameter
class. - InitializeParameter - Class in com.infragistics.reveal.engine.init
-
Used to initialize the RevealEngine.
- InitializeParameterBuilder - Class in com.infragistics.reveal.engine.init
-
Builder class used to build instances of
InitializeParameter
to pass toRevealEngineInitializer.initialize(InitializeParameter)
in order to initialize the Reveal BI engine. - InitializeParameterBuilder() - Constructor for class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Creates a new instance of the builder class, used to build instances of
InitializeParameter
to pass toRevealEngineInitializer.initialize(InitializeParameter)
in order to initialize the Reveal BI engine. - IRVAuthenticationProvider - Interface in com.infragistics.reveal.sdk.api
-
The interface that must be implemented and passed to Reveal Engine initialization, that returns credentials to be used when getting data from a given data source.
- IRVAuthenticationResolver - Interface in com.infragistics.reveal.sdk.api
-
Optional interface that can be implemented and will be used only when adding data sources is enabled, when verifying connections for existing credentials this interface will be used to retrieve the account given the id.
- IRVDashboardAuthorizationProvider - Interface in com.infragistics.reveal.sdk.api
-
An optional interface to provide authorization control before actually asking the dashboard provider to read/save a dashboard, it must be implemented and passed to Reveal Engine initialization.
- IRVDashboardProvider - Interface in com.infragistics.reveal.sdk.api
-
The interface that provides loading and saving of dashboards, it must be implemented and passed to Reveal Engine initialization.
- IRVDataProvider - Interface in com.infragistics.reveal.sdk.api
-
The interface that must be implemented to return in-memory data for dashboards.
- IRVDataSourceCredential - Interface in com.infragistics.reveal.sdk.api
-
Base interface representing credentials to connect to a given data source
- IRVDataSourceProvider - Interface in com.infragistics.reveal.sdk.api
-
The interface that must be implemented to replace data sources.
- IRVInMemoryData - Interface in com.infragistics.reveal.sdk.api
-
The interface representing in-memory data to be returned by
IRVDataProvider
, please note data is returned as anIterable
, so there's no need to have all data loaded in memory. - IRVObjectEncoder - Interface in com.infragistics.reveal.sdk.api
-
Allows the encoding of information in DataSource or DataSourceItems, before returning those objects to the client.
- IRVObjectFilter - Interface in com.infragistics.reveal.sdk.api
-
Allows filtering of 'objects' (DataSource and DataSourceItems) to be returned to the client.
- IRVResourceItem - Interface in com.infragistics.reveal.sdk.api.model
-
Interface representing items used to get a file (resource) from one of the resource providers (Sharepoint, Web Resource, etc.).
- IRVRestUrlResolver - Interface in com.infragistics.reveal.sdk.api
-
Allows resolving the URL to use for a REST data source based on the data source definition and parameters entered by the user.
- IRVUserContext - Interface in com.infragistics.reveal.sdk.api
-
An interface used to identify the user, related to a particular call to the methods of
IRVDashboardProvider
,IRVAuthenticationProvider
,IRVDataProvider
and other providers. - IRVUserContextProvider - Interface in com.infragistics.reveal.sdk.api
-
Interface that can be implemented to return current user's context when a request is being processed.
- isHovered - Static variable in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- isSelected - Static variable in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
J
- JSEXTENSION - com.infragistics.reveal.sdk.api.model.VisualizationType
L
- LABEL_GAUGE - com.infragistics.reveal.sdk.api.model.RVChartType
- LABEL_GAUGE - com.infragistics.reveal.sdk.api.model.VisualizationType
- LAST_MONTH - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- LAST_WEEK - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- LAST_YEAR - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- LINE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- LINE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- LINEAR_GAUGE - com.infragistics.reveal.sdk.api.model.RVChartType
- LINEAR_GAUGE - com.infragistics.reveal.sdk.api.model.VisualizationType
- LIST - com.infragistics.reveal.sdk.api.model.RVSharePointItemType
- LIST_ITEM - com.infragistics.reveal.sdk.api.model.RVSharePointItemType
M
- MAP - com.infragistics.reveal.sdk.api.model.VisualizationType
- MONTH_TO_DATE - com.infragistics.reveal.sdk.api.model.RVDateFilterType
N
- NEXT_MONTH - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- NEXT_QUARTER - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- NEXT_YEAR - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- NUMBER - com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
O
- OFFICE365 - com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
- OHLC_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- OHLC_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- onFailure(Exception) - Method in interface com.infragistics.reveal.sdk.api.ExportCallback
- onFailure(Exception) - Method in interface com.infragistics.reveal.sdk.api.ExportStreamCallback
- onSuccess(InputStream) - Method in interface com.infragistics.reveal.sdk.api.ExportStreamCallback
- onSuccess(String) - Method in interface com.infragistics.reveal.sdk.api.ExportCallback
P
- Pdf - com.infragistics.reveal.sdk.api.ExportFormat
- PdfExportOptions - Class in com.infragistics.reveal.sdk.api
-
Contains Pdf configuration for exporting a dashboard.
- PdfExportOptions() - Constructor for class com.infragistics.reveal.sdk.api.PdfExportOptions
- PdfExportOptions(IExportOptions) - Constructor for class com.infragistics.reveal.sdk.api.PdfExportOptions
- PEOPLE - com.infragistics.reveal.sdk.api.model.RVSharePointItemType
- PIE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- PIE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- PIVOT - com.infragistics.reveal.sdk.api.model.RVChartType
- PIVOT - com.infragistics.reveal.sdk.api.model.VisualizationType
- POLAR_LINE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- PowerPoint - com.infragistics.reveal.sdk.api.ExportFormat
- PowerPointExportOptions - Class in com.infragistics.reveal.sdk.api
-
Contains PowerPoint configuration for exporting a dashboard.
- PowerPointExportOptions() - Constructor for class com.infragistics.reveal.sdk.api.PowerPointExportOptions
- PowerPointExportOptions(IExportOptions) - Constructor for class com.infragistics.reveal.sdk.api.PowerPointExportOptions
- PREVIOUS_MONTH - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- PREVIOUS_QUARTER - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- PREVIOUS_YEAR - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- PROFILES - com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
Q
- QUARTER_TO_DATE - com.infragistics.reveal.sdk.api.model.RVDateFilterType
R
- RADIAL_GAUGE - com.infragistics.reveal.sdk.api.model.RVChartType
- RADIAL_GAUGE - com.infragistics.reveal.sdk.api.model.VisualizationType
- RADIAL_LINE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- RADIAL_LINE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- RAW_DATA - com.infragistics.reveal.sdk.api.model.VisualizationType
- registerResource(Class<?>) - Static method in class com.infragistics.reveal.engine.init.RevealEngineInitializer
-
Registers a resource class to be used in the JAX-RS application used by Reveal Engine, might be useful to register filters like a CORS filter.
- REPORT - com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
- REPORT - com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
- resolveCredentials(IRVUserContext, RVDashboardDataSource) - Method in interface com.infragistics.reveal.sdk.api.IRVAuthenticationProvider
-
Returns the credentials to use for this data source,
null
means there are no credentials associated and the data loading process will fail. - resolveFocusedRecord(ArrayList) - Static method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- resolveRecordByKey(ArrayList, String) - Static method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- resolveRecordByName(ArrayList, String) - Static method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- resolveRecordNames(ArrayList) - Static method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- resolveRestUrl(IRVUserContext, RVRESTDataSourceItem) - Method in interface com.infragistics.reveal.sdk.api.IRVRestUrlResolver
-
Used to resolve the URL to use when invoking a REST data source.
- RevealEngineInitializer - Class in com.infragistics.reveal.engine.init
-
Class used to initialize the Reveal BI Engine, see
RevealEngineInitializer.initialize(InitializeParameter)
for more information. - RevealEngineInitializer() - Constructor for class com.infragistics.reveal.engine.init.RevealEngineInitializer
- RVAmazonWebServicesCredentials - Class in com.infragistics.reveal.sdk.api
-
The class used to represent authentication for AWS, like required by data sources like Athena or S3.
- RVAmazonWebServicesCredentials(String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVAmazonWebServicesCredentials
- RVAmazonWebServicesCredentials(String, String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVAmazonWebServicesCredentials
- RVAnalysisServicesDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Abstract base class for Microsoft Analysis Services (MS SSAS) data sources.
- RVAnalysisServicesDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSource
- RVAnalysisServicesDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Analysis Services (MS SSAS) item, specifies the cube to get data from.
- RVAnalysisServicesDataSourceItem(RVAnalysisServicesDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSourceItem
- RVAthenaDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Amazon Athena data source
- RVAthenaDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
- RVAthenaDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Amazon Athena data source item.
- RVAthenaDataSourceItem(RVAthenaDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVAthenaDataSourceItem
- RVAzureAnalysisServicesDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Azure Analysis Services data source.
- RVAzureAnalysisServicesDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVAzureAnalysisServicesDataSource
- RVAzureSqlDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Azure SQL Server data source
- RVAzureSqlDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVAzureSqlDataSource
- RVAzureSqlDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Azure SQL Server data source item.
- RVAzureSqlDataSourceItem(RVAzureSqlDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVAzureSqlDataSourceItem
- RVAzureSynapseDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Azure Synapse data source.
- RVAzureSynapseDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVAzureSynapseDataSource
- RVAzureSynapseDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Azure Synapse data source item.
- RVAzureSynapseDataSourceItem(RVAzureSynapseDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVAzureSynapseDataSourceItem
- RVBaseSharePointDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The base abstract class for data source items from Sharepoint.
- RVBaseSharePointDataSourceItem(RVSharePointDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVBaseSharePointDataSourceItem
- RVBearerTokenDataSourceCredential - Class in com.infragistics.reveal.sdk.api
-
The class used to represent Bearer (aka 'Token') authentication.
- RVBearerTokenDataSourceCredential(String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVBearerTokenDataSourceCredential
-
Creates credentials with the specified attributes.
- RVBigQueryDataSource - Class in com.infragistics.reveal.sdk.api.model
-
BigQuery data source.
- RVBigQueryDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSource
- RVBigQueryDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
BigQuery data source item.
- RVBigQueryDataSourceItem(RVBigQueryDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
- RVBoxDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Box (box.net) data source.
- RVBoxDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVBoxDataSource
- RVBoxDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Box data source item, referencing a file in Box (box.net).
- RVBoxDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVBoxDataSourceItem
- RVChartSettings - Class in com.infragistics.reveal.sdk.api.model
- RVChartSettings() - Constructor for class com.infragistics.reveal.sdk.api.model.RVChartSettings
- RVChartType - Enum in com.infragistics.reveal.sdk.api.model
- RVChartTypeHelper - Class in com.infragistics.reveal.sdk.api.model
- RVChartTypeHelper() - Constructor for class com.infragistics.reveal.sdk.api.model.RVChartTypeHelper
- RVCsvDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVCsvDataSourceItem
object. - RVCsvDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVCsvDataSource
- RVCsvDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The data source item used to represent a dataset from a CSV file, it includes optional settings like the separator to use when parsing the data.
- RVCsvDataSourceItem(IRVResourceItem) - Constructor for class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
Creates a new CSV item getting data from the specified resource item.
- RVDashboardDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The base class representing a data source used in a dashboard, you can see
RVDataSourceItem
for more information about the relationship between data source and data source items. - RVDashboardDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
- RVDashboardDocument - Class in com.infragistics.reveal.sdk.api.model
-
A document containing the JSON representation of a dashboard, JSON information is stored in a generic map.
- RVDashboardDocument(Map<String, Object>) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDashboardDocument
- RVDashboardFilter - Class in com.infragistics.reveal.sdk.api.model
-
Class used to represent a dashboard filter.
- RVDashboardFilter(String, String) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDashboardFilter
- RVDashboardSummary - Class in com.infragistics.reveal.sdk.api.model
-
A simplified version of a dashboard containing only the minimum information required to render a thumbnail, this object cannot be used to render dashboards.
- RVDashboardSummary(Map<String, Object>) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDashboardSummary
- RVDataCell - Class in com.infragistics.reveal.sdk.api.model
-
Class representing a cell in the visualization data, includes column name, value and formatted value.
- RVDataCell(Object, String, String, String) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDataCell
- RVDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The basic class for data source items that can be used by visualizations to get data.
- RVDataSourceItem(RVDashboardDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
- RVDateDashboardFilter - Class in com.infragistics.reveal.sdk.api.model
- RVDateDashboardFilter() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDateDashboardFilter
- RVDateFilterType - Enum in com.infragistics.reveal.sdk.api.model
- RVDateRange - Class in com.infragistics.reveal.sdk.api.model
- RVDateRange() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDateRange
- RVDateRange(Calendar, Calendar) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDateRange
- RVDropboxDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Dropbox data source.
- RVDropboxDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDropboxDataSource
- RVDropboxDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Dropbox data source item, referencing a file in Dropbox.
- RVDropboxDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDropboxDataSourceItem
- RVDynamicsCrmDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Dynamics CRM data source, specifies the URL to the server.
- RVDynamicsCrmDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSource
- RVDynamicsCrmDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Dynamics CRM data source item.
- RVDynamicsCrmDataSourceItem(RVDynamicsCrmDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
- RVExcelDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVExcelDataSourceItem
object. - RVExcelDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVExcelDataSource
- RVExcelDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The data source item used to represent a dataset from an Excel file, it includes information like the name of the sheet to get data from and the range to use when loading data.
- RVExcelDataSourceItem(IRVResourceItem) - Constructor for class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
- RVExcelRange - Class in com.infragistics.reveal.sdk.api.model
-
Class defining the range that should be used when loading data from an Excel sheet.
- RVExcelRange(int, int, int, int) - Constructor for class com.infragistics.reveal.sdk.api.model.RVExcelRange
- RVFieldEditorDefaultSettings - Class in com.infragistics.reveal.sdk.api.model
- RVFieldEditorDefaultSettings() - Constructor for class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- RVFilterValue - Class in com.infragistics.reveal.sdk.api.model
- RVFilterValue(Object, String) - Constructor for class com.infragistics.reveal.sdk.api.model.RVFilterValue
- RVGoogleAnalytics4DataSource - Class in com.infragistics.reveal.sdk.api.model
-
Google Analytics 4 data source.
- RVGoogleAnalytics4DataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSource
- RVGoogleAnalytics4DataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Google Analytics 4 data source item.
- RVGoogleAnalytics4DataSourceItem(RVGoogleAnalytics4DataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSourceItem
- RVGoogleAnalyticsDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Google Analytics data source.
- RVGoogleAnalyticsDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSource
- RVGoogleAnalyticsDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Google Analytics data source item.
- RVGoogleAnalyticsDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
- RVGoogleAnalyticsResourceType - Enum in com.infragistics.reveal.sdk.api.model
- RVGoogleDriveDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Google Drive data source.
- RVGoogleDriveDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleDriveDataSource
- RVGoogleDriveDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Google Drive data source item, referencing a file in Google Drive.
- RVGoogleDriveDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleDriveDataSourceItem
- RVGoogleSearchConsoleDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Google Search Console data source.
- RVGoogleSearchConsoleDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleSearchConsoleDataSource
- RVGoogleSearchConsoleDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Google Search Console data source item.
- RVGoogleSearchConsoleDataSourceItem(RVGoogleSearchConsoleDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleSearchConsoleDataSourceItem
- RVGoogleSheetDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVGoogleSheetDataSourceItem
object. - RVGoogleSheetDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleSheetDataSource
- RVGoogleSheetDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The data source item used to represent a dataset from a Google Sheet file, it includes information like the name of the sheet to get data from and the range to use when loading data.
- RVGoogleSheetDataSourceItem(IRVResourceItem) - Constructor for class com.infragistics.reveal.sdk.api.model.RVGoogleSheetDataSourceItem
- RVHeadersDataSourceCredentials - Class in com.infragistics.reveal.sdk.api
-
The class used to represent authentication using headers (including cookies), supported only by Web Resource and REST API data sources.
- RVHeadersDataSourceCredentials() - Constructor for class com.infragistics.reveal.sdk.api.RVHeadersDataSourceCredentials
-
Creates an empty headers credentials object, you can use
RVHeadersDataSourceCredentials.addHeader(String, String)
to add headers. - RVHeadersDataSourceCredentials(String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVHeadersDataSourceCredentials
-
Helper constructor to create a headers credentials with a single header, you can add additional headers with
RVHeadersDataSourceCredentials.addHeader(String, String)
. - RVHeadersDataSourceCredentials(Map<String, String>) - Constructor for class com.infragistics.reveal.sdk.api.RVHeadersDataSourceCredentials
-
Constructor used to indicate the headers that should be included in data requests.
- RVHttpAnalysisServicesDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Analysis Services (MS SSAS) HTTP connection data source
- RVHttpAnalysisServicesDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVHttpAnalysisServicesDataSource
- RVHubspotDataSource - Class in com.infragistics.reveal.sdk.api.model
-
HubSpot data source.
- RVHubspotDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVHubspotDataSource
- RVHubspotDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
HubSpot data source item, referencing HubSpot entity.
- RVHubspotDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
- RVInMemoryDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVInMemoryDataSourceItem
object. - RVInMemoryDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSource
- RVInMemoryDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Data source item to get in-memory data.
- RVInMemoryDataSourceItem(String) - Constructor for class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
Used to create a new in-memory item with the specified dataset id.
- RVJDBCPropertiesCredentials - Class in com.infragistics.reveal.sdk.api
- RVJDBCPropertiesCredentials(Map<String, String>) - Constructor for class com.infragistics.reveal.sdk.api.RVJDBCPropertiesCredentials
- RVJsonDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVJsonDataSourceItem
object. - RVJsonDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVJsonDataSource
- RVJsonDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The data source item used to represent a dataset from a JSON file, it includes the optional parsing configuration.
- RVJsonDataSourceItem(IRVResourceItem) - Constructor for class com.infragistics.reveal.sdk.api.model.RVJsonDataSourceItem
-
Creates a new JSON item getting data from the specified resource item.
- RVLocalFileDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The 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 the
RVLocalFileDataSourceItem
object. - RVLocalFileDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVLocalFileDataSource
- RVLocalFileDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The local file data source item, used to load files from local storage.
- RVLocalFileDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVLocalFileDataSourceItem
- RVMapRecordItem - Class in com.infragistics.reveal.sdk.api.model
- RVMapRecordItem(int) - Constructor for class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- RVMarketoDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Marketo data source, configures the URL to get data from.
- RVMarketoDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVMarketoDataSource
- RVMarketoDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Marketo data source item, see
RVMarketoDataSource
for more information. - RVMarketoDataSourceItem(RVMarketoDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
- RVModelUtilities - Class in com.infragistics.reveal.sdk.util
-
Utilities to handle dashboard model and related classes
- RVModelUtilities() - Constructor for class com.infragistics.reveal.sdk.util.RVModelUtilities
- RVMySqlDataSource - Class in com.infragistics.reveal.sdk.api.model
-
MySQL data source.
- RVMySqlDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVMySqlDataSource
- RVMySqlDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
MySQL data source item
- RVMySqlDataSourceItem(RVMySqlDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVMySqlDataSourceItem
- RVNativeAnalysisServicesDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Analysis Services (MS SSAS) TCP connection data source.
- RVNativeAnalysisServicesDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVNativeAnalysisServicesDataSource
- RVODataDataSource - Class in com.infragistics.reveal.sdk.api.model
-
OData data source, configures the URL to get data from.
- RVODataDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVODataDataSource
- RVODataDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
OData data source item, see
RVODataDataSource
for more information. - RVODataDataSourceItem(RVODataDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
- RVOneDriveDataSource - Class in com.infragistics.reveal.sdk.api.model
-
OneDrive data source.
- RVOneDriveDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVOneDriveDataSource
- RVOneDriveDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
OneDrive data source item, referencing a file in OneDrive.
- RVOneDriveDataSourceItem() - Constructor for class com.infragistics.reveal.sdk.api.model.RVOneDriveDataSourceItem
- RVOneDriveDataSourceItem(RVOneDriveDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVOneDriveDataSourceItem
- RVOracleDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Abstract base class for Oracle data sources.
- RVOracleDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVOracleDataSource
- RVOracleDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Oracle data source item.
- RVOracleDataSourceItem(RVOracleDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVOracleDataSourceItem
- RVOracleServiceDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Oracle data source, it adds the Service name property to the base properties in
RVOracleDataSource
. - RVOracleServiceDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVOracleServiceDataSource
- RVOracleSIDDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Oracle data source, it adds the SID property to the base properties in
RVOracleDataSource
. - RVOracleSIDDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVOracleSIDDataSource
- RVPostgresDataSource - Class in com.infragistics.reveal.sdk.api.model
-
PostgreSQL data source, it adds database name and schema properties to the base properties in
RVSqlPDSDataSource
. - RVPostgresDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
- RVPostgresDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
PostgreSQL data source item.
- RVPostgresDataSourceItem(RVPostgresDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
- RVQuickBooksDataSource - Class in com.infragistics.reveal.sdk.api.model
-
QuickBooks data source.
- RVQuickBooksDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSource
- RVQuickBooksDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
- RVQuickBooksDataSourceItem(RVQuickBooksDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSourceItem
- RVRedshiftDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Amazon Redshift data source, it adds the database name property to the base properties in
RVSqlBasedDataSource
. - RVRedshiftDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSource
- RVRedshiftDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Amazon Redshift data source item.
- RVRedshiftDataSourceItem(RVRedshiftDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
- RVReportingServicesDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Reporting Services (MS SSRS) data source.
- RVReportingServicesDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
- RVReportingServicesDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft Reporting Services (MS SSRS) data source item.
- RVReportingServicesDataSourceItem(RVReportingServicesDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
- RVReportingServicesRenderMode - Enum in com.infragistics.reveal.sdk.api.model
- RVResourceBasedDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The base abstract class representing a data source item getting data from a file (a resource).
- RVResourceBasedDataSourceItem(RVDashboardDataSource, IRVResourceItem) - Constructor for class com.infragistics.reveal.sdk.api.model.RVResourceBasedDataSourceItem
- RVRESTDataSource - Class in com.infragistics.reveal.sdk.api.model
-
REST API data source, configures the URL to get data from, HTTP method to use and optionally headers and body to send in the request.
- RVRESTDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
- RVRESTDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
REST API data source item.
- RVRESTDataSourceItem(RVRESTDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVRESTDataSourceItem
- RVS3DataSource - Class in com.infragistics.reveal.sdk.api.model
-
Amazon S3 data source.
- RVS3DataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVS3DataSource
- RVS3DataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Amazon S3 data source item.
- RVS3DataSourceItem(RVS3DataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVS3DataSourceItem
- RVSchemaColumn - Class in com.infragistics.reveal.sdk.api.model
-
The class representing a column in the in-memory result, specifies name, label and data type of the column.
- RVSchemaColumn(String, String, RVSchemaColumnType) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
-
Creates a new schema column with the given name, label and data type
- RVSchemaColumnType - Enum in com.infragistics.reveal.sdk.api.model
-
The list of data types supported by Reveal.
- RVSerializationUtilities - Class in com.infragistics.reveal.sdk.util
- RVSerializationUtilities() - Constructor for class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- RVSharePointAuthenticationMethod - Enum in com.infragistics.reveal.sdk.api.model
-
Sharepoint authentication methods.
- RVSharePointDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Sharepoint data source, contains the URL to the Sharepoint site to use.
- RVSharePointDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSharePointDataSource
- RVSharePointItemType - Enum in com.infragistics.reveal.sdk.api.model
-
Sharepoint item type.
- RVSharePointListDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Data source item to get data from a Sharepoint list.
- RVSharePointListDataSourceItem(RVSharePointDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
- RVSharePointListItemDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Data source item to get data from a single item in a Sharepoint list.
- RVSharePointListItemDataSourceItem(RVSharePointDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
- RVSharePointPeopleDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Data source item to get data from people in Sharepoint.
- RVSharePointPeopleDataSourceItem(RVSharePointDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSharePointPeopleDataSourceItem
- RVSharePointSiteDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Data source item to show information from a site (or sub site).
- RVSharePointSiteDataSourceItem(RVSharePointDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSharePointSiteDataSourceItem
- RVSnowflakeDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Snowflake data source.
- RVSnowflakeDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
- RVSnowflakeDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Snowflake data source item
- RVSnowflakeDataSourceItem(RVSnowflakeDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSourceItem
- RVSqlBasedDataSource - Class in com.infragistics.reveal.sdk.api.model
-
The base data source class used to represent a connection to one of the supported database systems.
- RVSqlBasedDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
- RVSqlBasedDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
The base item class used to represent a dataset from one of the supported database systems.
- RVSqlBasedDataSourceItem(RVDashboardDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
- RVSqlPDSDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Base class for SQL-based data sources supporting "Server-side Processing".
- RVSqlPDSDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
- RVSqlPDSDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Base data source item class for SQL-based data sources supporting "Server-side Processing".
- RVSqlPDSDataSourceItem(RVSqlPDSDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSourceItem
- RVSqlServerDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft SQL Server data source, it adds the database name property to the base properties in
RVSqlBasedDataSource
. - RVSqlServerDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
- RVSqlServerDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Microsoft SQL Server data source item.
- RVSqlServerDataSourceItem(RVSqlServerDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
- RVSyBaseDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Sybase data source, it adds the database name property to the base properties in
RVSqlBasedDataSource
. - RVSyBaseDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSource
- RVSyBaseDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Sybase data source item.
- RVSyBaseDataSourceItem(RVSyBaseDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSourceItem
- RVUnauthorizedException - Exception in com.infragistics.reveal.sdk.api
-
Exception that can be thrown in the implementation of
IRVDashboardProvider
to indicate the user doesn't have permission to execute the action (for example reading/writing a dashboard). - RVUnauthorizedException() - Constructor for exception com.infragistics.reveal.sdk.api.RVUnauthorizedException
- RVUnauthorizedException(String) - Constructor for exception com.infragistics.reveal.sdk.api.RVUnauthorizedException
- RVUserContext - Class in com.infragistics.reveal.sdk.base
- RVUserContext(String) - Constructor for class com.infragistics.reveal.sdk.base.RVUserContext
- RVUserContext(String, Map<String, Object>) - Constructor for class com.infragistics.reveal.sdk.base.RVUserContext
- RVUsernamePasswordDataSourceCredential - Class in com.infragistics.reveal.sdk.api
-
The class used to represent domain/user/password credentials, required to connect to all data bases (MS SQL, MySQL, etc) and some other data sources (REST API for example).
- RVUsernamePasswordDataSourceCredential() - Constructor for class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
-
Constructor used to indicate that anonymous credentials or current system user (for MS SQLServer or MS SSAS) needs to be used.
- RVUsernamePasswordDataSourceCredential(String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
-
Creates credentials with user name, password but no domain.
- RVUsernamePasswordDataSourceCredential(String, String, String) - Constructor for class com.infragistics.reveal.sdk.api.RVUsernamePasswordDataSourceCredential
-
Creates credentials with domain, user name and password.
- RVVisualization - Class in com.infragistics.reveal.sdk.api.model
-
The class representing a visualization (widget) in the dashboard model.
- RVVisualization(String, String, String) - Constructor for class com.infragistics.reveal.sdk.api.model.RVVisualization
- RVWebResourceDataSource - Class in com.infragistics.reveal.sdk.api.model
-
Web resource data source, used to download files from HTTP URL's using GET method.
- RVWebResourceDataSource() - Constructor for class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSource
- RVWebResourceDataSourceItem - Class in com.infragistics.reveal.sdk.api.model
-
Web resource data source item, see
RVWebResourceDataSource
for more information. - RVWebResourceDataSourceItem(RVWebResourceDataSource) - Constructor for class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSourceItem
S
- saveDashboard(IRVUserContext, String, InputStream) - Method in interface com.infragistics.reveal.sdk.api.IRVDashboardProvider
-
Saves the dashboard with the given dashboardId for the given user.
- SCATTER_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- SCATTER_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- SCATTER_MAP - com.infragistics.reveal.sdk.api.model.RVChartType
- SCATTER_MAP - com.infragistics.reveal.sdk.api.model.VisualizationType
- SCRIPT_PYTHON - com.infragistics.reveal.sdk.api.model.RVChartType
- SCRIPT_PYTHON - com.infragistics.reveal.sdk.api.model.VisualizationType
- SCRIPT_R - com.infragistics.reveal.sdk.api.model.RVChartType
- SCRIPT_R - com.infragistics.reveal.sdk.api.model.VisualizationType
- serializeDashboardDocument(RVDashboardDocument) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- setAccount(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
- setAccountId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSourceItem
-
Account identifier to get data from.
- setAssetContentType(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Content-type of the item.
- setAuthenticationMethod(RVSharePointAuthenticationMethod) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointDataSource
-
The authentication method to use when connecting to Sharepoint.
- setAuthor(String) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- setAuthor(String) - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- setAuthProvider(IRVAuthenticationProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The authentication provider that provides credentials for data sources.
- setAWSAccountId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSource
-
Only for internal use.
- setBody(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Body to send, expected to be used only with POST and PUT methods.
- setCatalog(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSource
-
The name of the catalog (database) to use.
- setCatalog(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSourceItem
-
The name of the catalog (database) containing the cube.
- setChromiumDownloadFolder(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Indicates the folder where Chromium will be downloaded.
- setChromiumExecutablePath(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Sets the path to Chromium executable file.
- setColor(int) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- setColor(int) - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- setCompany(String) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- setCompany(String) - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- setConfig(String) - Method in class com.infragistics.reveal.sdk.api.model.RVJsonDataSourceItem
-
The configuration of the JSON parser.
- setContentType(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Content type of the body, only used when
RVRESTDataSource.getBody()
is not empty. - setCreatedBy(String) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
-
Deprecated.
- setCreatedBy(String) - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.this method is not longer used and will be removed in future versions.
- setCube(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAnalysisServicesDataSourceItem
-
Name of the cube to use
- setCustomQuery(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- setCustomQuery(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- setCustomQuery(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Custom query to use when getting data from Dynamics CRM.
- setCustomQuery(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
(Optional) Custom SQL query to use when getting data.
- setDashboardAuthorizationProvider(IRVDashboardAuthorizationProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The optional dashboard authorization provider, used to check permissions before loading and saving dashboards through
IRVDashboardProvider
. - setDashboardProvider(IRVDashboardProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The dashboard provider, used to load and save dashboards.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
Athena's database to use.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMySqlDataSource
-
Name of the database to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVOracleDataSource
-
Name of the database to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
-
Name of the datase to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSource
-
Name of the database to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
-
Name of the database to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
Deprecated.This property is deprecated and will be removed. Use database property from the related data source instead.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
Name of the database to connect to.
- setDatabase(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSource
-
Name of the database to connect to.
- setDataCatalog(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
Athena's data catalog where the database is.
- setDataProvider(IRVDataProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The data provider, used for in-memory data sources.
- setDatasetId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
BigQuery dataset.
- setDatasetId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
String identifying this in-memory dataset, it might be used to decide what data to return.
- setDataSource(RVDashboardDataSource) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Reference to the data source object this item belongs to.
- setDataSourceProvider(IRVDataSourceProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The data source provider, used to replace data sources in existing dashboards when they are opened.
- setDateFormat(String) - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
Optional date format to use when parsing/detecting date columns, if not specified Reveal will try to infer the date format to use for each column (if it detects the column is a date, date time or time column).
- setDefaultCurrencySymbol(String) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDefaultDateFormat(String) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDefaultDateTimeFormat(String) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDefaultDecimalPlaces(int) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDefaultLargeNumbersFormat(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDefaultRefreshRate(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g.
- setDefaultRefreshRate(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Default value to use for "Refresh Data" setting for visualizations created using this item, expressed in minutes (e.g.
- setDefaultTimeFormat(String) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setDescription(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
Description of this data source item.
- setDimensions(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Names of the dimensions to request, comma separated.
- setDynamic(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
- setEncoding(String) - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
The encoding to use, if not specified Reveal will try to detect it automatically.
- setEncrypt(Boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
If not null, the Encrypt flag will be set in the connection string to the specified value.
- setEndDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
End date to use when requesting data.
- setEndDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
End date to use when requesting data.
- setEndDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
End date to use when requesting data.
- setEntity(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Name of the entity to use.
- setEntity(String) - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
Entity to retrieve data from.
- setEntity(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
Entity to retrieve data from.
- setEntity(String) - Method in class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSourceItem
-
QuickBooks Entity.
- setEntityType(String) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
- setExcelVisualization(ExportExcelVisualization) - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.this method is not longer used and will be removed in future versions. Please use setVisualizationMode instead.
- setExportToolContainerPath(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Path containing the ExportTool binary, needed only if the automatic download of this tool is not working fine.
- setExportToolEnableDownload(boolean) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
By default the "ExportTool" is downloaded automatically when this component is used by the first time, this flag can be used to turn off that behavior.
- setFieldName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setFilters(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Optional filters string as specified by Google Analytics, this value is sent as-is in the "filters" parameter.
- setFirstRowContainsLabels(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
If you set this flag to
false
the columns will be automatically named as 'COL1', 'COL2', etc. - setFolderRelativePath(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Path relative to the folder containing the item.
- setFunctionName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
(Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
- setFunctionName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
(Optional) name of the function to get data from, the function is expected to return a result set and might have multiple parameters.
- setFunctionParameters(HashMap) - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
Parameters to be passed to the function, if there is such specified in
RVPostgresDataSourceItem.getFunctionName()
. - setFunctionParameters(HashMap) - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
Parameters to be passed to the function, if there is such specified in
RVRedshiftDataSourceItem.getFunctionName()
. - setFunctionQName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
- setHeaders(ArrayList<String>) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
List of headers to send in the request, each string in this list is expected to be a string in the format name=value.
- setHost(String) - Method in class com.infragistics.reveal.sdk.api.model.RVNativeAnalysisServicesDataSource
-
Hostname or IP address of the server
- setHost(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
Host name or IP address to connect to.
- setId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The ID of the data source.
- setId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The value that identifies this item in the data source, it might be for example the name of the schema concatenated with the table name.
- setId(String) - Method in class com.infragistics.reveal.sdk.api.VisualizationExport
- setIdentifier(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBoxDataSourceItem
-
Identifier of the file referenced by this item.
- setIdentifier(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleDriveDataSourceItem
-
Google Drive identifier of the file referenced by this item.
- setIdentifier(String) - Method in class com.infragistics.reveal.sdk.api.model.RVOneDriveDataSourceItem
-
Identifier of the file in OneDrive.
- setIdentifiers(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Profile identifiers to get data from.
- setIndex(int) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setIsFocused(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setIsFolder(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Is this single item a folder?.
- setIsLandscape(boolean) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- setIsLandscape(boolean) - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- setIsLibrary(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
Is this list a document library?.
- setLabel(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setLabel(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- setLabelCenterX(double) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setLabelCenterY(double) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setLabelFontSize(int) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setLeftAxisMaxValue(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- setLeftAxisMinValue(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- setLicense(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
License key to unlock Reveal BI Embedded and get rid of the Trial mode
- setListItemId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Identification of the single item in the list.
- setListItemUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
URL to the single item.
- setListName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
The title of the list (not the GUID!).
- setListName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
Name of the list.
- setListUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
URL to the list.
- setLocalFilesStoragePath(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
When replacing data sources (using
IRVDataSourceProvider
you can use local files, this property specifies the root directory to be used for URI's like "local:/Sales.xlsx" which is actually a relative location. - setLogo(byte[]) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
- setLogo(byte[]) - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.this method is not longer used and will be removed in future versions.
- setLogo(byte[]) - Method in interface com.infragistics.reveal.sdk.api.IDocumentExportOptions
- setMappingKey(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setMarkerColor(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setMarkerInside(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setMarkerLinePoints(Object[][]) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setMaxCacheAge(Duration) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setMaxCacheAge(Duration) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setMaxCells(int) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setMaxCells(int) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setMaxConcurrentImageRenderThreads(int) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Used to limit the number of threads used to export images when a dashboard is exported, this controls the size of a pool thread used for that purpose.
- setMaxDownloadSize(Long) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
- setMaxInMemoryCells(Long) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Set this property to the expected maximum size of pivot tables or grids, given as a number of cells.
- setMaxStorageCells(Long) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Set this property to the expected maximum size of cells to be processed from any data source (e.g.
- setMaxStringCellSize(Integer) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Sets a limit on the number of characters any string in a dataset column may have.
- setMaxTotalStringsSize(Long) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Set this property to the expected maximum size of pivot tables or grids, given as the total number of characters in all of its cells.
- setMethod(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
HTTP method to use, it defaults to GET.
- setMetrics(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Names of the metrics to request, comma separated.
- setName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setName(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- setNamedRange(String) - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Named range to get data from, it's optional and if no specified the sheet specified in
RVExcelDataSourceItem.getSheet()
will be used. - setObjectEncoder(IRVObjectEncoder) - Method in class com.infragistics.reveal.engine.init.InitializeParameter
- setObjectEncoder(IRVObjectEncoder) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The optional object encoder, used to encode information in DataSource or DataSourceItems, before returning those objects to the client.
- setObjectFilter(IRVObjectFilter) - Method in class com.infragistics.reveal.engine.init.InitializeParameter
- setObjectFilter(IRVObjectFilter) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The optional object filter, used to filter 'objects' (DataSource and DataSourceItems) to be returned to the client.
- setOrganization(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSourceItem
-
Name of the organization to use.
- setOutputLocation(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
s3 path where the results will be stored.
- setParameters(HashMap) - Method in class com.infragistics.reveal.sdk.api.model.RVInMemoryDataSourceItem
-
Parameters for the in-memory data source.
- setParameters(HashMap) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSourceItem
-
Values for the parameters specified in the data source
RVRESTDataSource.getUrl()
property. - setParameters(HashMap<String, Object>) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
- setPath(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDropboxDataSourceItem
-
Path to the file in Dropbox account.
- setPath(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
-
Path in the server, used only when SSRS is running integrated into Sharepoint.
- setPath(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
-
Path to the report.
- setPath(String) - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSourceItem
-
S3 path for the file represented by this item.
- setPivotTable(String) - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
- setPort(int) - Method in class com.infragistics.reveal.sdk.api.model.RVNativeAnalysisServicesDataSource
-
TCP port where the server is accepting connections, 2383 is the default port for SSAS.
- setPort(int) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSource
-
TCP Port to connect to.
- setPoweredBy(String) - Method in class com.infragistics.reveal.sdk.api.DocumentExportOptions
-
Deprecated.use
DocumentExportOptions.getCompany()
instead. - setPoweredBy(String) - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
-
Deprecated.this method is not longer used and will be removed in future versions.
- setProcedure(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
(Optional) name of the stored procedure to get data from, the procedure is expected to return a result set and might have multiple parameters.
- setProcedureParameters(HashMap) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
Parameters to be passed to the stored procedure, if there is such specified in
RVSqlServerDataSourceItem.getProcedure()
. - setProcessDataOnServer(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSourceItem
-
Configures if the "Process Data on Server" option is turned on for this item (table or view), defaults to
true
. - setProcessDataOnServerDefaultValue(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
Sets the default value for "Process Data on Server" option for this data source, the end user can still change the value, unless
RVSqlPDSDataSource.setProcessDataOnServerReadOnly(boolean)
istrue
. - setProcessDataOnServerReadOnly(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlPDSDataSource
-
When set to
true
the user will not be allowed to change the value for "Process Data on Server" option and the default value will be used. - setProjectId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSource
-
BigQuery ProjectId.
- setProjectId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
BigQuery ProjectId.
- setPropertyId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalytics4DataSourceItem
-
Property identifier to get data from.
- setRange(RVExcelRange) - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Definition of the range to load data from in the specified sheet.
- setRealmId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVQuickBooksDataSource
-
Realm Id, the unique ID identifying a specific QuickBooks company.
- setRecordKey(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMapRecordItem
- setRegion(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
Region for the service.
- setRegion(String) - Method in class com.infragistics.reveal.sdk.api.model.RVS3DataSource
-
Region for the service.
- setRenderMode(RVReportingServicesRenderMode) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSourceItem
-
Render mode, might be data or report.
- setResource(RVGoogleAnalyticsResourceType) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
The type of resource, one of "Profiles" (the list of profiles in the account) or "Report" (to get analytics data).
- setResourceItem(IRVResourceItem) - Method in class com.infragistics.reveal.sdk.api.model.RVResourceBasedDataSourceItem
-
The resource item used to get the data for the referenced file, must be an item from one of the resource providers: Sharepoint, Web Resource, REST API, etc.
- setRestUrlResolver(IRVRestUrlResolver) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The optional REST URL Resolver that can be used to resolve the URL to use when using REST data sources from the original URL defined in the data source and the list of parameters entered by the user.
- setRightAxisMaxValue(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- setRightAxisMinValue(Number) - Method in class com.infragistics.reveal.sdk.api.model.RVChartSettings
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSource
-
Name of the schema to use.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVPostgresDataSourceItem
-
Name of the schema the referenced table belongs to.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSource
-
Name of the schema to use.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRedshiftDataSourceItem
-
Name of the schema the referenced table belongs to.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSourceItem
-
Name of the schema the referenced table belongs to.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
Name of the schema to use to filter tables, views and store procedures, by default all schemas are displayed.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSourceItem
-
Name of the schema the referenced table belongs to.
- setSchema(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSyBaseDataSourceItem
-
Name of the schema the referenced table belongs to.
- setSdkJsDistributionFile(String) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
Indicates a local zip file containing the sdk js distribution.
- setSegment(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Optional segment name.
- setSeparator(String) - Method in class com.infragistics.reveal.sdk.api.model.RVCsvDataSourceItem
-
The separator to use, one of ',', ';', or 'TAB'.
- setServerMode(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
- setServerUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAzureAnalysisServicesDataSource
-
Server Url, including the 'asazure://' prefix (scheme).
- setServerVersion(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
- setService(String) - Method in class com.infragistics.reveal.sdk.api.model.RVOracleServiceDataSource
-
Service name to use when connecting to Oracle server.
- setSheet(String) - Method in class com.infragistics.reveal.sdk.api.model.RVExcelDataSourceItem
-
Name of the sheet in the worksheet to get the data from, if not specified and
RVExcelDataSourceItem.getNamedRange()
isnull
, then the first sheet in the file will be used. - setSID(String) - Method in class com.infragistics.reveal.sdk.api.model.RVOracleSIDDataSource
-
SID to use when connecting to Oracle server.
- setSiteUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleSearchConsoleDataSourceItem
-
The URL of the property as defined in Search Console
- setStartDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsDataSourceItem
-
Start date to use when requesting data.
- setStartDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVHubspotDataSourceItem
-
Start date to use when requesting data.
- setStartDate(Calendar) - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
Start date to use when requesting data.
- setSubtitle(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The subtitle of the data source as displayed to users.
- setSubtitle(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The subtitle of the data source as displayed to users.
- setTable(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSourceItem
-
Table or view for this data source item.
- setTable(String) - Method in class com.infragistics.reveal.sdk.api.model.RVBigQueryDataSourceItem
-
Name of the table (or view) to get data from.
- setTable(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlBasedDataSourceItem
-
Name of the table (or view) to get data from.
- setTheme(IDashboardTheme) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setTheme(IDashboardTheme) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setThousandsSeparator(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVFieldEditorDefaultSettings
- setTimeout(int) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setTimeout(int) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setTimeZone(String) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setTimeZone(String) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setTitle(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDataSource
-
The title of the data source as displayed to users.
- setTitle(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDataSourceItem
-
The title of the item, as displayed to the user, it might be for example the name of the table in a database.
- setTitle(String) - Method in class com.infragistics.reveal.sdk.api.VisualizationExport
- setTrustServerCertificate(Boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVSqlServerDataSource
-
If not null, the TrustServerCertificate flag will be set in the connection string to the specified value.
- setType(RVSchemaColumnType) - Method in class com.infragistics.reveal.sdk.api.model.RVSchemaColumn
- setUri(String) - Method in class com.infragistics.reveal.sdk.api.model.RVLocalFileDataSourceItem
-
The URI referencing the file, like local://Directory/File.csv.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVDynamicsCrmDataSource
-
Dynamics CRM base URL.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVHttpAnalysisServicesDataSource
-
URL to the msmdpump endpoint, for example: http://server/olap/msmdpump.dll
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSource
-
URL to the login endpoint.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVMarketoDataSourceItem
-
URL to the Marketo endpoint, must match the URL specified in the
RVMarketoDataSource
data source object. - setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
URL to the OData endpoint, is expected to be a URL with HTTP or HTTPS scheme.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSourceItem
-
URL to the OData entity set or function.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVReportingServicesDataSource
-
URL to the server.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSourceItem
-
URL to the REST endpoint, must match the URL specified in the
RVRESTDataSource
data source object. - setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointDataSource
-
URL to the Sharepoint site (or sub site) to use.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSource
-
URL to the web resource, is expected to be a URL with HTTP or HTTPS scheme.
- setUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSourceItem
-
URL to use to download the file, must match the URL specified in the
RVWebResourceDataSource
data source object. - setUseAnonymousAuthentication(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- setUseAnonymousAuthentication(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- setUseAnonymousAuthentication(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVWebResourceDataSource
-
Boolean flag indicating if anonymous authentication should be used for this data source or credentials must be requested to the containing application.
- setUseNewCharts(boolean) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setUseNewCharts(boolean) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setUsePreemptiveAuthentication(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVODataDataSource
-
Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
- setUsePreemptiveAuthentication(boolean) - Method in class com.infragistics.reveal.sdk.api.model.RVRESTDataSource
-
Boolean flag indicating if preemptive authentication should be used for this data source to the containing application.
- setUserContextProvider(IRVUserContextProvider) - Method in class com.infragistics.reveal.engine.init.InitializeParameterBuilder
-
The user context provider that provides the ID of the current user (if any) for a given request.
- setUserId(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointPeopleDataSourceItem
-
Optional user id when a single user should be displayed.
- setUserLanguage(String) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setUserLanguage(String) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setView(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
Name of the view to use.
- setVisualizationMode(ExcelVisualizationMode) - Method in class com.infragistics.reveal.sdk.api.ExcelExportOptions
- setVisualizationMode(ExcelVisualizationMode) - Method in interface com.infragistics.reveal.sdk.api.IExcelExportOptions
- setVisualizations(ArrayList<VisualizationExport>) - Method in class com.infragistics.reveal.sdk.api.ExportOptions
- setVisualizations(ArrayList<VisualizationExport>) - Method in interface com.infragistics.reveal.sdk.api.IExportOptions
- setWarehouse(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSnowflakeDataSource
-
The name of the Snowflake warehouse to use in this connection.
- setWebUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListDataSourceItem
-
URL to the site containing the list.
- setWebUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointListItemDataSourceItem
-
URL to the site containing the list.
- setWebUrl(String) - Method in class com.infragistics.reveal.sdk.api.model.RVSharePointSiteDataSourceItem
-
URL to the site or sub site.
- setWorkgroup(String) - Method in class com.infragistics.reveal.sdk.api.model.RVAthenaDataSource
-
Workgroup used to run queries.
- SINGLE_ROW - com.infragistics.reveal.sdk.api.model.VisualizationType
- SITE - com.infragistics.reveal.sdk.api.model.RVSharePointItemType
- SPARKLINE - com.infragistics.reveal.sdk.api.model.RVChartType
- SPARKLINE - com.infragistics.reveal.sdk.api.model.VisualizationType
- SPLINE_AREA_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- SPLINE_AREA_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- SPLINE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- SPLINE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- STACKED_AREA_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- STACKED_AREA_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- STACKED_BAR_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- STACKED_BAR_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- STACKED_COLUMN_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- STACKED_COLUMN_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- STEP_AREA_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- STEP_AREA_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
- STEP_LINE_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- STEP_LINE_CHART - com.infragistics.reveal.sdk.api.model.VisualizationType
T
- TEXT - com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
- TEXT_BOX - com.infragistics.reveal.sdk.api.model.RVChartType
- TEXT_BOX - com.infragistics.reveal.sdk.api.model.VisualizationType
- TEXT_VIEW - com.infragistics.reveal.sdk.api.model.RVChartType
- THIS_MONTH - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- THIS_QUARTER - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- THIS_YEAR - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- TIME - com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
- TIME_SERIES_CHART - com.infragistics.reveal.sdk.api.model.RVChartType
- toChartType(VisualizationType) - Static method in class com.infragistics.reveal.sdk.api.model.RVChartTypeHelper
- TODAY - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- toJson() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardDocument
-
Returns the JSON representation of the dashboard.
- toJson() - Method in class com.infragistics.reveal.sdk.api.model.RVDashboardSummary
-
Returns the JSON representation of the dashboard summary.
- toJsonString(Map<String, Object>, boolean) - Static method in class com.infragistics.reveal.sdk.util.RVSerializationUtilities
- toString() - Method in class com.infragistics.reveal.sdk.api.model.RVFilterValue
- toVisualizationType(RVChartType) - Static method in class com.infragistics.reveal.sdk.api.model.RVChartTypeHelper
- TRAILING_TWELVE_MONTHS - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- TREE_MAP - com.infragistics.reveal.sdk.api.model.RVChartType
- TREE_MAP - com.infragistics.reveal.sdk.api.model.VisualizationType
V
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVDateFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in enum com.infragistics.reveal.sdk.api.model.VisualizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.ExcelVisualizationMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.ExportExcelVisualization
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.ExportFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVChartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVDateFilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointItemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.infragistics.reveal.sdk.api.model.VisualizationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.infragistics.reveal.sdk.api.ExcelVisualizationMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.ExportExcelVisualization
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.ExportFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVChartType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVDateFilterType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVGoogleAnalyticsResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVReportingServicesRenderMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVSchemaColumnType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.RVSharePointItemType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.infragistics.reveal.sdk.api.model.VisualizationType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VisualizationExport - Class in com.infragistics.reveal.sdk.api
- VisualizationExport() - Constructor for class com.infragistics.reveal.sdk.api.VisualizationExport
- VisualizationExport(String) - Constructor for class com.infragistics.reveal.sdk.api.VisualizationExport
- visualizationMode - Variable in class com.infragistics.reveal.sdk.api.ExcelExportOptions
- VisualizationType - Enum in com.infragistics.reveal.sdk.api.model
W
- WEB_LOGIN - com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
- WINDOWS - com.infragistics.reveal.sdk.api.model.RVSharePointAuthenticationMethod
Y
- YEAR_TO_DATE - com.infragistics.reveal.sdk.api.model.RVDateFilterType
- YESTERDAY - com.infragistics.reveal.sdk.api.model.RVDateFilterType
All Classes All Packages