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.
|
Class and Description |
---|
ApplicationMappingHelper
Provides the methods to get
ApplicationMapping . |
CSVExportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for CSV
export. |
CSVImportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for CSV
import. |
CSVTableGeneration
Extends
TableGeneration to generate a CSVTable instance. |
CSVTableHelper
Extends
TableHelper to get CSVTable declared in the {addon.label} dataset. |
EBXTableGeneration
Extends the
TableHelper to generate EBXTable . |
EBXTableHelper
Extends the
TableHelper to get the EBXTable declared in the {addon.label} dataset. |
SpreadsheetExportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for
spreadsheet export. |
SpreadsheetImportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for
spreadsheet import. |
SpreadsheetTableGeneration
Extends the
TableGeneration to generate a SpreadsheetTable . |
SpreadsheetTableHelper
Extends the
TableHelper to get the SpreadsheetTable declared in the {addon.label} dataset. |
SQLExportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping for SQL export. |
SQLImportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for SQL import. |
SQLTableGeneration
Provides the methods to generate an
SQLTable instance. |
SQLTableHelper
Extends the
TableHelper to get the SQLTable declared in the {addon.label} dataset. |
TableGeneration
Provides the methods to generate a
TableGenerationResult instance. |
TableGenerationResult
Defines table generation results.
|
TableHelper
Provides the methods to get the
Table declared in the {addon.label}
dataset. |
TableHelperSpec
Provides the methods to get the
Table declared in the {addon.label}
dataset. |
TransferApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for data transfer. |
XMLExportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for XML export. |
XMLImportApplicationMappingHelper
Provides the methods to get an
ApplicationMapping instance for XML import. |
XMLTableGeneration
Extends the
TableHelper to generate an XMLTable instance. |
XMLTableHelper
Extends the
TableHelper to get the XMLTable declared in the {addon.label} dataset. |