Class DataExchangeExportSpec

    • Constructor Detail

      • DataExchangeExportSpec

        public DataExchangeExportSpec()
        Deprecated.
    • Method Detail

      • 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 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 the version for 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.