Class RVInMemoryDataSourceItem

java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVInMemoryDataSourceItem

public class RVInMemoryDataSourceItem extends RVDataSourceItem
Data source item to get in-memory data.
  • Constructor Details

    • RVInMemoryDataSourceItem

      public RVInMemoryDataSourceItem(String datasetId)
      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

      public String setDatasetId(String value)
      String identifying this in-memory dataset, it might be used to decide what data to return.
      Parameters:
      value -
      Returns:
    • getDatasetId

      public String getDatasetId()
      String identifying this in-memory dataset, it might be used to decide what data to return.
      Returns:
    • setParameters

      public HashMap<String,Object> setParameters(HashMap<String,Object> value)
      Parameters for the in-memory data source.
      Parameters:
      value -
      Returns:
    • getParameters

      public HashMap<String,Object> getParameters()
      Parameters for the in-memory data source.
      Returns: