Package com.orchestranetworks.addon.adix
Class AdixImportResultBean
java.lang.Object
com.orchestranetworks.addon.adix.AdixImportResultBean
Deprecated.
Stores information after importing data into a table.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Deprecated.Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'.int
Deprecated.Returns the number of records that have been inserted into the table.int
Deprecated.Returns the number of records that are unchanged in the table.int
Deprecated.Returns the number of records that are updated in the table.com.orchestranetworks.schema.SchemaNode
Deprecated.Returns the schema node of the table into which data will imported.int
Deprecated.Returns the number of invalid records in the imported file.int
Deprecated.Returns the total number of records in the imported file.
-
Constructor Details
-
AdixImportResultBean
public AdixImportResultBean()Deprecated.
-
-
Method Details
-
getRowsInserted
public int getRowsInserted()Deprecated.Returns the number of records that have been inserted into the table. -
getRowsUpdated
public int getRowsUpdated()Deprecated.Returns the number of records that are updated in the table. -
getRowsDeleted
public int getRowsDeleted()Deprecated.Returns the number of records that have been deleted in the table when the import mode is 'Replace all content'. -
getRowsUnchanged
public int getRowsUnchanged()Deprecated.Returns the number of records that are unchanged in the table. -
getTotalRow
public int getTotalRow()Deprecated.Returns the total number of records in the imported file. -
getTotalErrorRow
public int getTotalErrorRow()Deprecated.Returns the number of invalid records in the imported file. -
getTableNode
public com.orchestranetworks.schema.SchemaNode getTableNode()Deprecated.Returns the schema node of the table into which data will imported.
-
ImportResult
.