Package org.nuxeo.ecm.csv.core
Class CSVImportResult
java.lang.Object
org.nuxeo.ecm.csv.core.CSVImportResult
- All Implemented Interfaces:
Serializable
- Since:
- 5.7
- Author:
- Thomas Roger
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprotected final long
protected final long
protected final long
protected final long
-
Constructor Summary
ConstructorDescriptionCSVImportResult
(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount) -
Method Summary
Modifier and TypeMethodDescriptionstatic final CSVImportResult
fromImportLogs
(List<CSVImportLog> importLogs) long
long
long
long
-
Field Details
-
totalLineCount
protected final long totalLineCount -
successLineCount
protected final long successLineCount -
skippedLineCount
protected final long skippedLineCount -
errorLineCount
protected final long errorLineCount
-
-
Constructor Details
-
CSVImportResult
public CSVImportResult(long totalLineCount, long successLineCount, long skippedLineCount, long errorLineCount)
-
-
Method Details
-
fromImportLogs
-
getTotalLineCount
public long getTotalLineCount() -
getSuccessLineCount
public long getSuccessLineCount() -
getSkippedLineCount
public long getSkippedLineCount() -
getErrorLineCount
public long getErrorLineCount()
-