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
Constructors - 
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.AdaptationNameDeprecated.Returns theAdaptationNamecorresponding to the target dataset.com.orchestranetworks.instance.HomeKeyDeprecated.Returns theHomeKeycorresponding to the target dataspace.Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value.Deprecated.Returns the transfer type (DataExchangeTransferType) of the specified value.booleanDeprecated.Returnstrueif all empty ornullprimary keys were checked before data transfer andfalseif this verification was not performed.booleanDeprecated.Returnstrueif all triggers and constraints are disabled in the process of transferring data.booleanDeprecated.Returnstrueif all empty ornullvalues are ignored in the process of transferring data.voidsetCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornullprimary keys are ignored or checked in the process of transferring data.voidsetForcedTransfer(boolean forcedTransfer) Deprecated.Sets whether all triggers and constraints are disabled or enabled in the process of transferring data.voidsetIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of transferring data.voidsetImportMode(DataExchangeImportMode importMode) Deprecated.Sets the import mode (DataExchangeImportMode) to this value.voidsetPredicates(Map<com.orchestranetworks.schema.Path, String> predicates) Deprecated.Sets the mapping between the path and predicate string of the tables.voidsetTableMappings(List<TableMapping> tableMappings) Deprecated.Sets values for a list of mappings between source and target tables when transferring data from many to many tables.voidsetTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset) Deprecated.Sets theAdaptationNameto this value.voidsetTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace) Deprecated.Sets theHomeKeyto this value.voidsetTransferOption(DataExchangeTransferOption transferOption) Deprecated.Sets the transfer option (DataExchangeTransferOption) to this value.voidsetTransferType(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 theHomeKeycorresponding to the target dataspace. - 
setTargetDataspace
public void setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace) Deprecated.Sets theHomeKeyto this value. - 
getTargetDataset
public com.onwbp.adaptation.AdaptationName getTargetDataset()Deprecated.Returns theAdaptationNamecorresponding to the target dataset. - 
setTargetDataset
public void setTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset) Deprecated.Sets theAdaptationNameto 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.Returnstrueif 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.Returnstrueif all empty ornullvalues are ignored in the process of transferring data.- Since:
 - 2.1.5
 
 - 
setIgnoreEmptyORNullValue
public void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of transferring data.- Since:
 - 2.1.5
 
 - 
isCheckEmptyORNullPrimaryKeys
public boolean isCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrueif all empty ornullprimary keys were checked before data transfer andfalseif this verification was not performed.- Since:
 - 2.1.6
 
 - 
setCheckEmptyORNullPrimaryKeys
public void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys) Deprecated.Sets whether all empty ornullprimary 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.