Uses of Interface
com.orchestranetworks.addon.dex.mapping.Field
Packages that use 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
Classes in com.orchestranetworks.addon.dex.common.generation with type parameters of type FieldModifier and TypeInterfaceDescriptioninterfaceApplicationMappingHelper<SC extends Field,TC extends Field, T extends Table<SC>> Provides the methods to getApplicationMapping.interfaceApplicationMappingHelper<SC extends Field,TC extends Field, T extends Table<SC>> Provides the methods to getApplicationMapping.interfaceTableGeneration<F extends Field,T extends Table<F>> Provides the methods to generate aTableGenerationResultinstance.final classTableGenerationResult<C extends Field,T extends Table<C>> Defines table generation results.interfaceTableHelper<F extends Field,T extends Table<F>, S extends TableHelperSpec> Provides the methods to get theTabledeclared in the {addon.label} dataset. -
Uses of Field in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return types with arguments of type FieldModifier and TypeMethodDescriptionCSVExportConfigurationSpec.getDateTimePatterns()Returns a map of date time patterns andFieldinstance as the key parameter.CSVImportConfigurationSpec.getDateTimePatterns()Returns a map of date time patterns andFieldinstance as the key parameter.TableFilter.getViewedFields()Returns the wanted fields.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type FieldModifier and TypeMethodDescriptionvoidCSVExportConfigurationSpec.setDateTimePatterns(Map<Field, String> dateTimePatterns) Sets a map of date time patterns andFieldinstance as the key parameter.voidCSVImportConfigurationSpec.setDateTimePatterns(Map<Field, String> dateTimePatterns) Sets a map of date time patterns andFieldinstance as the key parameter.voidTableFilter.setViewedFields(List<Field> viewedFields) Sets the wanted fields. -
Uses of Field in com.orchestranetworks.addon.dex.mapping
Classes in com.orchestranetworks.addon.dex.mapping with type parameters of type FieldModifier and TypeClassDescriptionfinal classAdditionalFieldMapping<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 classApplicationMapping<SC extends Field,TC extends Field> Specifies the configuration used to map source and target applications.final classApplicationMapping<SC extends Field,TC extends Field> Specifies the configuration used to map source and target applications.final classFieldMapping<SC extends Field,TC extends Field> Specifies the configuration used when mapping between source and target fields.final classFieldMapping<SC extends Field,TC extends Field> Specifies the configuration used when mapping between source and target fields.final classFieldMappingList<SC extends Field,TC extends Field> Specifies the configuration used for a list of field mappings.final classFieldMappingList<SC extends Field,TC extends Field> Specifies the configuration used for a list of field mappings.interfaceSpecifies the configuration for a record.interfaceProvides a list of a table's fields.final classTableMapping<SC extends Field,TC extends Field> Specifies the configuration used to map between source and target tables.final classTableMapping<SC extends Field,TC extends Field> Specifies the configuration used to map between source and target tables.final classTableMappingList<SC extends Field,TC extends Field> Specifies the configuration for a list of table mappings.final classTableMappingList<SC extends Field,TC extends Field> Specifies the configuration for a list of table mappings.Classes in com.orchestranetworks.addon.dex.mapping that implement FieldModifier and TypeClassDescriptionfinal classSpecifies CSV field configuration information.classSpecifies the configuration used for an EBX® field.final classSpecifies the configuration used for an EBX® reference field.final classSpecifies the configuration used for a spreadsheet field.final classSpecifies the configuration used for an SQL field in an external database.final classSpecifies the configuration used for an XML field.Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type FieldModifier and TypeMethodDescriptionFieldMapping.getAdditionalFieldMappings()Returns the list of additional field mappings.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type FieldModifier and TypeMethodDescriptionvoidFieldMapping.setAdditionalFieldMappings(List<AdditionalFieldMapping<Field>> additionalFieldMappings) Sets a list of additional field mappings to this. -
Uses of Field in com.orchestranetworks.addon.dex.transformation
Classes in com.orchestranetworks.addon.dex.transformation with type parameters of type FieldModifier and TypeInterfaceDescriptioninterfaceAggregationTransformationExecutionContext<SC extends Field,TC extends Field> Provides a context for an aggregation transformation when transferring, exporting, or importing data.interfaceAggregationTransformationExecutionContext<SC extends Field,TC extends Field> Provides a context for an aggregation transformation when transferring, exporting, or importing data.interfaceExportTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context when exporting data.interfaceExportTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context when exporting data.interfaceImportTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context when importing data.interfaceImportTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context when importing data.interfaceTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context.interfaceTransformationExecutionContext<SC extends Field,TC extends Field> Provides the transformation context.Methods in com.orchestranetworks.addon.dex.transformation that return Field