Class XMLImportConfigurationSpec
java.lang.Object
com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec<XMLTable>
com.orchestranetworks.addon.dex.configuration.XMLImportConfigurationSpec
- All Implemented Interfaces:
ConfigurationSpec<XMLTable>
,ImportConfigurationSpec<XMLTable>
Specifies the configuration used to import data from an XML file.
- Since:
- 2.3.0
-
Constructor Summary
ConstructorDescriptionXMLImportConfigurationSpec
(com.onwbp.adaptation.AdaptationTable currentTable, XMLTable sourceTable, com.orchestranetworks.service.Session session) -
Method Summary
Modifier and TypeMethodDescriptioncom.onwbp.adaptation.Adaptation
Returns the current dataset.com.onwbp.adaptation.AdaptationTable
Returns the current table.Returns the service type.com.orchestranetworks.service.Session
Returns the current session.Returns a map of table filters and aTable
instance as the key parameter.Returns the list of source tables.Methods inherited from class com.orchestranetworks.addon.dex.configuration.FileImportConfigurationSpec
getErrorFilePath, getImportedFile, getImportMode, isEmptyOrNullPrimaryKeyChecked, isEmptyOrNullValueIgnored, isHeaderUsed, isImportForced, isInvalidDataDownloaded, setEmptyOrNullPrimaryKeyChecked, setEmptyOrNullValueIgnored, setErrorFilePath, setHeaderUsed, setImportedFile, setImportForced, setImportMode, setInvalidDataDownloaded
-
Constructor Details
-
XMLImportConfigurationSpec
public XMLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, XMLTable sourceTable, com.orchestranetworks.service.Session session) throws DataExchangeException - Throws:
DataExchangeException
-
-
Method Details
-
getServiceType
Returns the service type. -
getCurrentDataset
public com.onwbp.adaptation.Adaptation getCurrentDataset()Returns the current dataset. -
getCurrentTable
public com.onwbp.adaptation.AdaptationTable getCurrentTable()Returns the current table. -
getSession
public com.orchestranetworks.service.Session getSession()Returns the current session. -
getSourceTables
Returns the list of source tables. -
getSourceTableFilters
Returns a map of table filters and aTable
instance as the key parameter. Returnsnull
when importing CSV, Excel and XML.
-