Class ImportExportTemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>>

java.lang.Object
com.orchestranetworks.addon.dint.template.TemplateSpec<ST,TT>
com.orchestranetworks.addon.dint.template.ImportExportTemplateSpec<ST,TT>
Direct Known Subclasses:
CSVExportTemplateSpec, CSVImportTemplateSpec, ExcelExportTemplateSpec, ExcelImportTemplateSpec, SQLExportTemplateSpec, SQLImportTemplateSpec

public abstract class ImportExportTemplateSpec<ST extends SourceTable<?,?>,TT extends TargetTable<?,?>> extends TemplateSpec<ST,TT>
Allows you to overwrite the dataset configured in an import or export template.
Since:
4.3.2
  • Method Details

    • getDataset

      public final com.onwbp.adaptation.Adaptation getDataset()
      Returns the dataset that overwrites the one configured in the template.

      Returns null if not set.

      See Also:
    • setDataset

      public final void setDataset(com.onwbp.adaptation.Adaptation dataset)
      Overwrites the dataset configured in the template.

      If importing, the target EBX dataset in the template is overwritten.

      If exporting, the source EBX dataset in the template is overwritten.