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 CSVImporterOptions
CSVImporterOptions. DEFAULT_OPTIONS
protected CSVImporterOptions
DefaultCSVImporterDocumentFactory. importerOptions
protected CSVImporterOptions
CSVImporterWork. options
Methods in org.nuxeo.ecm.csv.core that return CSVImporterOptions Modifier and Type Method Description CSVImporterOptions
CSVImporterOptions.Builder. build()
Methods in org.nuxeo.ecm.csv.core with parameters of type CSVImporterOptions Modifier and Type Method Description String
CSVImporter. launchImport(CoreSession session, String parentPath, File csvFile, String csvFileName, CSVImporterOptions options)
Deprecated.since 9.1 useCSVImporter.launchImport(CoreSession, String, Blob, CSVImporterOptions)
instead.String
CSVImporter. launchImport(CoreSession session, String parentPath, Blob blob, CSVImporterOptions options)
String
CSVImporterImpl. launchImport(CoreSession session, String parentPath, File csvFile, String csvFileName, CSVImporterOptions options)
Deprecated.String
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 CSVImporterOptions Constructor Description CSVImporterWork(String repositoryName, String parentPath, String username, Blob csvBlob, CSVImporterOptions options)
-