| Package | Description |
|---|---|
| com.orchestranetworks.addon.dex.common.generation |
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
|
| com.orchestranetworks.addon.dex.mapping |
Classes and interfaces to configure mapping between source and target applications.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationMapping<EBXField,SpreadsheetField> |
SpreadsheetExportApplicationMappingHelper.getApplicationMapping(SpreadsheetExportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
export. |
ApplicationMapping<SpreadsheetField,EBXField> |
SpreadsheetImportApplicationMappingHelper.getApplicationMapping(SpreadsheetImportConfigurationSpec configSpec)
Returns the specified
ApplicationMapping for default spreadsheet
import. |
| Modifier and Type | Method and Description |
|---|---|
List<SpreadsheetField> |
SpreadsheetTable.getFields()
Returns the list of
SpreadsheetField fields on this table. |
| Modifier and Type | Method and Description |
|---|---|
void |
SpreadsheetTable.setFields(List<SpreadsheetField> fields)
Sets a list of
SpreadsheetField fields to this table. |
| Constructor and Description |
|---|
SpreadsheetTable(int sheetIndex,
String sheetName,
List<SpreadsheetField> fields) |