Uses of Interface
com.orchestranetworks.addon.dex.DataExchangeHelperContext
-
Packages that use DataExchangeHelperContext Package Description com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer. -
-
Uses of DataExchangeHelperContext in com.orchestranetworks.addon.dex
Classes in com.orchestranetworks.addon.dex that implement DataExchangeHelperContext Modifier and Type Class Description classCSVExportDataExchangeHelperContextProvides the context to get theDataExchangeSpecfor exporting CSV from the configuration declared in the {addon.label} dataset.classCSVImportDataExchangeHelperContextProvides the context to get theDataExchangeSpecfor importing CSV from the configuration declared in the {addon.label} dataset.classSpreadsheetExportDataExchangeHelperContextProvides the context to get theDataExchangeSpecfor exporting Excel from the configuration declared in the {addon.label} dataset.classSpreadsheetImportDataExchangeHelperContextProvides the context to get theDataExchangeSpecfor importing Excel from the configuration declared in the {addon.label} dataset.Methods in com.orchestranetworks.addon.dex with parameters of type DataExchangeHelperContext Modifier and Type Method Description DataExchangeSpecDataExchangeHelper. getDataExchangeSpec(DataExchangeHelperContext context)Returns an instance ofcom.orchestranetworks.addon.dex.DataExchangeSpecbased on the configuration declared in the {addon.label} dataset.
-