Class RVInMemoryDataSourceItem


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

      • 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 Detail

      • 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 setParameters​(HashMap value)
        Parameters for the in-memory data source.
        Parameters:
        value -
        Returns:
      • getParameters

        public HashMap getParameters()
        Parameters for the in-memory data source.
        Returns: