Uses of Interface
com.infragistics.reveal.sdk.api.IRVInMemoryData
-
Packages that use IRVInMemoryData Package Description com.infragistics.reveal.sdk.api Main Reveal API Package containing the interfaces to be implemented in order to control how Reveal BI works. -
-
Uses of IRVInMemoryData in com.infragistics.reveal.sdk.api
Methods in com.infragistics.reveal.sdk.api that return IRVInMemoryData Modifier and Type Method Description IRVInMemoryData
IRVDataProvider. getData(IRVUserContext userContext, RVInMemoryDataSourceItem dataSourceItem)
Returns the in-memory data for this data source, you can use theRVInMemoryDataSourceItem.getDatasetId()
property to know what dataset to return.
-