Package | Description |
---|---|
com.orchestranetworks.addon.dint.mapping |
Provides classes and interfaces for creating a mapping specification between source and target tables.
|
com.orchestranetworks.addon.dint.template |
Provides classes and interfaces that represent a specification for a user defined template.
|
Modifier and Type | Method and Description |
---|---|
static EBXSourceTable |
EBXSourceTable.newInstance(EBXSourceTableSpec spec)
Creates a new instance.
|
Constructor and Description |
---|
CSVExportTemplateSpec(TemplateConfig<EBXSourceTable,CSVTargetTable> templateConfig,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVExportTemplateSpec instance. |
EBXTransferTemplateSpec(TemplateConfig<EBXSourceTable,EBXTargetTable> templateConfig,
com.orchestranetworks.service.Session session)
Constructs a new instance.
|
ExcelExportTemplateSpec(TemplateConfig<EBXSourceTable,ExcelTargetTable> templateConfig,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
ExcelExportTemplateSpec instance. |
SQLExportTemplateSpec(TemplateConfig<EBXSourceTable,SQLTargetTable> templateConfig,
com.orchestranetworks.service.Session session)
Constructs a new
SQLExportTemplateSpec instance. |