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 by DataExchangeSpec.
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 Details

    • DataExchangeExportSpec

      public DataExchangeExportSpec()
      Deprecated.
  • Method Details

    • getExportType

      public final DataExchangeExportType getExportType()
      Deprecated.
      Returns export type of this DataExchangeExportSpec.
    • setExportType

      public final void setExportType(DataExchangeExportType exportType)
      Deprecated.
      Sets export type to this DataExchangeExportSpec.
    • getTargetApplicationLogicalName

      public final String getTargetApplicationLogicalName()
      Deprecated.
      Returns the target application's logical name.
    • setTargetApplicationLogicalName

      public final void setTargetApplicationLogicalName(String targetApplicationLogicalName)
      Deprecated.
      Sets the target application's logical name.
    • getTargetVersion

      public final String getTargetVersion()
      Deprecated.
      Returns the target application version.
    • setTargetVersion

      public final void setTargetVersion(String version)
      Deprecated.
      Sets the version for the target application.
    • getPredicates

      public final Map<com.orchestranetworks.schema.Path,String> getPredicates()
      Deprecated.
      Returns the mapping between the path and predicate string of the tables.
      Since:
      2.1.0
    • setPredicates

      public final void setPredicates(Map<com.orchestranetworks.schema.Path,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.