Interface DataExchangeResult.XMLExport

All Superinterfaces:
DataExchangeResult
Enclosing interface:
DataExchangeResult

public static interface DataExchangeResult.XMLExport extends DataExchangeResult
Stores data results when executing XML export.
Since:
2.3.0
  • Method Details

    • getExportedFile

      File getExportedFile()
      Returns the exported file in the data export. Otherwise, returns null.
    • getResults

      Iterator<ExportResult> getResults()
      Returns an iterator over ExportResult elements. Each element stores a data result when exporting data from a table.
      Specified by:
      getResults in interface DataExchangeResult