Class DataExchangeExportSpec
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.DataExchangeSpec
-
- com.orchestranetworks.addon.dataexchange.DataExchangeExportSpec
-
- Direct Known Subclasses:
DataExchangeExportSQLSpec,DataExchangeExportXMLSpec
public class DataExchangeExportSpec extends DataExchangeSpec
Deprecated.Since 2.3.0, replaced byDataExchangeSpec.Stores specifications for export services and includes the export type, target application logical name and target application version.- Since:
- 2.0.0
- See Also:
ExportConfigurationSpec
-
-
Constructor Summary
Constructors Constructor Description DataExchangeExportSpec()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description DataExchangeExportTypegetExportType()Deprecated.Returns export type of thisDataExchangeExportSpec.java.util.Map<com.orchestranetworks.schema.Path,java.lang.String>getPredicates()Deprecated.Returns the mapping between the path and predicate string of the tables.java.lang.StringgetTargetApplicationLogicalName()Deprecated.Returns the target application's logical name.java.lang.StringgetTargetVersion()Deprecated.Returns the target application version.booleanisWriteAccessLockDisabled()Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.voidsetExportType(DataExchangeExportType exportType)Deprecated.Sets export type to thisDataExchangeExportSpec.voidsetPredicates(java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> predicates)Deprecated.Sets the mapping between the path and predicate string of the tables.voidsetTargetApplicationLogicalName(java.lang.String targetApplicationLogicalName)Deprecated.Sets the target application's logical name.voidsetTargetVersion(java.lang.String version)Deprecated.Sets theversionfor the target application.voidsetWriteAccessLockDisabled(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
-
-
-
-
Method Detail
-
getExportType
public final DataExchangeExportType getExportType()
Deprecated.Returns export type of thisDataExchangeExportSpec.
-
setExportType
public final void setExportType(DataExchangeExportType exportType)
Deprecated.Sets export type to thisDataExchangeExportSpec.
-
getTargetApplicationLogicalName
public final java.lang.String getTargetApplicationLogicalName()
Deprecated.Returns the target application's logical name.
-
setTargetApplicationLogicalName
public final void setTargetApplicationLogicalName(java.lang.String targetApplicationLogicalName)
Deprecated.Sets the target application's logical name.
-
getTargetVersion
public final java.lang.String getTargetVersion()
Deprecated.Returns the target application version.
-
setTargetVersion
public final void setTargetVersion(java.lang.String version)
Deprecated.Sets theversionfor the target application.
-
getPredicates
public final java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> getPredicates()
Deprecated.Returns the mapping between the path and predicate string of the tables.- Since:
- 2.1.0
-
setPredicates
public final void setPredicates(java.util.Map<com.orchestranetworks.schema.Path,java.lang.String> predicates)
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.
-
-