Uses of Class
com.orchestranetworks.addon.dint.mapping.SourceTable
Package
Description
Provides classes and interfaces for creating a mapping specification between source and target tables.
Provides classes and interfaces that represent a specification for a user defined template.
-
Uses of SourceTable in com.orchestranetworks.addon.dint.mapping
Modifier and TypeInterfaceDescriptioninterface
TableMappingModificationContext<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Context to modify an existingTableMapping
.interface
TableMappingModifier<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Allows modification of an existingTableMapping
.final class
TableMappingSelector<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Selects an exactTableMapping
in aMappingSpec
.Modifier and TypeClassDescriptionclass
Represents the CSV source table in aTableMapping
.class
Represents the EBX source table in aTableMapping
.class
Represents the Excel source table in aTableMapping
.class
Represents the SQL source table in aTableMapping
.Modifier and TypeMethodDescriptionstatic <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TableMappingSelector<ST,TT> TableMappingSelector.atIndex
(int index) Selects the table mapping at the specified index.static <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TableMappingSelector<ST,TT> TableMappingSelector.first()
Selects the first table mapping.static <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TableMappingSelector<ST,TT> Selects the first table mapping that meets the criteria of both the source table and the target table.static <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TableMappingSelector<ST,TT> TableMappingSelector.whereSource
(Predicate<ST> criteria) Selects the first table mapping that meets the criteria of the source table only.static <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TableMappingSelector<ST,TT> TableMappingSelector.whereTarget
(Predicate<TT> criteria) Selects the first table mapping that meets the criteria of the target table only.Modifier and TypeMethodDescriptionstatic <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 SourceTable in com.orchestranetworks.addon.dint.template
Modifier and TypeClassDescriptionclass
ImportExportTemplateSpec<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Allows you to overwrite the dataset configured in an import or export template.final class
TemplateConfig<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Configures a user template.class
TemplateSpec<ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>> Abstract specification for a user template.Modifier and TypeMethodDescriptionstatic <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TemplateConfig<ST,TT> TemplateConfig.forDataset
(String templateName, com.onwbp.adaptation.Adaptation dataset) Specifies a template by name at the dataset level.static <ST extends SourceTable<?,
?>, TT extends TargetTable<?, ?>>
TemplateConfig<ST,TT> Specifies a template by name at the table level.