Class DataExchangeTransferSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
Deprecated.
Stores specifications for transferring data execution.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the import mode (DataExchangeImportMode
) of the specified value.Deprecated.Returns the mapping between the path and predicate string of the tables.Deprecated.Returns a list of mappings between source and target tables when transferring data from many to many tables.com.onwbp.adaptation.AdaptationName
Deprecated.Returns theAdaptationName
corresponding to the target dataset.com.orchestranetworks.instance.HomeKey
Deprecated.Returns theHomeKey
corresponding to the target dataspace.Deprecated.Returns the transfer option (DataExchangeTransferOption
) of this value.Deprecated.Returns the transfer type (DataExchangeTransferType
) of the specified value.boolean
Deprecated.Returnstrue
if all empty ornull
primary keys were checked before data transfer andfalse
if this verification was not performed.boolean
Deprecated.Returnstrue
if all triggers and constraints are disabled in the process of transferring data.boolean
Deprecated.Returnstrue
if all empty ornull
values are ignored in the process of transferring data.void
setCheckEmptyORNullPrimaryKeys
(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornull
primary keys are ignored or checked in the process of transferring data.void
setForcedTransfer
(boolean forcedTransfer) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of transferring data.void
setIgnoreEmptyORNullValue
(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornull
values are ignored or accepted in the process of transferring data.void
setImportMode
(DataExchangeImportMode importMode) Deprecated.Sets the import mode (DataExchangeImportMode
) to this value.void
setPredicates
(Map<com.orchestranetworks.schema.Path, String> predicates) Deprecated.Sets the mapping between the path and predicate string of the tables.void
setTableMappings
(List<TableMapping> tableMappings) Deprecated.Sets values for a list of mappings between source and target tables when transferring data from many to many tables.void
setTargetDataset
(com.onwbp.adaptation.AdaptationName targetDataset) Deprecated.Sets theAdaptationName
to this value.void
setTargetDataspace
(com.orchestranetworks.instance.HomeKey targetDataspace) Deprecated.Sets theHomeKey
to this value.void
setTransferOption
(DataExchangeTransferOption transferOption) Deprecated.Sets the transfer option (DataExchangeTransferOption
) to this value.void
setTransferType
(DataExchangeTransferType transferType) Deprecated.Sets the transfer type (DataExchangeTransferType
) to the specified value.Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
-
Constructor Details
-
DataExchangeTransferSpec
public DataExchangeTransferSpec()Deprecated.
-
-
Method Details
-
getTransferType
Deprecated.Returns the transfer type (DataExchangeTransferType
) of the specified value. -
setTransferType
Deprecated.Sets the transfer type (DataExchangeTransferType
) to the specified value. -
getImportMode
Deprecated.Returns the import mode (DataExchangeImportMode
) of the specified value. -
setImportMode
Deprecated.Sets the import mode (DataExchangeImportMode
) to this value. -
getTargetDataspace
public com.orchestranetworks.instance.HomeKey getTargetDataspace()Deprecated.Returns theHomeKey
corresponding to the target dataspace. -
setTargetDataspace
public void setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace) Deprecated.Sets theHomeKey
to this value. -
getTargetDataset
public com.onwbp.adaptation.AdaptationName getTargetDataset()Deprecated.Returns theAdaptationName
corresponding to the target dataset. -
setTargetDataset
public void setTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset) Deprecated.Sets theAdaptationName
to this value. -
getTransferOption
Deprecated.Returns the transfer option (DataExchangeTransferOption
) of this value. -
setTransferOption
Deprecated.Sets the transfer option (DataExchangeTransferOption
) to this value. -
isForcedTransfer
public boolean isForcedTransfer()Deprecated.Returnstrue
if all triggers and constraints are disabled in the process of transferring data.- Since:
- 2.1.0
-
setForcedTransfer
public void setForcedTransfer(boolean forcedTransfer) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of transferring data.- Since:
- 2.1.0
-
getPredicates
Deprecated.Returns the mapping between the path and predicate string of the tables.- Since:
- 2.1.0
-
setPredicates
Deprecated.Sets the mapping between the path and predicate string of the tables.- Since:
- 2.1.0
-
isIgnoreEmptyORNullValue
public boolean isIgnoreEmptyORNullValue()Deprecated.Returnstrue
if all empty ornull
values are ignored in the process of transferring data.- Since:
- 2.1.5
-
setIgnoreEmptyORNullValue
public void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornull
values are ignored or accepted in the process of transferring data.- Since:
- 2.1.5
-
isCheckEmptyORNullPrimaryKeys
public boolean isCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrue
if all empty ornull
primary keys were checked before data transfer andfalse
if this verification was not performed.- Since:
- 2.1.6
-
setCheckEmptyORNullPrimaryKeys
public void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornull
primary keys are ignored or checked in the process of transferring data.- Since:
- 2.1.6
-
getTableMappings
Deprecated.Returns a list of mappings between source and target tables when transferring data from many to many tables.- Since:
- 2.2.1
-
setTableMappings
Deprecated.Sets values for a list of mappings between source and target tables when transferring data from many to many tables. When no table mapping is defined, the add-on uses the first mapping declared in the configuration.- Since:
- 2.2.1
-
DataExchangeSpec
.