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 SummaryConstructors Constructor Description DataExchangeExportSpec()Deprecated.
 - 
Method SummaryAll 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.DataExchangeSpecgetDataAccessSpec, getTablePaths, setDataAccessSpec, setTablePaths
 
- 
 
- 
- 
- 
Method Detail- 
getExportTypepublic final DataExchangeExportType getExportType() Deprecated.Returns export type of thisDataExchangeExportSpec.
 - 
setExportTypepublic final void setExportType(DataExchangeExportType exportType) Deprecated.Sets export type to thisDataExchangeExportSpec.
 - 
getTargetApplicationLogicalNamepublic final java.lang.String getTargetApplicationLogicalName() Deprecated.Returns the target application's logical name.
 - 
setTargetApplicationLogicalNamepublic final void setTargetApplicationLogicalName(java.lang.String targetApplicationLogicalName) Deprecated.Sets the target application's logical name.
 - 
getTargetVersionpublic final java.lang.String getTargetVersion() Deprecated.Returns the target application version.
 - 
setTargetVersionpublic final void setTargetVersion(java.lang.String version) Deprecated.Sets theversionfor the target application.
 - 
getPredicatespublic 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
 
 - 
setPredicatespublic 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
 
 - 
isWriteAccessLockDisabledpublic boolean isWriteAccessLockDisabled() Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.Always throws exception.
 - 
setWriteAccessLockDisabledpublic void setWriteAccessLockDisabled(boolean writeAccessLockDisabled) Deprecated.Since 3.0.0, the 'Disable write access lock' option was removed from the add-on.Always throws exception.
 
- 
 
-