public interface DataParseManager
Modifier and Type | Method and Description |
---|---|
ReadableDataLocation |
performTransform(ReadableDataLocation sourceData,
DataFormat dataFormat,
DataStructureBean dsd,
DataflowBean dataflowBean)
Performs a transform from one data format to another data format.
|
ReadableDataLocation |
performTransform(ReadableDataLocation sourceData,
DataFormat dataFormat,
SdmxBeanRetrievalManager beanRetrievalManager)
Performs a transform from one data format to another data format.
|
void |
performTransform(ReadableDataLocation sourceData,
java.io.OutputStream out,
DataFormat dataFormat,
DataStructureBean dsd,
DataflowBean dataflowBean)
Performs a transform from one data format to another data format.
|
void |
performTransform(ReadableDataLocation sourceData,
java.io.OutputStream out,
DataFormat dataFormat,
SdmxBeanRetrievalManager retrievalManager)
Performs a transform from one data format to another data format.
|
void |
performTransform(ReadableDataLocation sourceData,
ReadableDataLocation dsdLocation,
java.io.OutputStream out,
DataFormat dataFormat)
Performs a transform from one data format to another data format.
|
java.util.List<ReadableDataLocation> |
performTransformAndSplit(ReadableDataLocation sourceData,
DataFormat dataFormat,
SdmxBeanRetrievalManager beanRetrievalManager) |
java.util.List<ReadableDataLocation> |
performTransformAndSplit(ReadableDataLocation sourceData,
ReadableDataLocation dsdLocation,
DataFormat dataFormat) |
void performTransform(ReadableDataLocation sourceData, java.io.OutputStream out, DataFormat dataFormat, SdmxBeanRetrievalManager retrievalManager)
sourceData
- the location of the the input stream which reads the data to transformout
- OutputStream to write the transform results todataFormat
- the format to transform toretrievalManager
- used to get any data structures needed to interpret the datavoid performTransform(ReadableDataLocation sourceData, java.io.OutputStream out, DataFormat dataFormat, DataStructureBean dsd, DataflowBean dataflowBean)
sourceData
- the location of the the input stream which reads the data to transformout
- OutputStream to write the transform results todataFormat
- the format to transform todsd
- the Structure bean that specifies the data formatdataflowBean
- (optional) provides extra information about the datavoid performTransform(ReadableDataLocation sourceData, ReadableDataLocation dsdLocation, java.io.OutputStream out, DataFormat dataFormat)
sourceData
- the location of the the input stream which reads the data to transformdsdLocation
- the location of the structure used to transform the dataout
- OutputStream to write the transform results todataFormat
- the format to transform tojava.util.List<ReadableDataLocation> performTransformAndSplit(ReadableDataLocation sourceData, ReadableDataLocation dsdLocation, DataFormat dataFormat)
sourceData
- dsdLocation
- dataFormat
- java.util.List<ReadableDataLocation> performTransformAndSplit(ReadableDataLocation sourceData, DataFormat dataFormat, SdmxBeanRetrievalManager beanRetrievalManager)
sourceData
- dsdLocation
- dataFormat
- ReadableDataLocation performTransform(ReadableDataLocation sourceData, DataFormat dataFormat, SdmxBeanRetrievalManager beanRetrievalManager)
sourceData
- giving access to the input stream which reads the data to transformoutputFormat
- The format to transform tobeanRetrievalManager
- ReadableDataLocation performTransform(ReadableDataLocation sourceData, DataFormat dataFormat, DataStructureBean dsd, DataflowBean dataflowBean)
sourceData
- dataFormat
- dsd
- dataflowBean
- (optional) provides extra information about the data