Uses of Interface
com.orchestranetworks.addon.dex.mapping.Field
Package
Description
Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.
Classes and interfaces to define specifications for the import, export and transfer data services.
Classes and interfaces to configure mapping between source and target applications.
Classes and interfaces to call {addon.label} transformation
functions for the import, export and transfer data services.
-
Uses of Field in com.orchestranetworks.addon.dex.common.generation
Modifier and TypeInterfaceDescriptioninterface
ApplicationMappingHelper<SC extends Field,
TC extends Field, T extends Table<SC>> Provides the methods to getApplicationMapping
.interface
ApplicationMappingHelper<SC extends Field,
TC extends Field, T extends Table<SC>> Provides the methods to getApplicationMapping
.interface
TableGeneration<F extends Field,
T extends Table<F>> Provides the methods to generate aTableGenerationResult
instance.final class
TableGenerationResult<C extends Field,
T extends Table<C>> Defines table generation results.interface
TableHelper<F extends Field,
T extends Table<F>, S extends TableHelperSpec> Provides the methods to get theTable
declared in the {addon.label} dataset. -
Uses of Field in com.orchestranetworks.addon.dex.configuration
Modifier and TypeMethodDescriptionCSVExportConfigurationSpec.getDateTimePatterns()
Returns a map of date time patterns andField
instance as the key parameter.CSVImportConfigurationSpec.getDateTimePatterns()
Returns a map of date time patterns andField
instance as the key parameter.TableFilter.getViewedFields()
Returns the wanted fields.Modifier and TypeMethodDescriptionvoid
CSVExportConfigurationSpec.setDateTimePatterns
(Map<Field, String> dateTimePatterns) Sets a map of date time patterns andField
instance as the key parameter.void
CSVImportConfigurationSpec.setDateTimePatterns
(Map<Field, String> dateTimePatterns) Sets a map of date time patterns andField
instance as the key parameter.void
TableFilter.setViewedFields
(List<Field> viewedFields) Sets the wanted fields. -
Uses of Field in com.orchestranetworks.addon.dex.mapping
Modifier and TypeClassDescriptionfinal class
AdditionalFieldMapping<T extends Field>
Specifies the configuration used for additional fields that are involved in a one to many fields transformation function, such as aggregation or split.final class
ApplicationMapping<SC extends Field,
TC extends Field> Specifies the configuration used to map source and target applications.final class
ApplicationMapping<SC extends Field,
TC extends Field> Specifies the configuration used to map source and target applications.final class
FieldMapping<SC extends Field,
TC extends Field> Specifies the configuration used when mapping between source and target fields.final class
FieldMapping<SC extends Field,
TC extends Field> Specifies the configuration used when mapping between source and target fields.final class
FieldMappingList<SC extends Field,
TC extends Field> Specifies the configuration used for a list of field mappings.final class
FieldMappingList<SC extends Field,
TC extends Field> Specifies the configuration used for a list of field mappings.interface
Specifies the configuration for a record.interface
Provides a list of a table's fields.final class
TableMapping<SC extends Field,
TC extends Field> Specifies the configuration used to map between source and target tables.final class
TableMapping<SC extends Field,
TC extends Field> Specifies the configuration used to map between source and target tables.final class
TableMappingList<SC extends Field,
TC extends Field> Specifies the configuration for a list of table mappings.final class
TableMappingList<SC extends Field,
TC extends Field> Specifies the configuration for a list of table mappings.Modifier and TypeClassDescriptionfinal class
Specifies CSV field configuration information.class
Specifies the configuration used for an EBX® field.final class
Specifies the configuration used for an EBX® reference field.final class
Specifies the configuration used for a spreadsheet field.final class
Specifies the configuration used for an SQL field in an external database.final class
Specifies the configuration used for an XML field.Modifier and TypeMethodDescriptionFieldMapping.getAdditionalFieldMappings()
Returns the list of additional field mappings.Modifier and TypeMethodDescriptionvoid
FieldMapping.setAdditionalFieldMappings
(List<AdditionalFieldMapping<Field>> additionalFieldMappings) Sets a list of additional field mappings to this. -
Uses of Field in com.orchestranetworks.addon.dex.transformation
Modifier and TypeInterfaceDescriptioninterface
AggregationTransformationExecutionContext<SC extends Field,
TC extends Field> Provides a context for an aggregation transformation when transferring, exporting, or importing data.interface
AggregationTransformationExecutionContext<SC extends Field,
TC extends Field> Provides a context for an aggregation transformation when transferring, exporting, or importing data.interface
ExportTransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context when exporting data.interface
ExportTransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context when exporting data.interface
ImportTransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context when importing data.interface
ImportTransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context when importing data.interface
TransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context.interface
TransformationExecutionContext<SC extends Field,
TC extends Field> Provides the transformation context.