Package io.revealbi.core.data
Class RVInMemoryDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVInMemoryDataSourceItem
Data source item to get in-memory data.
-
Constructor Summary
ConstructorsConstructorDescriptionRVInMemoryDataSourceItem(String datasetId) Used to create a new in-memory item with the specified dataset id. -
Method Summary
Modifier and TypeMethodDescriptionString identifying this in-memory dataset, it might be used to decide what data to return.Parameters for the in-memory data source.setDatasetId(String value) String identifying this in-memory dataset, it might be used to decide what data to return.setParameters(HashMap<String, Object> value) Parameters for the in-memory data source.Methods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVInMemoryDataSourceItem
Used to create a new in-memory item with the specified dataset id.- Parameters:
datasetId- The id of the dataset identifying the data to return.
-
-
Method Details
-
setDatasetId
String identifying this in-memory dataset, it might be used to decide what data to return.- Parameters:
value-- Returns:
-
getDatasetId
String identifying this in-memory dataset, it might be used to decide what data to return.- Returns:
-
setParameters
Parameters for the in-memory data source.- Parameters:
value-- Returns:
-
getParameters
Parameters for the in-memory data source.- Returns:
-