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 TypeInterfaceDescriptioninterface
FieldMatcher<SF extends Field,
TF extends Field> Provides the strategy used to match source and target fields when mapping.interface
FieldMatcher<SF extends Field,
TF extends Field> Provides the strategy used to match source and target fields when mapping.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
.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()
Returnstrue
if the source field's index equals the target field's index.static <SF extends Field,
TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByIndex()
Returnstrue
if the source field's index equals the target field's index.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.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.getMatcherByLabelAndDataType()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
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 <SF extends Field,
TF extends Field>
FieldMatcher<SF,TF> FieldMatcher.getMatcherByName()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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()
Returnstrue
if 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 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.final class
MultipleInputOutputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple input and output transformationTransformationDefinition
.final class
MultipleInputOutputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple input and output transformationTransformationDefinition
.class
MultipleInputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple input transformationTransformationDefinition
.class
MultipleInputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple input transformationTransformationDefinition
.final class
MultipleOutputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple output transformationTransformationDefinition
.final class
MultipleOutputTransformationMappingStep<SF extends Field,
TF extends Field> Mapping step for a multiple output transformationTransformationDefinition
.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
Classes in com.orchestranetworks.addon.dint.schema with type parameters of type FieldModifier and TypeInterfaceDescriptioninterface
Represents a table in a data source.Subinterfaces of Field in com.orchestranetworks.addon.dint.schemaModifier and TypeInterfaceDescriptioninterface
Field in aCSVTable
.interface
Field in anExcelTable
.interface
Field in anSQLTable
.Classes in com.orchestranetworks.addon.dint.schema that implement Field