Uses of Interface
com.orchestranetworks.addon.dex.mapping.Field
-
Packages that use Field Package Description com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services.com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications.com.orchestranetworks.addon.dex.transformation 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 Field Modifier and Type Interface Description interfaceApplicationMappingHelper<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.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 Field Modifier and Type Method Description java.util.Map<Field,java.lang.String>CSVExportConfigurationSpec. getDateTimePatterns()Returns a map of date time patterns andFieldinstance as the key parameter.java.util.Map<Field,java.lang.String>CSVImportConfigurationSpec. getDateTimePatterns()Returns a map of date time patterns andFieldinstance as the key parameter.java.util.List<Field>TableFilter. getViewedFields()Returns the wanted fields.Method parameters in com.orchestranetworks.addon.dex.configuration with type arguments of type Field Modifier and Type Method Description voidCSVExportConfigurationSpec. setDateTimePatterns(java.util.Map<Field,java.lang.String> dateTimePatterns)Sets a map of date time patterns andFieldinstance as the key parameter.voidCSVImportConfigurationSpec. setDateTimePatterns(java.util.Map<Field,java.lang.String> dateTimePatterns)Sets a map of date time patterns andFieldinstance as the key parameter.voidTableFilter. setViewedFields(java.util.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 Field Modifier and Type Class Description 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.classApplicationMapping<SC extends Field,TC extends Field>Specifies the configuration used to map source and target applications.classApplicationMapping<SC extends Field,TC extends Field>Specifies the configuration used to map source and target applications.classFieldMapping<SC extends Field,TC extends Field>Specifies the configuration used when mapping between source and target fields.classFieldMapping<SC extends Field,TC extends Field>Specifies the configuration used when mapping between source and target fields.classFieldMappingList<SC extends Field,TC extends Field>Specifies the configuration used for a list of field mappings.classFieldMappingList<SC extends Field,TC extends Field>Specifies the configuration used for a list of field mappings.interfaceRecord<F extends Field>Specifies the configuration for a record.interfaceTable<C extends Field>Provides a list of a table's fields.classTableMapping<SC extends Field,TC extends Field>Specifies the configuration used to map between source and target tables.classTableMapping<SC extends Field,TC extends Field>Specifies the configuration used to map between source and target tables.classTableMappingList<SC extends Field,TC extends Field>Specifies the configuration for a list of table mappings.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 Field Modifier and Type Class Description classCSVFieldSpecifies CSV field configuration information.classEBXFieldSpecifies the configuration used for an EBX® field.classEBXLinkFieldSpecifies the configuration used for an EBX® reference field.classSpreadsheetFieldSpecifies the configuration used for a spreadsheet field.classSQLFieldSpecifies the configuration used for an SQL field in an external database.classXMLFieldSpecifies the configuration used for an XML field.Methods in com.orchestranetworks.addon.dex.mapping that return types with arguments of type Field Modifier and Type Method Description java.util.List<AdditionalFieldMapping<Field>>FieldMapping. getAdditionalFieldMappings()Returns the list of additional field mappings.Method parameters in com.orchestranetworks.addon.dex.mapping with type arguments of type Field Modifier and Type Method Description voidFieldMapping. setAdditionalFieldMappings(java.util.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 Field Modifier and Type Interface Description interfaceAggregationTransformationExecutionContext<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 Modifier and Type Method Description FieldAggregationTransformationExecutionValue. getField()Returns the source node during transfer or export andnullduring import.
-