Class DataExchangeTransferSpec
- java.lang.Object
 - 
- com.orchestranetworks.addon.dataexchange.DataExchangeSpec
 - 
- com.orchestranetworks.addon.dataexchange.DataExchangeTransferSpec
 
 
 
- 
public final class DataExchangeTransferSpec extends DataExchangeSpec
Deprecated.Since 2.3.0, replaced byDataExchangeSpec.Stores specifications for transferring data execution.- Since:
 - 2.0.0
 - See Also:
 TransferConfigurationSpec
 
- 
- 
Constructor Summary
Constructors Constructor Description DataExchangeTransferSpec()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataExchangeImportModegetImportMode()Deprecated.Returns the import mode (DataExchangeImportMode) of the specified value.java.util.Map<com.orchestranetworks.schema.Path,java.lang.String>getPredicates()Deprecated.Returns the mapping between the path and predicate string of the tables.java.util.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.AdaptationNamegetTargetDataset()Deprecated.Returns theAdaptationNamecorresponding to the target dataset.com.orchestranetworks.instance.HomeKeygetTargetDataspace()Deprecated.Returns theHomeKeycorresponding to the target dataspace.DataExchangeTransferOptiongetTransferOption()Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value.DataExchangeTransferTypegetTransferType()Deprecated.Returns the transfer type (DataExchangeTransferType) of the specified value.booleanisCheckEmptyORNullPrimaryKeys()Deprecated.Returnstrueif all empty ornullprimary keys were checked before data transfer andfalseif this verification was not performed.booleanisForcedTransfer()Deprecated.Returnstrueif all triggers and constraints are disabled in the process of transferring data.booleanisIgnoreEmptyORNullValue()Deprecated.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(java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> predicates)Deprecated.Sets the mapping between the path and predicate string of the tables.voidsetTableMappings(java.util.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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getTransferType
public DataExchangeTransferType getTransferType()
Deprecated.Returns the transfer type (DataExchangeTransferType) of the specified value. 
- 
setTransferType
public void setTransferType(DataExchangeTransferType transferType)
Deprecated.Sets the transfer type (DataExchangeTransferType) to the specified value. 
- 
getImportMode
public DataExchangeImportMode getImportMode()
Deprecated.Returns the import mode (DataExchangeImportMode) of the specified value. 
- 
setImportMode
public void setImportMode(DataExchangeImportMode importMode)
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
public DataExchangeTransferOption getTransferOption()
Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value. 
- 
setTransferOption
public void setTransferOption(DataExchangeTransferOption transferOption)
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
public java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> getPredicates()
Deprecated.Returns the mapping between the path and predicate string of the tables.- Since:
 - 2.1.0
 
 
- 
setPredicates
public void setPredicates(java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> predicates)
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
public java.util.List<TableMapping> 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
public void setTableMappings(java.util.List<TableMapping> tableMappings)
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
 
 
 - 
 
 -