public class CSVImportResult extends Object
Constructor and Description |
---|
CSVImportResult(long totalLineCount,
long successLineCount,
long skippedLineCount,
long errorLineCount) |
Modifier and Type | Method and Description |
---|---|
static CSVImportResult |
fromImportLogs(List<CSVImportLog> importLogs) |
long |
getErrorLineCount() |
long |
getSkippedLineCount() |
long |
getSuccessLineCount() |
long |
getTotalLineCount() |
public CSVImportResult(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount)
public static final CSVImportResult fromImportLogs(List<CSVImportLog> importLogs)
public long getTotalLineCount()
public long getSuccessLineCount()
public long getSkippedLineCount()
public long getErrorLineCount()
Copyright © 2015 Nuxeo SA. All rights reserved.