Class DataExchangeImportSpec
- java.lang.Object
- 
- com.orchestranetworks.addon.dataexchange.DataExchangeSpec
- 
- com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
 
 
- 
- Direct Known Subclasses:
- DataExchangeImportSQLSpec
 
 public class DataExchangeImportSpec extends DataExchangeSpec Deprecated.Since 2.3.0, replaced byDataExchangeSpec.Stores specifications for import services, including import type and import mode.- Since:
- 2.0.0
- See Also:
- ImportConfigurationSpec
 
- 
- 
Constructor SummaryConstructors Constructor Description DataExchangeImportSpec()Deprecated.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.io.FilegetImportedFile()Deprecated.Returns the specified imported file.DataExchangeImportModegetImportMode()Deprecated.Returns the specified import mode.DataExchangeImportTypegetImportType()Deprecated.Returns the specified import type.booleanisCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed.booleanisForcedImport()Deprecated.Returnstrueif all triggers and constraints are disabled in the process of importing data.booleanisIgnoreEmptyORNullValue()Deprecated.Returnstrueif all empty ornullvalues are ignored in the process of importing data.booleanisUseHeader()Deprecated.Returnstrueif an XML file contains the {addon.label} header.voidsetCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)Deprecated.Sets whether all empty ornullprimary keys are ignored or checked in the process of importing data.voidsetForcedImport(boolean forcedImport)Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of importing data.voidsetIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue)Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of importing data.voidsetImportedFile(java.io.File importedFile)Deprecated.Sets an imported file to the specified value.voidsetImportMode(DataExchangeImportMode importMode)Deprecated.Sets an import mode to the specified value.voidsetImportType(DataExchangeImportType importType)Deprecated.Sets an import type to the specified value.voidsetUseHeader(boolean usedHeader)Deprecated.Sets an XML file to use the {addon.label} header.- 
Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeSpecgetDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
 
- 
 
- 
- 
- 
Method Detail- 
getImportedFilepublic final java.io.File getImportedFile() Deprecated.Returns the specified imported file.
 - 
setImportedFilepublic final void setImportedFile(java.io.File importedFile) Deprecated.Sets an imported file to the specified value.
 - 
getImportTypepublic final DataExchangeImportType getImportType() Deprecated.Returns the specified import type.
 - 
setImportTypepublic final void setImportType(DataExchangeImportType importType) Deprecated.Sets an import type to the specified value.
 - 
getImportModepublic final DataExchangeImportMode getImportMode() Deprecated.Returns the specified import mode.
 - 
setImportModepublic final void setImportMode(DataExchangeImportMode importMode) Deprecated.Sets an import mode to the specified value.
 - 
isUseHeaderpublic final boolean isUseHeader() Deprecated.Returnstrueif an XML file contains the {addon.label} header.- Since:
- 2.1.0
 
 - 
setUseHeaderpublic final void setUseHeader(boolean usedHeader) Deprecated.Sets an XML file to use the {addon.label} header.- Since:
- 2.1.0
 
 - 
isForcedImportpublic final boolean isForcedImport() Deprecated.Returnstrueif all triggers and constraints are disabled in the process of importing data.- Since:
- 2.1.0
 
 - 
setForcedImportpublic final void setForcedImport(boolean forcedImport) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of importing data.- Since:
- 2.1.0
 
 - 
isIgnoreEmptyORNullValuepublic final boolean isIgnoreEmptyORNullValue() Deprecated.Returnstrueif all empty ornullvalues are ignored in the process of importing data.- Since:
- 2.1.5
 
 - 
setIgnoreEmptyORNullValuepublic final void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of importing data.- Since:
- 2.1.5
 
 - 
isCheckEmptyORNullPrimaryKeyspublic final boolean isCheckEmptyORNullPrimaryKeys() Deprecated.Returnstrueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed.- Since:
- 2.1.6
 
 - 
setCheckEmptyORNullPrimaryKeyspublic final void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornullprimary keys are ignored or checked in the process of importing data.- Since:
- 2.1.6
 
 
- 
 
-