Package com.orchestranetworks.addon.dex
Class SpreadsheetExportDataExchangeHelperContext
java.lang.Object
com.orchestranetworks.addon.dex.SpreadsheetExportDataExchangeHelperContext
- All Implemented Interfaces:
 DataExchangeHelperContext
public final class SpreadsheetExportDataExchangeHelperContext
extends Object
implements DataExchangeHelperContext
Provides the context to get the 
DataExchangeSpec for exporting Excel from the configuration declared in the {addon.label} dataset.- Since:
 - 2.7.0
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSpreadsheetExportDataExchangeHelperContext(String preferenceName, com.onwbp.adaptation.Adaptation currentDataset, com.orchestranetworks.service.Session session) Creates a newSpreadsheetExportDataExchangeHelperContextusing the preference name when exporting multiple tables.SpreadsheetExportDataExchangeHelperContext(String preferenceName, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) Creates a newSpreadsheetExportDataExchangeHelperContextusing the preference name when exporting a single table. - 
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.adaptation.AdaptationReturns the current dataset.com.onwbp.adaptation.AdaptationTableReturns the current table.Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.Returns the specified service type.com.orchestranetworks.service.SessionReturns the current session. 
- 
Constructor Details
- 
SpreadsheetExportDataExchangeHelperContext
public SpreadsheetExportDataExchangeHelperContext(String preferenceName, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session) Creates a newSpreadsheetExportDataExchangeHelperContextusing the preference name when exporting a single table.- Parameters:
 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.
 - 
SpreadsheetExportDataExchangeHelperContext
public SpreadsheetExportDataExchangeHelperContext(String preferenceName, com.onwbp.adaptation.Adaptation currentDataset, com.orchestranetworks.service.Session session) Creates a newSpreadsheetExportDataExchangeHelperContextusing the preference name when exporting multiple tables.- Parameters:
 preferenceName- the preference name is declared in Namefield of the Application interface preference table in the {addon.label} dataset.currentDataset- the current dataset.session- the current session.
 
 - 
 - 
Method Details
- 
getCurrentDataset
public com.onwbp.adaptation.Adaptation getCurrentDataset()Returns the current dataset.- Specified by:
 getCurrentDatasetin interfaceDataExchangeHelperContext
 - 
getCurrentTable
public com.onwbp.adaptation.AdaptationTable getCurrentTable()Returns the current table.- Specified by:
 getCurrentTablein interfaceDataExchangeHelperContext
 - 
getSession
public com.orchestranetworks.service.Session getSession()Returns the current session.- Specified by:
 getSessionin interfaceDataExchangeHelperContext
 - 
getServiceType
Returns the specified service type.- Specified by:
 getServiceTypein interfaceDataExchangeHelperContext
 - 
getPreferenceName
Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset. 
 -