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.
Since 3.0.0, the 'Disable write access lock' option was removed
from the add-on.
|
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.
Since 3.0.0, the 'Disable write access lock' option was removed
from the add-on.
|
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePathspublic 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()
public void setWriteAccessLockDisabled(boolean writeAccessLockDisabled)