Uses of Interface
com.orchestranetworks.addon.dex.result.DataExchangeResult
-
Packages that use DataExchangeResult Package Description com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer.com.orchestranetworks.addon.dex.result Classes and interfaces to define a result when executing data import, export and transfer. -
-
Uses of DataExchangeResult in com.orchestranetworks.addon.dex
Methods in com.orchestranetworks.addon.dex that return DataExchangeResult Modifier and Type Method Description DataExchangeResultDataExchangeService. execute(DataExchangeExportTableSpec exportSpec)Returns the export result with the prepared list of each table's records or table filter.DataExchangeResultDataExchangeService. execute(DataExchangeSpec spec)Returns the result of the import, export or transfer. -
Uses of DataExchangeResult in com.orchestranetworks.addon.dex.result
Subinterfaces of DataExchangeResult in com.orchestranetworks.addon.dex.result Modifier and Type Interface Description static interfaceDataExchangeResult.CSVExportStores data results when executing the CSV export.static interfaceDataExchangeResult.CSVImportStores data results when executing CSV import.static interfaceDataExchangeResult.SpreadsheetExportStores data results when executing Excel export.static interfaceDataExchangeResult.SpreadsheetImportStores data results when executing Excel import.static interfaceDataExchangeResult.SQLExportStores data results when executing SQL export.static interfaceDataExchangeResult.SQLImportStores data results when executing SQL import.static interfaceDataExchangeResult.TransferStores data results when executing a data transfer.static interfaceDataExchangeResult.XMLExportStores data results when executing XML export.static interfaceDataExchangeResult.XMLImportStores data results when executing XML import.
-