Package com.orchestranetworks.addon.dex
Interface DataExchangeHelperContext
- All Known Implementing Classes:
CSVExportDataExchangeHelperContext,CSVImportDataExchangeHelperContext,SpreadsheetExportDataExchangeHelperContext,SpreadsheetImportDataExchangeHelperContext
public interface DataExchangeHelperContext
Provides the context to get the
DataExchangeSpec from the configuration declared in the {addon.label} dataset.- Since:
- 2.7.0
-
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.adaptation.AdaptationReturns the current dataset.com.onwbp.adaptation.AdaptationTableReturns the current table.Returns the specified service type.com.orchestranetworks.service.SessionReturns the current session.
-
Method Details
-
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.
-