Class ExportOptions
java.lang.Object
com.denodo.scheduler.client.commons.ExportOptions
- All Implemented Interfaces:
Serializable
Options used to export scheduler data
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAllows to construct new instances ofExportOptions -
Method Summary
Modifier and TypeMethodDescriptionbooleanObtains password to encrypt sensitive metadata Value is optional and can be nullinthashCode()booleanisConfig()Obtains if config should be exportedbooleanObtains if drivers should be exportedbooleanObtains if it should be exported as XMLbooleanObtains if dependencies should be exportedbooleanObtains if properties should be exportedbooleanObtains if the custom password prefix should be ignored when importingbooleanObtains if permissions should be exportedbooleanObtains if plugins sholud be exportedtoString()
-
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
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
-
hashCode
public int hashCode() -
toString
-