public interface DataReaderManager
Modifier and Type | Method and Description |
---|---|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
DataStructureBean dsd,
DataflowBean dataflowBean)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
DataStructureBean dsd,
DataflowBean dataflowBean,
ProvisionAgreementBean provison)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
DataReaderEngine |
getDataReaderEngine(ReadableDataLocation sourceData,
SdmxBeanRetrievalManager retrievalManager)
Obtains a DataReaderEngine that is capable of reading the data which is exposed via the ReadableDataLocation
|
DataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, DataStructureBean dsd, DataflowBean dataflowBean)
sourceData
- - giving access to an InputStream of the datadsd
- - describes the data in terms of the dimensionalitydataflowBean
- (optional)provison
- (optional)SdmxNotImplementedException
- if ReadableDataLocation or DataStructureBean is nullDataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, DataStructureBean dsd, DataflowBean dataflowBean, ProvisionAgreementBean provison)
sourceData
- - giving access to an InputStream of the datadsd
- - describes the data in terms of the dimensionalitydataflowBean
- (optional)provison
- (optional)SdmxNotImplementedException
- if ReadableDataLocation or DataStructureBean is nullDataReaderEngine getDataReaderEngine(ReadableDataLocation sourceData, SdmxBeanRetrievalManager retrievalManager)
sourceData
- - giving access to an InputStream of the dataretrievalManager
- - used to obtain the DataStructure(s) that describe the dataSdmxNotImplementedException
- if ReadableDataLocation or DataStructureBean is null