Uses of Class
org.nuxeo.ecm.csv.core.CSVImporterOptions
-
Packages that use CSVImporterOptions Package Description org.nuxeo.ecm.csv.core -
-
Uses of CSVImporterOptions in org.nuxeo.ecm.csv.core
Fields in org.nuxeo.ecm.csv.core declared as CSVImporterOptions Modifier and Type Field Description static CSVImporterOptionsCSVImporterOptions. DEFAULT_OPTIONSprotected CSVImporterOptionsDefaultCSVImporterDocumentFactory. importerOptionsprotected CSVImporterOptionsCSVImporterWork. optionsMethods in org.nuxeo.ecm.csv.core that return CSVImporterOptions Modifier and Type Method Description CSVImporterOptionsCSVImporterOptions.Builder. build()Methods in org.nuxeo.ecm.csv.core with parameters of type CSVImporterOptions Modifier and Type Method Description StringCSVImporter. launchImport(CoreSession session, String parentPath, File csvFile, String csvFileName, CSVImporterOptions options)Deprecated.since 9.1 useCSVImporter.launchImport(CoreSession, String, Blob, CSVImporterOptions)instead.StringCSVImporter. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)StringCSVImporterImpl. launchImport(CoreSession session, String parentPath, File csvFile, String csvFileName, CSVImporterOptions options)Deprecated.StringCSVImporterImpl. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)voidCSVImporterDocumentFactory. setImporterOptions(CSVImporterOptions importerOptions)voidDefaultCSVImporterDocumentFactory. setImporterOptions(CSVImporterOptions importerOptions)Constructors in org.nuxeo.ecm.csv.core with parameters of type CSVImporterOptions Constructor Description CSVImporterWork(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options)
-