Package com.orchestranetworks.addon.adix
Class AdixImportResult
java.lang.Object
com.orchestranetworks.addon.adix.AdixImportResult
Deprecated.
Defines the results of an Adix import.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the file that contains invalid records encountered during import.Deprecated.Returns the list of import results; the list is used for storing information after importing data into a table.Iterator<com.onwbp.base.text.UserMessage>
Deprecated.Returns an iterator over error messages.
-
Constructor Details
-
AdixImportResult
public AdixImportResult()Deprecated.
-
-
Method Details
-
getErrorFile
Deprecated.Returns the file that contains invalid records encountered during import. -
getUserMessages
Deprecated.Returns an iterator over error messages. -
getImportResults
Deprecated.Returns the list of import results; the list is used for storing information after importing data into a table.
-
DataExchangeResult
.