Package com.orchestranetworks.addon.dex
Interface DataExchangeHelperContext
-
- All Known Implementing Classes:
CSVExportDataExchangeHelperContext,CSVImportDataExchangeHelperContext,SpreadsheetExportDataExchangeHelperContext,SpreadsheetImportDataExchangeHelperContext
public interface DataExchangeHelperContextProvides the context to get theDataExchangeSpecfrom the configuration declared in the {addon.label} dataset.- Since:
- 2.7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationgetCurrentDataset()Returns the current dataset.com.onwbp.adaptation.AdaptationTablegetCurrentTable()Returns the current table.ServiceTypegetServiceType()Returns the specified service type.com.orchestranetworks.service.SessiongetSession()Returns the current session.
-
-
-
Method Detail
-
getCurrentDataset
com.onwbp.adaptation.Adaptation getCurrentDataset()
Returns the current dataset.
-
getCurrentTable
com.onwbp.adaptation.AdaptationTable getCurrentTable()
Returns the current table.
-
getSession
com.orchestranetworks.service.Session getSession()
Returns the current session.
-
getServiceType
ServiceType getServiceType()
Returns the specified service type.
-
-