Package | Description |
---|---|
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 <ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> |
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.forTable(String templateName,
com.onwbp.adaptation.AdaptationTable table)
Specifies a template by name at the table level.
|
TemplateConfig<ST,TT> |
TemplateSpec.getTemplateConfig()
Returns the configuration for the template.
|
Constructor and Description |
---|
CSVExportTemplateSpec(TemplateConfig<EBXSourceTable,CSVTargetTable> templateConfig,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVExportTemplateSpec instance. |
CSVImportTemplateSpec(TemplateConfig<CSVSourceTable,EBXTargetTable> templateConfig,
File sourceFile,
com.orchestranetworks.service.Session session)
Constructs a new
CSVImportTemplateSpec 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. |
ExcelImportTemplateSpec(TemplateConfig<ExcelSourceTable,EBXTargetTable> templateConfig,
File sourceFile,
com.orchestranetworks.service.Session session) |
SQLExportTemplateSpec(TemplateConfig<EBXSourceTable,SQLTargetTable> templateConfig,
com.orchestranetworks.service.Session session)
Constructs a new
SQLExportTemplateSpec instance. |
SQLImportTemplateSpec(TemplateConfig<SQLSourceTable,SQLTargetTable> templateConfig,
com.orchestranetworks.service.Session session)
Constructs a new
SQLImportTemplateSpec instance. |