Class DataExchangeSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.DataExchangeSpec
-
- Direct Known Subclasses:
DataExchangeExportSpec,DataExchangeImportSpec,DataExchangeTransferSpec
public class DataExchangeSpec extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byDataExchangeSpec.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 Summary
Constructors Constructor Description DataExchangeSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataExchangeDataAccessSpecgetDataAccessSpec()Deprecated.Returns the specifiedDataExchangeDataAccessSpecobject.java.util.List<com.orchestranetworks.schema.Path>getTablePaths()Deprecated.Returns a list of the specified table paths.voidsetDataAccessSpec(DataExchangeDataAccessSpec dataAccessSpec)Deprecated.Sets aDataExchangeDataAccessSpecto the specified value.voidsetTablePaths(java.util.List<com.orchestranetworks.schema.Path> tablePaths)Deprecated.Sets a list of table paths to the specified value.
-
-
-
Method Detail
-
getDataAccessSpec
public DataExchangeDataAccessSpec getDataAccessSpec()
Deprecated.Returns the specifiedDataExchangeDataAccessSpecobject.
-
setDataAccessSpec
public void setDataAccessSpec(DataExchangeDataAccessSpec dataAccessSpec)
Deprecated.Sets aDataExchangeDataAccessSpecto the specified value.
-
getTablePaths
public java.util.List<com.orchestranetworks.schema.Path> getTablePaths()
Deprecated.Returns a list of the specified table paths.
-
setTablePaths
public void setTablePaths(java.util.List<com.orchestranetworks.schema.Path> tablePaths)
Deprecated.Sets a list of table paths to the specified value.
-
-