Class ExportOptions

java.lang.Object
com.denodo.scheduler.client.commons.ExportOptions
All Implemented Interfaces:
Serializable

public class ExportOptions extends Object implements Serializable
Options used to export scheduler data
See Also:
  • Method Details

    • isExportAsXML

      public boolean isExportAsXML()
      Obtains if it should be exported as XML
      Returns:
      true export as XML, false not
    • isExportDependencies

      public boolean isExportDependencies()
      Obtains if dependencies should be exported
      Returns:
      true export dependencies, false not
    • isConfig

      public boolean isConfig()
      Obtains if config should be exported
      Returns:
      true export config, false not
    • isDrivers

      public boolean isDrivers()
      Obtains if drivers should be exported
      Returns:
      true export drivers, false not
    • isPlugins

      public boolean isPlugins()
      Obtains if plugins sholud be exported
      Returns:
      true export plugins, false not
    • isExportWithProperties

      public boolean isExportWithProperties()
      Obtains if properties should be exported
      Returns:
      true export properties, false not
    • isPermissions

      public boolean isPermissions()
      Obtains if permissions should be exported
      Returns:
      true export permissions, false not
    • getMetadataPassword

      public String getMetadataPassword()
      Obtains password to encrypt sensitive metadata Value is optional and can be null
      Returns:
      metadata password
    • isIgnoreCustomPasswordPrefix

      public boolean isIgnoreCustomPasswordPrefix()
      Obtains if the custom password prefix should be ignored when importing
      Returns:
      if the custom password prefix is ignored
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object