public final class CSVExportDataExchangeHelperContext extends Object implements DataExchangeHelperContext
DataExchangeSpec for exporting CSV from the configuration declared in the {addon.label} dataset.| Constructor and Description |
|---|
CSVExportDataExchangeHelperContext(String preferenceName,
com.onwbp.adaptation.AdaptationTable currentTable,
com.orchestranetworks.service.Session session)
Creates a new
CSVExportDataExchangeHelperContext using the preference name. |
| Modifier and Type | Method and Description |
|---|---|
com.onwbp.adaptation.Adaptation |
getCurrentDataset()
Returns the current dataset.
|
com.onwbp.adaptation.AdaptationTable |
getCurrentTable()
Returns the current table.
|
String |
getPreferenceName()
Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.
|
ServiceType |
getServiceType()
Returns the specified service type.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
public CSVExportDataExchangeHelperContext(String preferenceName, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session)
CSVExportDataExchangeHelperContext using the preference name.preferenceName - the preference name is declared in Name field of the Application interface preference table in the {addon.label} dataset.currentTable - the current table.session - the current session.public com.onwbp.adaptation.Adaptation getCurrentDataset()
getCurrentDataset in interface DataExchangeHelperContextpublic com.onwbp.adaptation.AdaptationTable getCurrentTable()
getCurrentTable in interface DataExchangeHelperContextpublic com.orchestranetworks.service.Session getSession()
getSession in interface DataExchangeHelperContextpublic ServiceType getServiceType()
getServiceType in interface DataExchangeHelperContextpublic String getPreferenceName()