Class DataExchangeExportResult
- java.lang.Object
-
- com.orchestranetworks.addon.dataexchange.DataExchangeExportResult
-
- Direct Known Subclasses:
DataExchangeExportSQLResult
public class DataExchangeExportResult extends java.lang.ObjectDeprecated.Since 2.3.0, replaced byDataExchangeResult.Defines result of {addon.label}'s Export service.- Since:
- 2.0.0
-
-
Constructor Summary
Constructors Constructor Description DataExchangeExportResult()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.Iterator<com.onwbp.base.text.UserMessage>getErrorMessages()Deprecated.Returns the iterator of error messages.java.io.FilegetExportedFile()Deprecated.Returns the exported file.java.util.Iterator<com.onwbp.base.text.UserMessage>getWarningMessages()Deprecated.Returns the iterator of warning messages.
-
-
-
Method Detail
-
getExportedFile
public final java.io.File getExportedFile()
Deprecated.Returns the exported file.
-
getErrorMessages
public final java.util.Iterator<com.onwbp.base.text.UserMessage> getErrorMessages()
Deprecated.Returns the iterator of error messages.
-
getWarningMessages
public final java.util.Iterator<com.onwbp.base.text.UserMessage> getWarningMessages()
Deprecated.Returns the iterator of warning messages.- Since:
- 2.1.0
-
-