Class ImportOptions
java.lang.Object
com.denodo.scheduler.client.commons.ImportOptions
- All Implemented Interfaces:
Serializable
Options used to import scheduler data
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAllows to construct new instances ofImportOptions -
Method Summary
Modifier and TypeMethodDescriptionbooleanObtains password to decrypt sensitive metadatainthashCode()booleanObtains if the custom password prefix should be ignored when importingbooleanObtains if dataSource should be replacedbooleanObtains if drivers should be replacedbooleanObtains if jobs should be replacedbooleantoString()
-
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
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
-
hashCode
public int hashCode() -
toString
-