Interface ExportConfigurationSpec<T extends Table>
-
- All Superinterfaces:
ConfigurationSpec<T>
- All Known Implementing Classes:
CSVExportConfigurationSpec,FileExportConfigurationSpec,SpreadsheetExportConfigurationSpec,SQLExportConfigurationSpec,XMLExportConfigurationSpec
public interface ExportConfigurationSpec<T extends Table> extends ConfigurationSpec<T>
Defines the configuration used for data export.- Since:
- 2.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanisComputedValueIncluded()Returnstrueif the exported file contains computed values.booleanisWriteAccessLockDisabled()Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.-
Methods inherited from interface com.orchestranetworks.addon.dex.configuration.ConfigurationSpec
getCurrentDataset, getCurrentTable, getServiceType, getSession, getSourceTableFilters, getSourceTables
-
-
-
-
Method Detail
-
isWriteAccessLockDisabled
boolean isWriteAccessLockDisabled()
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.This method is no longer supported.
-
isComputedValueIncluded
boolean isComputedValueIncluded()
Returnstrueif the exported file contains computed values.
-
-