- 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.
- 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
-
- add(TableMapping<SC, TC>) - Method in class com.orchestranetworks.addon.dex.mapping.TableMappingList
-
- add(Result) - Method in class com.orchestranetworks.addon.dex.result.ResultList
-
Adds a
Result
object to this
ResultList
.
- 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
FieldMappingList
instance 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
TableMappingList
instance 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
-
- AdixExportResult - Class in com.orchestranetworks.addon.adix
-
- AdixExportResult() - Constructor for class com.orchestranetworks.addon.adix.AdixExportResult
-
Deprecated.
- AdixExportSpec - Class in com.orchestranetworks.addon.adix
-
- AdixExportSpec() - Constructor for class com.orchestranetworks.addon.adix.AdixExportSpec
-
Deprecated.
- AdixFactory - Class in com.orchestranetworks.addon.adix
-
- AdixImport - Interface in com.orchestranetworks.addon.adix
-
- AdixImportResult - Class in com.orchestranetworks.addon.adix
-
- AdixImportResult() - Constructor for class com.orchestranetworks.addon.adix.AdixImportResult
-
Deprecated.
- AdixImportResultBean - Class in com.orchestranetworks.addon.adix
-
- AdixImportResultBean() - Constructor for class com.orchestranetworks.addon.adix.AdixImportResultBean
-
Deprecated.
- AdixImportSpec - Class in com.orchestranetworks.addon.adix
-
- AdixImportSpec() - Constructor for class com.orchestranetworks.addon.adix.AdixImportSpec
-
Deprecated.
- AggregationTransformation - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- AggregationTransformation - Interface in com.orchestranetworks.addon.dex.transformation
-
Provides the method used in an aggregation transformation.
- AggregationTransformationExecutionContext - Interface in com.orchestranetworks.addon.dataexchange.transformation
-
- 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
-
- 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 PrimaryKey
set 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
-
- ApplicationMappingHelperFactory - Class in com.orchestranetworks.addon.dex.common.generation
-
- ApplicationType - Class in com.orchestranetworks.addon.dataexchange.transformation
-
Defines possible application types.