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 SummaryConstructors Constructor Description DataExchangeTransferSpec()Deprecated.
 - 
Method SummaryAll 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.DataExchangeSpecgetDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
 
- 
 
- 
- 
- 
Method Detail- 
getTransferTypepublic DataExchangeTransferType getTransferType() Deprecated.Returns the transfer type (DataExchangeTransferType) of the specified value.
 - 
setTransferTypepublic void setTransferType(DataExchangeTransferType transferType) Deprecated.Sets the transfer type (DataExchangeTransferType) to the specified value.
 - 
getImportModepublic DataExchangeImportMode getImportMode() Deprecated.Returns the import mode (DataExchangeImportMode) of the specified value.
 - 
setImportModepublic void setImportMode(DataExchangeImportMode importMode) Deprecated.Sets the import mode (DataExchangeImportMode) to this value.
 - 
getTargetDataspacepublic com.orchestranetworks.instance.HomeKey getTargetDataspace() Deprecated.Returns theHomeKeycorresponding to the target dataspace.
 - 
setTargetDataspacepublic void setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace) Deprecated.Sets theHomeKeyto this value.
 - 
getTargetDatasetpublic com.onwbp.adaptation.AdaptationName getTargetDataset() Deprecated.Returns theAdaptationNamecorresponding to the target dataset.
 - 
setTargetDatasetpublic void setTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset) Deprecated.Sets theAdaptationNameto this value.
 - 
getTransferOptionpublic DataExchangeTransferOption getTransferOption() Deprecated.Returns the transfer option (DataExchangeTransferOption) of this value.
 - 
setTransferOptionpublic void setTransferOption(DataExchangeTransferOption transferOption) Deprecated.Sets the transfer option (DataExchangeTransferOption) to this value.
 - 
isForcedTransferpublic boolean isForcedTransfer() Deprecated.Returnstrueif all triggers and constraints are disabled in the process of transferring data.- Since:
- 2.1.0
 
 - 
setForcedTransferpublic 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
 
 - 
getPredicatespublic 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
 
 - 
setPredicatespublic 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
 
 - 
isIgnoreEmptyORNullValuepublic boolean isIgnoreEmptyORNullValue() Deprecated.Returnstrueif all empty ornullvalues are ignored in the process of transferring data.- Since:
- 2.1.5
 
 - 
setIgnoreEmptyORNullValuepublic void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue) Deprecated.Sets whether all empty ornullvalues are ignored or accepted in the process of transferring data.- Since:
- 2.1.5
 
 - 
isCheckEmptyORNullPrimaryKeyspublic boolean isCheckEmptyORNullPrimaryKeys() Deprecated.Returnstrueif all empty ornullprimary keys were checked before data transfer andfalseif this verification was not performed.- Since:
- 2.1.6
 
 - 
setCheckEmptyORNullPrimaryKeyspublic 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
 
 - 
getTableMappingspublic 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
 
 - 
setTableMappingspublic 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
 
 
- 
 
-