Uses of Class
com.orchestranetworks.addon.dint.mapping.SourceTable
Packages that use 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
Classes in com.orchestranetworks.addon.dint.mapping with type parameters of type SourceTableModifier and TypeInterfaceDescriptioninterfaceTableMappingModificationContext<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Context to modify an existingTableMapping.interfaceTableMappingModifier<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Allows modification of an existingTableMapping.final classTableMappingSelector<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Selects an exactTableMappingin aMappingSpec.Subclasses of SourceTable in com.orchestranetworks.addon.dint.mappingModifier and TypeClassDescriptionclassRepresents the CSV source table in aTableMapping.classRepresents the EBX source table in aTableMapping.classRepresents the Excel source table in aTableMapping.classRepresents the SQL source table in aTableMapping.Methods in com.orchestranetworks.addon.dint.mapping with type parameters of type SourceTableModifier 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.Methods in com.orchestranetworks.addon.dint.mapping with parameters of type SourceTableModifier 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
Classes in com.orchestranetworks.addon.dint.template with type parameters of type SourceTableModifier and TypeClassDescriptionclassImportExportTemplateSpec<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Allows you to overwrite the dataset configured in an import or export template.final classTemplateConfig<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Configures a user template.classTemplateSpec<ST extends SourceTable<?,?>, TT extends TargetTable<?, ?>> Abstract specification for a user template.Methods in com.orchestranetworks.addon.dint.template with type parameters of type SourceTableModifier 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.