public final class ExcelExportTemplateSpec extends ImportExportTemplateSpec<EBXSourceTable,ExcelTargetTable>
Constructor and Description |
---|
ExcelExportTemplateSpec(String templateId,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
ExcelExportTemplateSpec instance. |
ExcelExportTemplateSpec(TemplateConfig<EBXSourceTable,ExcelTargetTable> templateConfig,
File targetFile,
com.orchestranetworks.service.Session session)
Constructs a new
ExcelExportTemplateSpec instance. |
Modifier and Type | Method and Description |
---|---|
File |
getTargetFile()
Returns the target Excel file.
|
getDataset, setDataset
getSession, getTemplateConfig, getTemplateId
public ExcelExportTemplateSpec(String templateId, File targetFile, com.orchestranetworks.service.Session session)
ExcelExportTemplateSpec
instance.templateId
- The unique template id.targetFile
- The target Excel file.session
- The session.IllegalArgumentException
- If any parameter is null
.public ExcelExportTemplateSpec(TemplateConfig<EBXSourceTable,ExcelTargetTable> templateConfig, File targetFile, com.orchestranetworks.service.Session session)
ExcelExportTemplateSpec
instance.templateConfig
- The template configuration.targetFile
- The target Excel file.session
- The session.IllegalArgumentException
- If any parameter is null
.public File getTargetFile()