DataExchangeSpec
.public final class DataExchangeTransferSpec extends DataExchangeSpec
TransferConfigurationSpec
Constructor and Description |
---|
DataExchangeTransferSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataExchangeImportMode |
getImportMode()
Deprecated.
Returns the import mode (
DataExchangeImportMode ) of the specified
value. |
Map<com.orchestranetworks.schema.Path,String> |
getPredicates()
Deprecated.
Returns the mapping between the path and predicate string of the tables.
|
List<TableMapping> |
getTableMappings()
Deprecated.
Returns a list of mappings between source and target tables when transferring data from many to many tables.
|
com.onwbp.adaptation.AdaptationName |
getTargetDataset()
Deprecated.
Returns the
AdaptationName corresponding to the target dataset. |
com.orchestranetworks.instance.HomeKey |
getTargetDataspace()
Deprecated.
Returns the
HomeKey corresponding to the target dataspace. |
DataExchangeTransferOption |
getTransferOption()
Deprecated.
Returns the transfer option (
DataExchangeTransferOption ) of this
value. |
DataExchangeTransferType |
getTransferType()
Deprecated.
Returns the transfer type (
DataExchangeTransferType ) of the
specified value. |
boolean |
isCheckEmptyORNullPrimaryKeys()
Deprecated.
Returns
true if all empty or null primary keys were checked before data transfer and false if this verification was not performed. |
boolean |
isForcedTransfer()
Deprecated.
Returns
true if all triggers and constraints are disabled in the process of transferring data. |
boolean |
isIgnoreEmptyORNullValue()
Deprecated.
Returns
true if all empty or null values are ignored in the process of transferring data. |
void |
setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)
Deprecated.
Sets whether all empty or
null 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 or
null 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 the
AdaptationName to this value. |
void |
setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace)
Deprecated.
Sets the
HomeKey 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. |
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
public DataExchangeTransferType getTransferType()
DataExchangeTransferType
) of the
specified value.public void setTransferType(DataExchangeTransferType transferType)
DataExchangeTransferType
) to the
specified value.public DataExchangeImportMode getImportMode()
DataExchangeImportMode
) of the specified
value.public void setImportMode(DataExchangeImportMode importMode)
DataExchangeImportMode
) to this value.public com.orchestranetworks.instance.HomeKey getTargetDataspace()
HomeKey
corresponding to the target dataspace.public void setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace)
HomeKey
to this value.public com.onwbp.adaptation.AdaptationName getTargetDataset()
AdaptationName
corresponding to the target dataset.public void setTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset)
AdaptationName
to this value.public DataExchangeTransferOption getTransferOption()
DataExchangeTransferOption
) of this
value.public void setTransferOption(DataExchangeTransferOption transferOption)
DataExchangeTransferOption
) to this
value.public boolean isForcedTransfer()
true
if all triggers and constraints are disabled in the process of transferring data.public void setForcedTransfer(boolean forcedTransfer)
public Map<com.orchestranetworks.schema.Path,String> getPredicates()
public void setPredicates(Map<com.orchestranetworks.schema.Path,String> predicates)
public boolean isIgnoreEmptyORNullValue()
true
if all empty or null
values are ignored in the process of transferring data.public void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue)
null
values are ignored or accepted in the process of transferring data.public boolean isCheckEmptyORNullPrimaryKeys()
true
if all empty or null
primary keys were checked before data transfer and false
if this verification was not performed.public void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)
null
primary keys are ignored or checked in the process of transferring data.public List<TableMapping> getTableMappings()
public void setTableMappings(List<TableMapping> tableMappings)