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
-
Method Summary
Modifier and TypeMethodDescriptionfinal File
Deprecated.Returns the specified imported file.final DataExchangeImportMode
Deprecated.Returns the specified import mode.final DataExchangeImportType
Deprecated.Returns the specified import type.final boolean
Deprecated.Returnstrue
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed.final boolean
Deprecated.Returnstrue
if all triggers and constraints are disabled in the process of importing data.final boolean
Deprecated.Returnstrue
if all empty ornull
values are ignored in the process of importing data.final boolean
Deprecated.Returnstrue
if an XML file contains the {addon.label} header.final void
setCheckEmptyORNullPrimaryKeys
(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornull
primary keys are ignored or checked in the process of importing data.final void
setForcedImport
(boolean forcedImport) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of importing data.final void
setIgnoreEmptyORNullValue
(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornull
values are ignored or accepted in the process of importing data.final void
setImportedFile
(File importedFile) Deprecated.Sets an imported file to the specified value.final void
setImportMode
(DataExchangeImportMode importMode) Deprecated.Sets an import mode to the specified value.final void
setImportType
(DataExchangeImportType importType) Deprecated.Sets an import type to the specified value.final void
setUseHeader
(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.Returnstrue
if 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.Returnstrue
if 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.Returnstrue
if all empty ornull
values are ignored in the process of importing data.- Since:
- 2.1.5
-
setIgnoreEmptyORNullValue
public final void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornull
values are ignored or accepted in the process of importing data.- Since:
- 2.1.5
-
isCheckEmptyORNullPrimaryKeys
public final boolean isCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrue
if all empty ornull
primary keys were checked before data import andfalse
if this verification was not performed.- Since:
- 2.1.6
-
setCheckEmptyORNullPrimaryKeys
public final void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornull
primary keys are ignored or checked in the process of importing data.- Since:
- 2.1.6
-
DataExchangeSpec
.