Index

A B C D E F G H I J L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form

C

CARRIAGE_RETURN - Enum constant in enum com.orchestranetworks.addon.dex.configuration.LineReturnCharacters
Specifies the carriage return characters used to indicate the end of a CSV line.
CARRIAGE_RETURN_AND_LINE_FEED - Enum constant in enum com.orchestranetworks.addon.dex.configuration.LineReturnCharacters
Specifies the carriage return and line feed characters used to indicate the end of a CSV line.
CHAR - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Specifies the SQL data type CHAR.
CLOB - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
Specifies the SQL data type CLOB.
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.
COMMA - Enum constant in enum com.orchestranetworks.addon.dex.configuration.DecimalSymbol
Specifies the comma character used as decimal notation.
COMMA - Enum constant in enum com.orchestranetworks.addon.dex.configuration.Separator
Specifies the comma character used as separator.
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.
CONTINUE - Enum constant in enum com.orchestranetworks.addon.dataexchange.validator.ValidatorStatus
Deprecated.
Specifies the validator status used to continue import process on the current record.
CONTINUE - Enum constant in enum com.orchestranetworks.addon.dex.validator.ValidatorStatus
Specifies the validator status used to continue import process on the current record.
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.
CSV_EXPORT - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ServiceType
Specifies the service type used to export data to a CSV file.
CSV_IMPORT - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ServiceType
Specifies the service type used to import data from a CSV file.
CSV_PREFERENCES - Enum constant in enum com.orchestranetworks.addon.dex.configuration.ImportScope
Specifies that the import includes all CSV preference settings in the Application, Semantic model, Data model, Data mapping, and Path groups.
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(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
 
CSVExportConfigurationSpec(ServiceContext) - 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, CSVTable, Session) - Constructor for class com.orchestranetworks.addon.dex.configuration.CSVImportConfigurationSpec
 
CSVImportConfigurationSpec(AdaptationTable, 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 N O P R S T U V X 
All Classes and Interfaces|All Packages|Serialized Form