Interface ExportConfigurationSpec<T extends Table>
- All Superinterfaces:
 ConfigurationSpec<T>
- All Known Implementing Classes:
 CSVExportConfigurationSpec,FileExportConfigurationSpec,SpreadsheetExportConfigurationSpec,SQLExportConfigurationSpec,XMLExportConfigurationSpec
Defines the configuration used for data export.
- Since:
 - 2.3.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif the exported file contains computed values.booleanDeprecated.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 Details
- 
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. 
 -