Uses of Class
org.nuxeo.ecm.csv.core.CSVImporterOptions
Packages that use CSVImporterOptions
-
Uses of CSVImporterOptions in org.nuxeo.ecm.csv.core
Fields in org.nuxeo.ecm.csv.core declared as CSVImporterOptionsModifier and TypeFieldDescriptionstatic final CSVImporterOptions
CSVImporterOptions.DEFAULT_OPTIONS
protected CSVImporterOptions
DefaultCSVImporterDocumentFactory.importerOptions
protected CSVImporterOptions
CSVImporterWork.options
Methods in org.nuxeo.ecm.csv.core that return CSVImporterOptionsMethods in org.nuxeo.ecm.csv.core with parameters of type CSVImporterOptionsModifier 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) Constructors in org.nuxeo.ecm.csv.core with parameters of type CSVImporterOptionsModifierConstructorDescriptionCSVImporterWork
(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options)