Skip navigation links
Data Exchange Add-on Documentation
A B C D E F G H I J L M O P R S T U V X 

C

ColumnHeaderSpec - Class in com.orchestranetworks.addon.dataexchange.validator
Deprecated.
Since 2.3.0, replaced by SpreadsheetField, CSVField.
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
Provides the methods to get a CommonApplication.
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
Creates an instance of CommonApplication with the specific logical name and ApplicationType.
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
Provides the methods to get an ApplicationMapping instance for CSV export.
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
Creates a new CSVExportDataExchangeHelperContext using the preference name.
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
Provides the methods to get an ApplicationMapping instance for CSV import.
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
Creates a new CSVImportDataExchangeHelperContext using the preference name.
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
Extends TableGeneration to generate a CSVTable instance.
CSVTableHelper - Interface in com.orchestranetworks.addon.dex.common.generation
Extends TableHelper to get CSVTable declared in the EBX® Data Exchange Add-on dataset.
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
Deprecated.
Since 2.3.0, replaced by ValidatorContext.
A B C D E F G H I J L M O P R S T U V X 
Skip navigation links

EBX® Data Exchange Add-on Version 3.0.6 [1011:0005].

Copyright TIBCO Software Inc. 2001-2022. All rights reserved.
All third party product and company names and third party marks mentioned in this document are the property of their respective owners and are mentioned for identification.