Package com.orchestranetworks.addon.dex
Class CSVImportDataExchangeHelperContext
- java.lang.Object
-
- com.orchestranetworks.addon.dex.CSVImportDataExchangeHelperContext
-
- All Implemented Interfaces:
DataExchangeHelperContext
public final class CSVImportDataExchangeHelperContext extends java.lang.Object implements DataExchangeHelperContext
Provides the context to get theDataExchangeSpecfor importing CSV from the configuration declared in the {addon.label} dataset.- Since:
- 2.7.0
-
-
Constructor Summary
Constructors Constructor Description CSVImportDataExchangeHelperContext(java.lang.String preferenceName, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session)Creates a newCSVImportDataExchangeHelperContextusing the preference name.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationgetCurrentDataset()Returns the current dataset.com.onwbp.adaptation.AdaptationTablegetCurrentTable()Returns the current table.java.io.FilegetImportedFile()Returns the imported file.java.lang.StringgetPreferenceName()Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.ServiceTypegetServiceType()Returns the specified service type.com.orchestranetworks.service.SessiongetSession()Returns the current session.voidsetImportedFile(java.io.File importedFile)Sets an imported file to the specified value.
-
-
-
Constructor Detail
-
CSVImportDataExchangeHelperContext
public CSVImportDataExchangeHelperContext(java.lang.String preferenceName, com.onwbp.adaptation.AdaptationTable currentTable, com.orchestranetworks.service.Session session)Creates a newCSVImportDataExchangeHelperContextusing the preference name.- 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.
-
-
Method Detail
-
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
public ServiceType getServiceType()
Returns the specified service type.- Specified by:
getServiceTypein interfaceDataExchangeHelperContext
-
getPreferenceName
public java.lang.String getPreferenceName()
Returns the specified preference name declared in Namefield of the Application interface preference table in the {addon.label} dataset.
-
getImportedFile
public java.io.File getImportedFile()
Returns the imported file.
-
setImportedFile
public void setImportedFile(java.io.File importedFile)
Sets an imported file to the specified value.
-
-