Package | Description |
---|---|
com.orchestranetworks.addon.dex.configuration |
Classes and interfaces to define specifications for the import, export and transfer data services.
|
Modifier and Type | Method and Description |
---|---|
Map<SpreadsheetTable,TableFilter> |
SpreadsheetImportConfigurationSpec.getSourceTableFilters()
Returns a map of source table filters.
|
List<SpreadsheetTable> |
SpreadsheetImportConfigurationSpec.getSourceTables()
Returns the list of source tables.
|
Constructor and Description |
---|
SpreadsheetImportConfigurationSpec(com.onwbp.adaptation.AdaptationTable currentTable,
SpreadsheetTable spreadsheetTable,
com.orchestranetworks.service.Session session)
Imports data into a table outside of a
UIService . |
Constructor and Description |
---|
SpreadsheetImportConfigurationSpec(com.onwbp.adaptation.Adaptation dataset,
List<SpreadsheetTable> sourceTables,
com.orchestranetworks.service.Session session)
Imports data into multiple tables outside of a
UIService . |