Class AdixExportResult


  • public final class AdixExportResult
    extends java.lang.Object
    Deprecated.
    Since 2.3.0, replaced by DataExchangeResult.
    Defines the results of an Adix export.
    • Constructor Summary

      Constructors 
      Constructor Description
      AdixExportResult()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.io.File getExportedFile()
      Deprecated.
      Returns the exported file.
      java.util.Iterator<com.onwbp.base.text.UserMessage> getUserMessages()
      Deprecated.
      Returns the iterator of error messages.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdixExportResult

        public AdixExportResult()
        Deprecated.
    • Method Detail

      • getExportedFile

        public java.io.File getExportedFile()
        Deprecated.
        Returns the exported file.
      • getUserMessages

        public java.util.Iterator<com.onwbp.base.text.UserMessage> getUserMessages()
        Deprecated.
        Returns the iterator of error messages.