Uses of Interface
com.orchestranetworks.addon.dint.schema.Field
Packages that use Field
Package
Description
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps.
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 FieldModifier and TypeInterfaceDescriptioninterfaceFieldMatcher<SF extends Field,TF extends Field> Provides the strategy used to match source and target fields when mapping.interfaceFieldMatcher<SF extends Field,TF extends Field> Provides the strategy used to match source and target fields when mapping.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 FieldModifier and TypeMethodDescriptionstatic <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByIndex()Returnstrueif the source field's index equals the target field's index.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByIndex()Returnstrueif the source field's index equals the target field's index.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.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.getMatcherByLabelAndDataType()Returnstrueif the source field's label equals the target field's label (case-sensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByLabelAndDataType()Returnstrueif the source field's label equals the target field's label (case-sensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByLabelAndDataTypeIgnoreCase()Returnstrueif the source field's label equals the target field's label (case-insensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByLabelAndDataTypeIgnoreCase()Returnstrueif the source field's label equals the target field's label (case-insensitive) and data type.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 <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByName()Returnstrueif the source field's name equals the target field's name (case-sensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByName()Returnstrueif the source field's name equals the target field's name (case-sensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameAndDataType()Returnstrueif the source field's name equals the target field's name (case-sensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameAndDataType()Returnstrueif the source field's name equals the target field's name (case-sensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameAndDataTypeIgnoreCase()Returnstrueif the source field's name equals the target field's name (case-insensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameAndDataTypeIgnoreCase()Returnstrueif the source field's name equals the target field's name (case-insensitive) and data type.static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameIgnoreCase()Returnstrueif the source field's name equals the target field's name (case-insensitive).static <SF extends Field,TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByNameIgnoreCase()Returnstrueif the source field's name equals the target field's name (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 FieldModifier and TypeClassDescriptionfinal classAggregateTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for anAggregateTransformationDefinition.final classAggregateTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for anAggregateTransformationDefinition.final classConstantTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a constant value.final classConstantTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a constant value.final classConversionTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aConversionTransformationDefinition.final classConversionTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aConversionTransformationDefinition.final classCrossReferenceTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aCrossReference.final 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.final classMultipleInputOutputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple input and output transformationTransformationDefinition.final classMultipleInputOutputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple input and output transformationTransformationDefinition.classMultipleInputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple input transformationTransformationDefinition.classMultipleInputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple input transformationTransformationDefinition.final classMultipleOutputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple output transformationTransformationDefinition.final classMultipleOutputTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a multiple output transformationTransformationDefinition.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.final classSourceFieldMappingStep<SF extends Field,TF extends Field> Mapping step for a sourceField.final classSourceFieldMappingStep<SF extends Field,TF extends Field> Mapping step for a sourceField.final classSplitTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aSplitTransformationDefinition.final classSplitTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aSplitTransformationDefinition.final classTargetFieldMappingStep<SF extends Field,TF extends Field> Mapping step for a targetField.final 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 FieldModifier and TypeInterfaceDescriptioninterfaceRepresents a table in a data source.Subinterfaces of Field in com.orchestranetworks.addon.dint.schemaModifier and TypeInterfaceDescriptioninterfaceField in aCSVTable.interfaceField in anExcelTable.interfaceField in anSQLTable.Classes in com.orchestranetworks.addon.dint.schema that implement Field