Class DataExchangeExportSpec
java.lang.Object
com.orchestranetworks.addon.dataexchange.DataExchangeSpec
com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
- Direct Known Subclasses:
DataExchangeExportSQLSpec
,DataExchangeExportXMLSpec
Deprecated.
Stores specifications for export services and includes the export type,
target application logical name and target application version.
- Since:
- 2.0.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal DataExchangeExportType
Deprecated.Returns export type of thisDataExchangeExportSpec
.Deprecated.Returns the mapping between the path and predicate string of the tables.final String
Deprecated.Returns the target application's logical name.final String
Deprecated.Returns the target application version.boolean
Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.final void
setExportType
(DataExchangeExportType exportType) Deprecated.Sets export type to thisDataExchangeExportSpec
.final void
setPredicates
(Map<com.orchestranetworks.schema.Path, String> predicates) Deprecated.Sets the mapping between the path and predicate string of the tables.final void
setTargetApplicationLogicalName
(String targetApplicationLogicalName) Deprecated.Sets the target application's logical name.final void
setTargetVersion
(String version) Deprecated.Sets theversion
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.Methods inherited from class com.orchestranetworks.addon.dataexchange.DataExchangeSpec
getDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
-
Constructor Details
-
DataExchangeExportSpec
public DataExchangeExportSpec()Deprecated.
-
-
Method Details
-
getExportType
Deprecated.Returns export type of thisDataExchangeExportSpec
. -
setExportType
Deprecated.Sets export type to thisDataExchangeExportSpec
. -
getTargetApplicationLogicalName
Deprecated.Returns the target application's logical name. -
setTargetApplicationLogicalName
Deprecated.Sets the target application's logical name. -
getTargetVersion
Deprecated.Returns the target application version. -
setTargetVersion
Deprecated.Sets theversion
for the target application. -
getPredicates
Deprecated.Returns the mapping between the path and predicate string of the tables.- Since:
- 2.1.0
-
setPredicates
Deprecated.Sets the mapping between the path and predicate string of the tables.- Since:
- 2.1.0
-
isWriteAccessLockDisabled
public boolean isWriteAccessLockDisabled()Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.Always throws exception. -
setWriteAccessLockDisabled
public void setWriteAccessLockDisabled(boolean writeAccessLockDisabled) Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.Always throws exception.
-
DataExchangeSpec
.