Uses of Class
org.nuxeo.ecm.csv.core.CSVImportLog
-
Packages that use CSVImportLog Package Description org.nuxeo.ecm.csv.core org.nuxeo.ecm.csv.core.operation -
-
Uses of CSVImportLog in org.nuxeo.ecm.csv.core
Fields in org.nuxeo.ecm.csv.core with type parameters of type CSVImportLog Modifier and Type Field Description protected ArrayList<CSVImportLog>CSVImporterWork. importLogsMethod parameters in org.nuxeo.ecm.csv.core with type arguments of type CSVImportLog Modifier and Type Method Description protected List<CSVImportLog>CSVImporterImpl. filterImportLogs(List<CSVImportLog> importLogs, CSVImportLog.Status... status)static CSVImportResultCSVImportResult. fromImportLogs(List<CSVImportLog> importLogs) -
Uses of CSVImportLog in org.nuxeo.ecm.csv.core.operation
Methods in org.nuxeo.ecm.csv.core.operation that return types with arguments of type CSVImportLog Modifier and Type Method Description List<CSVImportLog>CSVImportLogOperation. getLog(String importID)
-