Class ImportOptions

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

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

    • isReplaceJobs

      public boolean isReplaceJobs()
      Obtains if jobs should be replaced
      Returns:
      true replace jobs
    • isReplaceDataSources

      public boolean isReplaceDataSources()
      Obtains if dataSource should be replaced
      Returns:
      true replace dataSources
    • isReplacePlugins

      public boolean isReplacePlugins()
    • isReplaceDrivers

      public boolean isReplaceDrivers()
      Obtains if drivers should be replaced
      Returns:
      true replace drivers
    • getMetadataPassword

      public String getMetadataPassword()
      Obtains password to decrypt sensitive metadata
      Returns:
      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