Uses of Interface
com.orchestranetworks.addon.dint.schema.Field
-
Packages that use Field Package Description com.orchestranetworks.addon.dint.mapping Provides classes and interfaces for creating a mapping specification between source and target tables.com.orchestranetworks.addon.dint.mapping.steps Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps.com.orchestranetworks.addon.dint.schema Provides classes and interfaces that represent fields and tables for the supported data source. -
-
Uses of Field in com.orchestranetworks.addon.dint.mapping
Classes in com.orchestranetworks.addon.dint.mapping with type parameters of type Field Modifier and Type Interface Description interfaceFieldMatcher<SF extends Field,TF extends Field>Strategy to match source fields with target fields when mapping fields.interfaceFieldMatcher<SF extends Field,TF extends Field>Strategy to match source fields with target fields when mapping fields.classSourceTable<T extends Table<F>,F extends Field>Represents a source table in aTableMapping.classTableMapping<SF extends Field,TF extends Field>Mapping between aSourceTableand aTargetTable.classTableMapping<SF extends Field,TF extends Field>Mapping between aSourceTableand aTargetTable.classTargetTable<T extends Table<F>,F extends Field>Represents a target table in aTableMapping.Methods in com.orchestranetworks.addon.dint.mapping with type parameters of type Field Modifier and Type Method Description static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByIndex()Returntrueif the source field's index equals the target field's indexstatic <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByIndex()Returntrueif the source field's index equals the target field's indexstatic <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByLabel()Returnstrueif the source field's label equals the target field's label (case-sensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByLabel()Returnstrueif the source field's label equals the target field's label (case-sensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByLabelIgnoreCase()Returnstrueif the source field's label equals the target field's label (case-insensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF>FieldMatcher. getMatcherByLabelIgnoreCase()Returnstrueif the source field's label equals the target field's label (case-insensitive).static <ST extends Table<SF>,SF extends Field,TT extends Table<TF>,TF extends Field>
TableMapping<SF,TF>TableMapping. of(SourceTable<ST,SF> source, TargetTable<TT,TF>... targets)Creates a new instance from a source table and one or many target tables.static <ST extends Table<SF>,SF extends Field,TT extends Table<TF>,TF extends Field>
TableMapping<SF,TF>TableMapping. of(SourceTable<ST,SF> source, TargetTable<TT,TF>... targets)Creates a new instance from a source table and one or many target tables. -
Uses of Field in com.orchestranetworks.addon.dint.mapping.steps
Classes in com.orchestranetworks.addon.dint.mapping.steps with type parameters of type Field Modifier and Type Class Description classAggregateTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for anAggregateTransformationDefinition.classAggregateTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for anAggregateTransformationDefinition.classConstantTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for a constant value.classConstantTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for a constant value.classConversionTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aConversionTransformationDefinition.classConversionTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aConversionTransformationDefinition.classCrossReferenceTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aCrossReference.classCrossReferenceTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aCrossReference.classMappingStep<SF extends Field,TF extends Field>Steps to construct a mapping from source to target within aTableMapping.classMappingStep<SF extends Field,TF extends Field>Steps to construct a mapping from source to target within aTableMapping.interfaceMultiOutputTransformableStep<SF extends Field,TF extends Field>Represents mapping steps that can have more than one output value.interfaceMultiOutputTransformableStep<SF extends Field,TF extends Field>Represents mapping steps that can have more than one output value.interfaceSingleOutputTransformableStep<SF extends Field,TF extends Field>Represents mapping steps that have only one output.interfaceSingleOutputTransformableStep<SF extends Field,TF extends Field>Represents mapping steps that have only one output.classSourceFieldMappingStep<SF extends Field,TF extends Field>Mapping step for a sourceField.classSourceFieldMappingStep<SF extends Field,TF extends Field>Mapping step for a sourceField.classSplitTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aSplitTransformationDefinition.classSplitTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aSplitTransformationDefinition.classTargetFieldMappingStep<SF extends Field,TF extends Field>Mapping step for a targetField.classTargetFieldMappingStep<SF extends Field,TF extends Field>Mapping step for a targetField.classTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aTransformationDefinition.classTransformationMappingStep<SF extends Field,TF extends Field>Mapping step for aTransformationDefinition. -
Uses of Field in com.orchestranetworks.addon.dint.schema
Classes in com.orchestranetworks.addon.dint.schema with type parameters of type Field Modifier and Type Interface Description interfaceTable<F extends Field>Represents a table in a data source.Subinterfaces of Field in com.orchestranetworks.addon.dint.schema Modifier and Type Interface Description interfaceCSVFieldField in aCSVTable.interfaceExcelFieldField in anExcelTable.interfaceSQLFieldField in anSQLTable.Classes in com.orchestranetworks.addon.dint.schema that implement Field Modifier and Type Class Description classEBXFieldField in anEBXTable.
-