Uses of Class
com.orchestranetworks.addon.dint.mapping.EBXTargetTable
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 EBXTargetTable in com.orchestranetworks.addon.dint.mapping
Modifier and TypeMethodDescriptionstatic EBXTargetTable
EBXTargetTable.newInstance
(EBXTargetTableSpec spec) Creates a new instance. -
Uses of EBXTargetTable in com.orchestranetworks.addon.dint.template
ModifierConstructorDescriptionCSVImportTemplateSpec
(TemplateConfig<CSVSourceTable, EBXTargetTable> templateConfig, File sourceFile, com.orchestranetworks.service.Session session) Constructs a newCSVImportTemplateSpec
instance.EBXTransferTemplateSpec
(TemplateConfig<EBXSourceTable, EBXTargetTable> templateConfig, com.orchestranetworks.service.Session session) Constructs a new instance.ExcelImportTemplateSpec
(TemplateConfig<ExcelSourceTable, EBXTargetTable> templateConfig, File sourceFile, com.orchestranetworks.service.Session session)