Uses of Class
org.nuxeo.ecm.csv.core.CSVImporterOptions
-
Uses of CSVImporterOptions in org.nuxeo.ecm.csv.core
Modifier and TypeFieldDescriptionstatic final CSVImporterOptions
CSVImporterOptions.DEFAULT_OPTIONS
protected CSVImporterOptions
DefaultCSVImporterDocumentFactory.importerOptions
protected CSVImporterOptions
CSVImporterWork.options
Modifier and TypeMethodDescriptionCSVImporter.launchImport
(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) CSVImporterImpl.launchImport
(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options) void
CSVImporterDocumentFactory.setImporterOptions
(CSVImporterOptions importerOptions) void
DefaultCSVImporterDocumentFactory.setImporterOptions
(CSVImporterOptions importerOptions) ModifierConstructorDescriptionCSVImporterWork
(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options)