Uses of Interface
com.orchestranetworks.addon.dint.schema.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
Modifier and TypeInterfaceDescriptioninterface
FieldMatcher<SF extends Field,
TF extends Field> Strategy to match source fields with target fields when mapping fields.interface
FieldMatcher<SF extends Field,
TF extends Field> Strategy to match source fields with target fields when mapping fields.class
SourceTable<T extends Table<F>,
F extends Field> Represents a source table in aTableMapping
.class
TableMapping<SF extends Field,
TF extends Field> Mapping between aSourceTable
and aTargetTable
.class
TableMapping<SF extends Field,
TF extends Field> Mapping between aSourceTable
and aTargetTable
.class
TargetTable<T extends Table<F>,
F extends Field> Represents a target table in aTableMapping
.Modifier and TypeMethodDescriptionstatic <SF extends Field,
TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByIndex()
Returntrue
if the source field's index equals the target field's indexstatic <SF extends Field,
TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByIndex()
Returntrue
if the source field's index equals the target field's indexstatic <SF extends Field,
TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByLabel()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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
Modifier and TypeClassDescriptionfinal class
AggregateTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for anAggregateTransformationDefinition
.final class
AggregateTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for anAggregateTransformationDefinition
.final class
ConstantTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a constant value.final class
ConstantTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a constant value.final class
ConversionTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aConversionTransformationDefinition
.final class
ConversionTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aConversionTransformationDefinition
.final class
CrossReferenceTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aCrossReference
.final class
CrossReferenceTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aCrossReference
.class
MappingStep<SF extends Field,
TF extends Field> Steps to construct a mapping from source to target within aTableMapping
.class
MappingStep<SF extends Field,
TF extends Field> Steps to construct a mapping from source to target within aTableMapping
.interface
MultiOutputTransformableStep<SF extends Field,
TF extends Field> Represents mapping steps that can have more than one output value.interface
MultiOutputTransformableStep<SF extends Field,
TF extends Field> Represents mapping steps that can have more than one output value.interface
SingleOutputTransformableStep<SF extends Field,
TF extends Field> Represents mapping steps that have only one output.interface
SingleOutputTransformableStep<SF extends Field,
TF extends Field> Represents mapping steps that have only one output.final class
SourceFieldMappingStep<SF extends Field,
TF extends Field> Mapping step for a sourceField
.final class
SourceFieldMappingStep<SF extends Field,
TF extends Field> Mapping step for a sourceField
.final class
SplitTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aSplitTransformationDefinition
.final class
SplitTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aSplitTransformationDefinition
.final class
TargetFieldMappingStep<SF extends Field,
TF extends Field> Mapping step for a targetField
.final class
TargetFieldMappingStep<SF extends Field,
TF extends Field> Mapping step for a targetField
.class
TransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aTransformationDefinition
.class
TransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for aTransformationDefinition
. -
Uses of Field in com.orchestranetworks.addon.dint.schema
Modifier and TypeInterfaceDescriptioninterface
Represents a table in a data source.Modifier and TypeInterfaceDescriptioninterface
Field in aCSVTable
.interface
Field in anExcelTable
.interface
Field in anSQLTable
.