Class DataExchangeImportSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
com.orchestranetworks.addon.dataexchange.DataExchangeImportSpec
- Direct Known Subclasses:
 DataExchangeImportSQLSpec
Deprecated.
Stores specifications for import services, including import type and import mode.
- Since:
 - 2.0.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal FileDeprecated.Returns the specified imported file.final DataExchangeImportModeDeprecated.Returns the specified import mode.final DataExchangeImportTypeDeprecated.Returns the specified import type.final booleanDeprecated.Returnstrueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed.final booleanDeprecated.Returnstrueif all triggers and constraints are disabled in the process of importing data.final booleanDeprecated.Returnstrueif all empty ornullvalues are ignored in the process of importing data.final booleanDeprecated.Returnstrueif an XML file contains the {addon.label} header.final voidsetCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornullprimary keys are ignored or checked in the process of importing data.final voidsetForcedImport(boolean forcedImport) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of importing data.final voidsetIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of importing data.final voidsetImportedFile(File importedFile) Deprecated.Sets an imported file to the specified value.final voidsetImportMode(DataExchangeImportMode importMode) Deprecated.Sets an import mode to the specified value.final voidsetImportType(DataExchangeImportType importType) Deprecated.Sets an import type to the specified value.final voidsetUseHeader(boolean usedHeader) Deprecated.Sets an XML file to use the {addon.label} header.Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths 
- 
Constructor Details
- 
DataExchangeImportSpec
public DataExchangeImportSpec()Deprecated. 
 - 
 - 
Method Details
- 
getImportedFile
Deprecated.Returns the specified imported file. - 
setImportedFile
Deprecated.Sets an imported file to the specified value. - 
getImportType
Deprecated.Returns the specified import type. - 
setImportType
Deprecated.Sets an import type to the specified value. - 
getImportMode
Deprecated.Returns the specified import mode. - 
setImportMode
Deprecated.Sets an import mode to the specified value. - 
isUseHeader
public final boolean isUseHeader()Deprecated.Returnstrueif an XML file contains the {addon.label} header.- Since:
 - 2.1.0
 
 - 
setUseHeader
public final void setUseHeader(boolean usedHeader) Deprecated.Sets an XML file to use the {addon.label} header.- Since:
 - 2.1.0
 
 - 
isForcedImport
public final boolean isForcedImport()Deprecated.Returnstrueif all triggers and constraints are disabled in the process of importing data.- Since:
 - 2.1.0
 
 - 
setForcedImport
public 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
 
 - 
isIgnoreEmptyORNullValue
public final boolean isIgnoreEmptyORNullValue()Deprecated.Returnstrueif all empty ornullvalues are ignored in the process of importing data.- Since:
 - 2.1.5
 
 - 
setIgnoreEmptyORNullValue
public 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
 
 - 
isCheckEmptyORNullPrimaryKeys
public final boolean isCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrueif all empty ornullprimary keys were checked before data import andfalseif this verification was not performed.- Since:
 - 2.1.6
 
 - 
setCheckEmptyORNullPrimaryKeys
public 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
 
 
 - 
 
DataExchangeSpec.