Class CSVImportResult

java.lang.Object
org.nuxeo.ecm.csv.core.CSVImportResult
All Implemented Interfaces:
Serializable

public class CSVImportResult extends Object implements Serializable
Since:
5.7
Author:
Thomas Roger
See Also:
  • 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

      public static final CSVImportResult fromImportLogs(List<CSVImportLog> importLogs)
    • getTotalLineCount

      public long getTotalLineCount()
    • getSuccessLineCount

      public long getSuccessLineCount()
    • getSkippedLineCount

      public long getSkippedLineCount()
    • getErrorLineCount

      public long getErrorLineCount()