- ColumnHeaderSpec - Class in com.orchestranetworks.addon.dataexchange.validator
-
- ColumnHeaderSpec(String, int) - Constructor for class com.orchestranetworks.addon.dataexchange.validator.ColumnHeaderSpec
-
Deprecated.
- com.orchestranetworks.addon.adix - package com.orchestranetworks.addon.adix
-
Classes and interfaces to call Adix import and export.
- com.orchestranetworks.addon.dataexchange - package com.orchestranetworks.addon.dataexchange
-
Classes and interfaces to call EBX® Data Exchange Add-on import, export and transfer data.
- com.orchestranetworks.addon.dataexchange.sql - package com.orchestranetworks.addon.dataexchange.sql
-
Classes and interfaces to define mappings in EBX® Data Exchange Add-on SQL import and export.
- com.orchestranetworks.addon.dataexchange.transformation - package com.orchestranetworks.addon.dataexchange.transformation
-
Classes and interfaces to call EBX® Data Exchange Add-on transformation functions to convert data for import, export and transfer.
- com.orchestranetworks.addon.dataexchange.validator - package com.orchestranetworks.addon.dataexchange.validator
-
Classes and interfaces to call EBX® Data Exchange Add-on import Excel, CSV, XML and transfer data service using validators.
- com.orchestranetworks.addon.dex - package com.orchestranetworks.addon.dex
-
Classes and interfaces to call the EBX® Data Exchange Add-on import, export and transfer.
- com.orchestranetworks.addon.dex.common - package com.orchestranetworks.addon.dex.common
-
Provides the classes and interfaces used to supply a context for integrating EBX® Data Exchange Add-on services.
- com.orchestranetworks.addon.dex.common.generation - package 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.configuration - package com.orchestranetworks.addon.dex.configuration
-
Classes and interfaces to define specifications for the import, export and transfer data services.
- com.orchestranetworks.addon.dex.mapping - package com.orchestranetworks.addon.dex.mapping
-
Classes and interfaces to configure mapping between source and target applications.
- com.orchestranetworks.addon.dex.result - package com.orchestranetworks.addon.dex.result
-
Classes and interfaces to define a result when executing data import, export and transfer.
- com.orchestranetworks.addon.dex.transformation - package com.orchestranetworks.addon.dex.transformation
-
Classes and interfaces to call EBX® Data Exchange Add-on transformation
functions for the import, export and transfer data services.
- com.orchestranetworks.addon.dex.validator - package com.orchestranetworks.addon.dex.validator
-
Classes and interfaces to call EBX® Data Exchange Add-on import Excel, CSV, XML and transfer data services using validator.
- com.orchestranetworks.addon.dml - package com.orchestranetworks.addon.dml
-
Classes and interfaces to call the Dynamic data modeling service.
- CommonApplication - Class in com.orchestranetworks.addon.dex.mapping
-
Defines the configuration for an application.
- CommonApplication(String, ApplicationType) - Constructor for class com.orchestranetworks.addon.dex.mapping.CommonApplication
-
- CommonApplicationMappingFactory - Class in com.orchestranetworks.addon.dex.common
-
- ConfigurationSpec<T extends Table> - Interface in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used for data import, export and transfer.
- contains(FieldMapping<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
-
Returns true
if this contains the specified element.
- createCommonApplication(String, ApplicationType) - Method in class com.orchestranetworks.addon.dex.common.CommonApplicationMappingFactory
-
- CSV - Static variable in class com.orchestranetworks.addon.adix.ExportType
-
Deprecated.
Specifies the export type used to export data from a table to a CSV file.
- CSV - Static variable in class com.orchestranetworks.addon.adix.ImportType
-
Deprecated.
Specifies the import type used for importing data from a CSV file into a table.
- CSV - Static variable in class com.orchestranetworks.addon.dataexchange.transformation.ApplicationType
-
Specifies the application type used to import/ export data from/to a CSV file.
- CSVExportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
- CSVExportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used when exporting data to a CSV file.
- CSVExportConfigurationSpec(ServiceContext) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
- CSVExportConfigurationSpec(AdaptationTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
- CSVExportConfigurationSpec(EBXTable, TableFilter, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVExportConfigurationSpec
-
- CSVExportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
-
Provides the context to get the
DataExchangeSpec
for exporting CSV from the configuration declared in the EBX® Data Exchange Add-on dataset.
- CSVExportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.CSVExportDataExchangeHelperContext
-
- CSVField - Class in com.orchestranetworks.addon.dex.mapping
-
Specifies CSV field configuration information.
- CSVField(int) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
-
Used to create a CSV field with specified index.
- CSVField(int, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
-
Used to create a CSV field with specified index and
FieldAttribute
enumeration.
- CSVField(int, String, String) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
-
Used to create a CSV field with specified index, name and label.
- CSVField(int, String, String, FieldAttribute) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVField
-
Used to create a CSV field with specified index, name, label and
FieldAttribute
enumeration.
- CSVImportApplicationMappingHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
- CSVImportConfigurationSpec - Class in com.orchestranetworks.addon.dex.configuration
-
Specifies the configuration used when importing data from a CSV file.
- CSVImportConfigurationSpec(AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
- CSVImportConfigurationSpec(AdaptationTable, CSVTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
-
- CSVImportDataExchangeHelperContext - Class in com.orchestranetworks.addon.dex
-
Provides the context to get the
DataExchangeSpec
for importing CSV from the configuration declared in the EBX® Data Exchange Add-on dataset.
- CSVImportDataExchangeHelperContext(String, AdaptationTable, Session) - Constructor for class com.orchestranetworks.addon.dex.CSVImportDataExchangeHelperContext
-
- CSVTable - Class in com.orchestranetworks.addon.dex.mapping
-
Specifies the configuration for a CSV table.
- CSVTable(String) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVTable
-
- CSVTable(String, List<CSVField>) - Constructor for class com.orchestranetworks.addon.dex.mapping.CSVTable
-
- CSVTableGeneration - Interface in com.orchestranetworks.addon.dex.common.generation
-
- CSVTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
-
- CSVTableHelperSpec - Class in com.orchestranetworks.addon.dex.common.generation
-
Specifies the configuration used to get the
CSVTable
declared in the EBX® Data Exchange Add-on dataset.
- CSVTableHelperSpec(String, Session) - Constructor for class com.orchestranetworks.addon.dex.common.generation.CSVTableHelperSpec
-
- CSVValidatorContext - Interface in com.orchestranetworks.addon.dataexchange.validator
-