@Service public class DataParseManagerImpl extends java.lang.Object implements DataParseManager
Constructor and Description |
---|
DataParseManagerImpl() |
Modifier and Type | Method and Description |
---|---|
ReadableDataLocation |
performTransform(ReadableDataLocation sourceData,
DataFormat dataFormat,
DataStructureBean dsd,
DataflowBean flow)
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 flow)
Performs a transform from one data format to another data format.
|
void |
performTransform(ReadableDataLocation sourceData,
java.io.OutputStream out,
DataFormat dataFormat,
SdmxBeanRetrievalManager beanRetrievalManager)
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 retrievalManager) |
java.util.List<ReadableDataLocation> |
performTransformAndSplit(ReadableDataLocation sourceData,
ReadableDataLocation dsdLocation,
DataFormat dataFormat) |
public void performTransform(ReadableDataLocation sourceData, ReadableDataLocation dsdLocation, java.io.OutputStream out, DataFormat dataFormat)
DataParseManager
performTransform
in interface DataParseManager
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 topublic void performTransform(ReadableDataLocation sourceData, java.io.OutputStream out, DataFormat dataFormat, DataStructureBean dsd, DataflowBean flow)
DataParseManager
performTransform
in interface DataParseManager
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 formatflow
- (optional) provides extra information about the datapublic java.util.List<ReadableDataLocation> performTransformAndSplit(ReadableDataLocation sourceData, ReadableDataLocation dsdLocation, DataFormat dataFormat)
performTransformAndSplit
in interface DataParseManager
public java.util.List<ReadableDataLocation> performTransformAndSplit(ReadableDataLocation sourceData, DataFormat dataFormat, SdmxBeanRetrievalManager retrievalManager)
performTransformAndSplit
in interface DataParseManager
public void performTransform(ReadableDataLocation sourceData, java.io.OutputStream out, DataFormat dataFormat, SdmxBeanRetrievalManager beanRetrievalManager)
DataParseManager
performTransform
in interface DataParseManager
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 tobeanRetrievalManager
- used to get any data structures needed to interpret the datapublic ReadableDataLocation performTransform(ReadableDataLocation sourceData, DataFormat dataFormat, SdmxBeanRetrievalManager beanRetrievalManager)
DataParseManager
performTransform
in interface DataParseManager
sourceData
- giving access to the input stream which reads the data to transformpublic ReadableDataLocation performTransform(ReadableDataLocation sourceData, DataFormat dataFormat, DataStructureBean dsd, DataflowBean flow)
DataParseManager
performTransform
in interface DataParseManager
flow
- (optional) provides extra information about the data