Class DataExchangeSpec

java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
Direct Known Subclasses:
DataExchangeExportSpec, DataExchangeImportSpec, DataExchangeTransferSpec

public class DataExchangeSpec extends Object
Deprecated.
Since 2.3.0, replaced by DataExchangeSpec.
A representation of a {addon.label} specification which stores a {addon.label} data access specification (DataExchangeDataAccessSpec) and a list of table paths.
Since:
2.0.0
  • Constructor Details

    • DataExchangeSpec

      public DataExchangeSpec()
      Deprecated.
  • Method Details

    • getDataAccessSpec

      public DataExchangeDataAccessSpec getDataAccessSpec()
      Deprecated.
      Returns the specified DataExchangeDataAccessSpec object.
    • setDataAccessSpec

      public void setDataAccessSpec(DataExchangeDataAccessSpec dataAccessSpec)
      Deprecated.
      Sets a DataExchangeDataAccessSpec to the specified value.
    • getTablePaths

      public List<com.orchestranetworks.schema.Path> getTablePaths()
      Deprecated.
      Returns a list of the specified table paths.
    • setTablePaths

      public void setTablePaths(List<com.orchestranetworks.schema.Path> tablePaths)
      Deprecated.
      Sets a list of table paths to the specified value.