DataExchangeSpec
.public class DataExchangeExportSpec extends DataExchangeSpec
ExportConfigurationSpec
Constructor and Description |
---|
DataExchangeExportSpec()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataExchangeExportType |
getExportType()
Deprecated.
Returns export type of this
DataExchangeExportSpec . |
Map<com.orchestranetworks.schema.Path,String> |
getPredicates()
Deprecated.
Returns the mapping between the path and predicate string of the tables.
|
String |
getTargetApplicationLogicalName()
Deprecated.
Returns the target application's logical name.
|
String |
getTargetVersion()
Deprecated.
Returns the target application version.
|
boolean |
isWriteAccessLockDisabled()
Deprecated.
Returns
true if the write access on the current dataspace is unlocked during export. |
void |
setExportType(DataExchangeExportType exportType)
Deprecated.
Sets export type to this
DataExchangeExportSpec . |
void |
setPredicates(Map<com.orchestranetworks.schema.Path,String> predicates)
Deprecated.
Sets the mapping between the path and predicate string of the tables.
|
void |
setTargetApplicationLogicalName(String targetApplicationLogicalName)
Deprecated.
Sets the target application's logical name.
|
void |
setTargetVersion(String version)
Deprecated.
Sets the
version for the target application. |
void |
setWriteAccessLockDisabled(boolean writeAccessLockDisabled)
Deprecated.
Sets whether the write access lock on the current dataspace is disabled during export.
|
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
public final DataExchangeExportType getExportType()
DataExchangeExportSpec
.public final void setExportType(DataExchangeExportType exportType)
DataExchangeExportSpec
.public final String getTargetApplicationLogicalName()
public final void setTargetApplicationLogicalName(String targetApplicationLogicalName)
public final String getTargetVersion()
public final void setTargetVersion(String version)
version
for the target application.public final Map<com.orchestranetworks.schema.Path,String> getPredicates()
public final void setPredicates(Map<com.orchestranetworks.schema.Path,String> predicates)
public boolean isWriteAccessLockDisabled()
true
if the write access on the current dataspace is unlocked during export.
Otherwise, returns false
if the write access on the current dataspace is locked during export.public void setWriteAccessLockDisabled(boolean writeAccessLockDisabled)