public final class XMLImportConfigurationSpec extends FileImportConfigurationSpec<XMLTable>
Constructor and Description |
---|
XMLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
XMLTable sourceTable,
com.orchestranetworks.service.Session session) |
Modifier and Type | Method and Description |
---|---|
com.onwbp.adaptation.Adaptation |
getCurrentDataset()
Returns the current dataset.
|
com.onwbp.adaptation.AdaptationTable |
getCurrentTable()
Returns the current table.
|
ServiceType |
getServiceType()
Returns the service type.
|
com.orchestranetworks.service.Session |
getSession()
Returns the current session.
|
Map<XMLTable,TableFilter> |
getSourceTableFilters()
Returns a map of table filters and a
Table instance as the key parameter. |
List<XMLTable> |
getSourceTables()
Returns the list of source tables.
|
getErrorFilePath, getImportedFile, getImportMode, isEmptyOrNullPrimaryKeyChecked, isEmptyOrNullValueIgnored, isHeaderUsed, isImportForced, isInvalidDataDownloaded, setEmptyOrNullPrimaryKeyChecked, setEmptyOrNullValueIgnored, setErrorFilePath, setHeaderUsed, setImportedFile, setImportForced, setImportMode, setInvalidDataDownloaded
public XMLImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable, XMLTable sourceTable, com.orchestranetworks.service.Session session) throws DataExchangeException
DataExchangeException
public ServiceType getServiceType()
public com.onwbp.adaptation.Adaptation getCurrentDataset()
public com.onwbp.adaptation.AdaptationTable getCurrentTable()
public com.orchestranetworks.service.Session getSession()
public Map<XMLTable,TableFilter> getSourceTableFilters()
Table
instance as the key parameter.
Returns null
when importing CSV, Excel and XML.