All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AggregateTransformationDefinition<I,O> |
|
| AggregateTransformationMappingStep<SF extends Field,TF extends Field> |
|
| BooleanToString |
Represents a transformation definition for converting from boolean to string.
|
| ConstantTransformationMappingStep<SF extends Field,TF extends Field> |
Mapping step for a constant value.
|
| ConversionTransformationDefinition<I,O> |
|
| ConversionTransformationMappingStep<SF extends Field,TF extends Field> |
|
| CrossReference |
Looks up value from an EBX table.
|
| CrossReferenceTransformationDefinition<I,O> |
|
| CrossReferenceTransformationMappingStep<SF extends Field,TF extends Field> |
|
| CSVExportTemplateSpec |
Template specification for CSV export.
|
| CSVField |
|
| CSVImportTemplateSpec |
Template specification for CSV import.
|
| CSVSourceTable |
|
| CSVSourceTableSpec |
|
| CSVSourceTableSpec.CSVSourceTableSpecBuilder |
|
| CSVTable |
Table structure in a CSV data source.
|
| CSVTargetTable |
|
| CSVTargetTableSpec |
|
| CSVTargetTableSpec.CSVTargetTableSpecBuilder |
|
| DataFormatOptions |
Global options for formatting and parsing various data types.
|
| DataIntegrationException |
Represents an error with user-friendly message happened during a data integration task.
|
| DataIntegrationExecutionResults |
Contains all results of a data integration execution.
|
| DataIntegrationExecutor |
Executes a data integration task.
|
| DataIntegrationSpec |
Global specification for a data integration task.
|
| DataType |
|
| DateTimeToString |
Represents a transformation definition for converting from date time to string.
|
| DateToString |
Represents a transformation definition for converting from date to string.
|
| DecimalToString |
Represents a transformation definition for converting from decimal to String.
|
| DefaultDataTypes |
Default data types provided by the add-on.
|
| EBXField |
|
| EBXSourceTable |
|
| EBXSourceTableSpec |
|
| EBXSourceTableSpec.EBXSourceTableSpecBuilder |
|
| EBXTable |
Table structure (an AdaptationTable) in an EBX data source.
|
| EBXTableSpec |
|
| EBXTargetTable |
|
| EBXTargetTableSpec |
|
| EBXTargetTableSpec.EBXTargetTableSpecBuilder |
|
| EBXTransaction |
Represents a transaction when importing data into EBX.
|
| EBXTransferTemplateSpec |
Template specification for transfer data from a EBX table to another EBX table.
|
| EBXWriteMode |
Strategy to write into EBX.
|
| ExcelExportTemplateSpec |
Template specification for Excel export.
|
| ExcelField |
|
| ExcelImportTemplateSpec |
Template specification for Excel import.
|
| ExcelSourceTable |
|
| ExcelSourceTableSpec |
|
| ExcelSourceTableSpec.ExcelSourceTableSpecBuilder |
|
| ExcelTable |
Table structure (a sheet) in an Excel data source.
|
| ExcelTargetTable |
|
| ExcelTargetTableSpec |
|
| ExcelTargetTableSpec.ExcelTargetTableSpecBuilder |
|
| Field |
|
| FieldMatcher<SF extends Field,TF extends Field> |
Strategy to match source fields with target fields when mapping fields.
|
| ImportExportTemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Allows you to overwrite the dataset configured in an import or export template.
|
| InputDefinition |
The definition of a transformation's input.
|
| IntegerAggregate |
Represents a transformation function to aggregate integers.
|
| IntegerToString |
Represents a transformation definition for converting from integer to string.
|
| MappingSpec |
Global mapping specification.
|
| MappingStep<SF extends Field,TF extends Field> |
Steps to construct a mapping from source to target within a TableMapping.
|
| MappingStepSelector<S extends MappingStep> |
|
| MappingStepSelectorBuilder<S extends MappingStep> |
|
| MultiOutputTransformableStep<SF extends Field,TF extends Field> |
Represents mapping steps that can have more than one output value.
|
| OutputDefinition |
The definition of a transformation's output.
|
| ParameterDefinition |
The definition of a transformation's parameter.
|
| SchemaPath |
|
| SingleOutputTransformableStep<SF extends Field,TF extends Field> |
Represents mapping steps that have only one output.
|
| SourceFieldMappingStep<SF extends Field,TF extends Field> |
Mapping step for a source Field.
|
| SourceTable<T extends Table<F>,F extends Field> |
|
| SplitToAMultiValuedField |
Represents a transformation function definition that splits the input string at the location of the defined separator and outputs an unbounded list of values.
|
| SplitTransformationDefinition<I,O> |
|
| SplitTransformationMappingStep<SF extends Field,TF extends Field> |
|
| SQLExportTemplateSpec |
Template specification for SQL export.
|
| SQLField |
|
| SQLImportTemplateSpec |
Template specification for SQL import.
|
| SQLSourceTable |
|
| SQLSourceTableSpec |
|
| SQLTable |
Table structure in an SQL data source
|
| SQLTableSpec |
|
| SQLTargetTable |
|
| SQLTargetTableSpec |
|
| SQLWriteMode |
Defines the strategy to write into a table in a database.
|
| StringConcat |
Represents a transformation function to concatenate strings.
|
| StringSplit |
Represents a transformation definition for splits the input string at the location of the defined separator.
|
| StringToBoolean |
Represents a transformation definition for converting from string to boolean.
|
| StringToDate |
Represents a transformation definition for converting from string to date.
|
| StringToDateTime |
Represents a transformation definition for converting from string to date time.
|
| StringToTime |
Represents a transformation definition for converting from string to time.
|
| StringToURI |
Represents a transformation definition for converting from string to URI.
|
| StringUpperCase |
Represents a transformation definition for string upper case.
|
| Table<F extends Field> |
Represents a table in a data source.
|
| TableMapping<SF extends Field,TF extends Field> |
|
| TableMappingModificationContext<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
|
| TableMappingModifier<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
|
| TableMappingResult |
Result for a TableMapping after performing a data integration execution.
|
| TableMappingSelector<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
|
| TargetFieldMappingStep<SF extends Field,TF extends Field> |
Mapping step for a target Field.
|
| TargetTable<T extends Table<F>,F extends Field> |
|
| TemplateConfig<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Configures a user template.
|
| TemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
Abstract specification for a user template.
|
| TimeToString |
Represents a transformation definition for converting from time to string.
|
| TransformationCategory |
Categories of transformations.
|
| TransformationConfigurationContext |
Allows to access the configuration of a transformation.
|
| TransformationDefinition<I,O> |
Definition of a transformation.
|
| TransformationExecutionContext<I> |
Accesses the data to be transformed.
|
| TransformationFunction<I,O> |
|
| TransformationMappingStep<SF extends Field,TF extends Field> |
|
| TransformationRegistry |
|