DataExchangeSpec
.public class DataExchangeImportSpec extends DataExchangeSpec
ImportConfigurationSpec
Constructor and Description |
---|
DataExchangeImportSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
getImportedFile()
Deprecated.
Returns the specified imported file.
|
DataExchangeImportMode |
getImportMode()
Deprecated.
Returns the specified import mode.
|
DataExchangeImportType |
getImportType()
Deprecated.
Returns the specified import type.
|
boolean |
isCheckEmptyORNullPrimaryKeys()
Deprecated.
Returns
true if all empty or null primary keys were checked before data import and false if this verification was not performed. |
boolean |
isForcedImport()
Deprecated.
Returns
true if all triggers and constraints are disabled in the process of importing data. |
boolean |
isIgnoreEmptyORNullValue()
Deprecated.
Returns
true if all empty or null values are ignored in the process of importing data. |
boolean |
isUseHeader()
Deprecated.
Returns
true if an XML file contains the {addon.label} header. |
void |
setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)
Deprecated.
Sets whether all empty or
null primary keys are ignored or checked in the process of importing data. |
void |
setForcedImport(boolean forcedImport)
Deprecated.
Sets whether all triggers and constraints are disabled or enabled in the process of importing data.
|
void |
setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue)
Deprecated.
Sets whether all empty or
null values are ignored or accepted in the process of importing data. |
void |
setImportedFile(File importedFile)
Deprecated.
Sets an imported file to the specified value.
|
void |
setImportMode(DataExchangeImportMode importMode)
Deprecated.
Sets an import mode to the specified value.
|
void |
setImportType(DataExchangeImportType importType)
Deprecated.
Sets an import type to the specified value.
|
void |
setUseHeader(boolean usedHeader)
Deprecated.
Sets an XML file to use the {addon.label} header.
|
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
public final File getImportedFile()
public final void setImportedFile(File importedFile)
public final DataExchangeImportType getImportType()
public final void setImportType(DataExchangeImportType importType)
public final DataExchangeImportMode getImportMode()
public final void setImportMode(DataExchangeImportMode importMode)
public final boolean isUseHeader()
true
if an XML file contains the {addon.label} header.public final void setUseHeader(boolean usedHeader)
public final boolean isForcedImport()
true
if all triggers and constraints are disabled in the process of importing data.public final void setForcedImport(boolean forcedImport)
public final boolean isIgnoreEmptyORNullValue()
true
if all empty or null
values are ignored in the process of importing data.public final void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue)
null
values are ignored or accepted in the process of importing data.public final boolean isCheckEmptyORNullPrimaryKeys()
true
if all empty or null
primary keys were checked before data import and false
if this verification was not performed.public final void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)
null
primary keys are ignored or checked in the process of importing data.