Index
All Classes and Interfaces|All Packages|Serialized Form
A
- add(TransformerDefinition, Repository) - Static method in class com.orchestranetworks.addon.adix.TransformerCatalog
 - 
Deprecated.Registers the transformer class specified.
 - add(SQLMappingColumnDefinition) - Static method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnCatalog
 - 
Deprecated.Registers the specified custom SQL mapping column.
 - add(SQLMappingColumnResult) - Method in class com.orchestranetworks.addon.dataexchange.sql.SQLMappingColumnResultList
 - 
Deprecated.Adds a
SQLMappingColumnResultobject. - add(TransformationDefinition) - Static method in class com.orchestranetworks.addon.dataexchange.transformation.TransformationCatalog
 - 
Deprecated.Registers the specified custom transformation.
 - add(ValidatorDefinition) - Static method in class com.orchestranetworks.addon.dataexchange.validator.ValidatorCatalog
 - 
Deprecated.Registers the specified
validator. - add(FieldMapperDefinition) - Static method in class com.orchestranetworks.addon.dex.mapping.FieldMapperCatalog
 - 
Registers the specified custom mapping field.
 - add(FieldMapping<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
 - 
Adds a
FieldMappingobject to this list. - add(TableMapping<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
 - 
Adds a
TableMappinginstance to this list. - add(Result) - Method in class com.orchestranetworks.addon.dex.result.ResultList
 - 
Adds a
Resultobject to thisResultList. - add(TransformationDefinition) - Static method in class com.orchestranetworks.addon.dex.transformation.TransformationCatalog
 - 
Registers the specified custom transformation.
 - add(ValidatorDefinition) - Static method in class com.orchestranetworks.addon.dex.validator.ValidatorCatalog
 - 
Registers the specified
Validator. - addAll(FieldMappingList<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.FieldMappingList
 - 
Adds all of the elements in the specified
FieldMappingListinstance to the end of this list. - addAll(TableMappingList<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
 - 
Adds all of the elements in the specified
TableMappingListinstance to the end of this list. - AdditionalFieldMapping<T extends Field> - Class in com.orchestranetworks.addon.dex.mapping
 - 
Specifies the configuration used for additional fields that are involved in a one to many fields transformation function, such as aggregation or split.
 - AdditionalFieldMapping(T) - Constructor for class com.orchestranetworks.addon.dex.mapping.AdditionalFieldMapping
 - AdixException - Exception in com.orchestranetworks.addon.adix
 - 
Defines an Adix add-on exception.
 - AdixException(UserMessage) - Constructor for exception com.orchestranetworks.addon.adix.AdixException
 - AdixException(UserMessage, Throwable) - Constructor for exception com.orchestranetworks.addon.adix.AdixException
 - AdixExport - Interface in com.orchestranetworks.addon.adix
 - 
Deprecated.
 - AdixExportResult - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeResult. - AdixExportResult() - Constructor for class com.orchestranetworks.addon.adix.AdixExportResult
 - 
Deprecated.
 - AdixExportSpec - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeSpec. - AdixExportSpec() - Constructor for class com.orchestranetworks.addon.adix.AdixExportSpec
 - 
Deprecated.
 - AdixFactory - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeServiceFactory. - AdixImport - Interface in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeService. - AdixImportResult - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeResult. - AdixImportResult() - Constructor for class com.orchestranetworks.addon.adix.AdixImportResult
 - 
Deprecated.
 - AdixImportResultBean - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
ImportResult. - AdixImportResultBean() - Constructor for class com.orchestranetworks.addon.adix.AdixImportResultBean
 - 
Deprecated.
 - AdixImportSpec - Class in com.orchestranetworks.addon.adix
 - 
Deprecated.Since 2.3.0, replaced by
DataExchangeSpec. - AdixImportSpec() - Constructor for class com.orchestranetworks.addon.adix.AdixImportSpec
 - 
Deprecated.
 - AGGREGATION - Enum constant in enum com.orchestranetworks.addon.dex.mapping.MappingType
 - 
Specifies the mapping type used when two or more source fields are aggregated to one target field.
 - AggregationTransformation - Interface in com.orchestranetworks.addon.dataexchange.transformation
 - 
Deprecated.Since 2.3.0, replaced by
AggregationTransformation. - AggregationTransformation - Interface in com.orchestranetworks.addon.dex.transformation
 - 
Provides the method used in an aggregation transformation.
 - AggregationTransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
 - 
Deprecated.Since 2.3.0, replaced by
AggregationTransformationExecutionContext. - AggregationTransformationExecutionContext<SC extends Field,
TC extends Field> - Interface in com.orchestranetworks.addon.dex.transformation  - 
Provides a context for an aggregation transformation when transferring, exporting, or importing data.
 - AggregationTransformationExecutionValue - Class in com.orchestranetworks.addon.dataexchange.transformation
 - 
Deprecated.Since 2.3.0, replaced by
AggregationTransformationExecutionValue. - AggregationTransformationExecutionValue - Class in com.orchestranetworks.addon.dex.transformation
 - 
Specifies the configuration used to import data into a file.
 - ApplicationInterfaceConfigurationFactory - Class in com.orchestranetworks.addon.dex.common
 - 
Provides the methods to get a
PrimaryKeyset that identifies records in the Application interface preference table located in the EBX Data Exchange Add-on dataset. - ApplicationMapping<SC extends Field,
TC extends Field> - Class in com.orchestranetworks.addon.dex.mapping  - 
Specifies the configuration used to map source and target applications.
 - ApplicationMapping(CommonApplication, CommonApplication) - Constructor for class com.orchestranetworks.addon.dex.mapping.ApplicationMapping
 - ApplicationMapping(CommonApplication, CommonApplication, TableMappingList<SC, TC>) - Constructor for class com.orchestranetworks.addon.dex.mapping.ApplicationMapping
 - ApplicationMappingHelper<SC extends Field,
TC extends Field, T extends Table<SC>> - Interface in com.orchestranetworks.addon.dex.common.generation  - 
Provides the methods to get
ApplicationMapping. - ApplicationMappingHelperFactory - Class in com.orchestranetworks.addon.dex.common.generation
 - 
Creates instances of
ApplicationMappingHelper. - ApplicationType - Class in com.orchestranetworks.addon.dataexchange.transformation
 - 
Defines possible application types.
 - ARRAY - Enum constant in enum com.orchestranetworks.addon.dataexchange.sql.SQLDataType
 - 
Specifies the SQL data type
ARRAY. 
All Classes and Interfaces|All Packages|Serialized Form
DataExchangeService.