| edu.iu.uis.eden.export.Exporter
export | public byte[] export(ExportFormat format, ExportDataSet dataSet)(Code) | | Initiates the export of the given data in the specified format. The format passed in should be
one of the supported formats as specified by the getSupportedFormats() method. The data also
needs to be understood by the exporter implementation. Will throw an ExportNotSupportedException
if there is a error in regards to the export cabilities of the exporter for the given
parameters. Returns the raw exported data as bytes.
|
getSupportedFormats | public List getSupportedFormats()(Code) | | Returns a List of supported ExportFormats in which this Exporter's data can be exported.
|
|
|