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 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()
      Returns true if the exported file contains computed values.