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 by DataExchangeSpec.
Stores specifications for transferring data execution.
Since:
2.0.0
See Also:
  • Constructor Details

    • DataExchangeTransferSpec

      public DataExchangeTransferSpec()
      Deprecated.
  • Method Details

    • 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 the HomeKey corresponding to the target dataspace.
    • setTargetDataspace

      public void setTargetDataspace(com.orchestranetworks.instance.HomeKey targetDataspace)
      Deprecated.
      Sets the HomeKey to this value.
    • getTargetDataset

      public com.onwbp.adaptation.AdaptationName getTargetDataset()
      Deprecated.
      Returns the AdaptationName corresponding to the target dataset.
    • setTargetDataset

      public void setTargetDataset(com.onwbp.adaptation.AdaptationName targetDataset)
      Deprecated.
      Sets the AdaptationName to 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.
      Returns true 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

      public Map<com.orchestranetworks.schema.Path,String> getPredicates()
      Deprecated.
      Returns the mapping between the path and predicate string of the tables.
      Since:
      2.1.0
    • setPredicates

      public void setPredicates(Map<com.orchestranetworks.schema.Path,String> predicates)
      Deprecated.
      Sets the mapping between the path and predicate string of the tables.
      Since:
      2.1.0
    • isIgnoreEmptyORNullValue

      public boolean isIgnoreEmptyORNullValue()
      Deprecated.
      Returns true if all empty or null values are ignored in the process of transferring data.
      Since:
      2.1.5
    • setIgnoreEmptyORNullValue

      public void setIgnoreEmptyORNullValue(boolean ignoreEmptyORNullValue)
      Deprecated.
      Sets whether all empty or null values are ignored or accepted in the process of transferring data.
      Since:
      2.1.5
    • isCheckEmptyORNullPrimaryKeys

      public 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.
      Since:
      2.1.6
    • setCheckEmptyORNullPrimaryKeys

      public void setCheckEmptyORNullPrimaryKeys(boolean isCheckEmptyORNullPrimaryKeys)
      Deprecated.
      Sets whether all empty or null primary keys are ignored or checked in the process of transferring data.
      Since:
      2.1.6
    • getTableMappings

      public 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(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