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 CSVImporterOptionsCSVImporterOptions.DEFAULT_OPTIONSprotected CSVImporterOptionsDefaultCSVImporterDocumentFactory.importerOptionsprotected CSVImporterOptionsCSVImporterWork.optionsMethods 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) voidCSVImporterDocumentFactory.setImporterOptions(CSVImporterOptions importerOptions) voidDefaultCSVImporterDocumentFactory.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)