Package com.orchestranetworks.addon.dint.mapping.steps
Provides classes and interfaces for creating the field mapping steps and the transformation mapping steps.
-
Interface Summary Interface Description MultiOutputTransformableStep<SF extends Field,TF extends Field> Represents mapping steps that can have more than one output value.SingleOutputTransformableStep<SF extends Field,TF extends Field> Represents mapping steps that have only one output. -
Class Summary Class Description AggregateTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for anAggregateTransformationDefinition.ConstantTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for a constant value.ConversionTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aConversionTransformationDefinition.CrossReferenceTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aCrossReference.MappingStep<SF extends Field,TF extends Field> Steps to construct a mapping from source to target within aTableMapping.MappingStepSelector<S extends MappingStep> Allows the selection of an exactMappingStepin aTableMapping.MappingStepSelectorBuilder<S extends MappingStep> Builds a complexMappingStepSelectorby traversing mapping steps in aTableMapping.SourceFieldMappingStep<SF extends Field,TF extends Field> Mapping step for a sourceField.SplitTransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aSplitTransformationDefinition.TargetFieldMappingStep<SF extends Field,TF extends Field> Mapping step for a targetField.TransformationMappingStep<SF extends Field,TF extends Field> Mapping step for aTransformationDefinition.