Package org.nuxeo.ecm.csv.core
Interface CSVImporterDocumentFactory
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultCSVImporterDocumentFactory
- Since:
- 5.7
- Author:
- Thomas Roger
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createDocument
(CoreSession session, String parentPath, String name, String type, Map<String, Serializable> values) boolean
exists
(CoreSession session, String parentPath, String name, Map<String, Serializable> values) void
setImporterOptions
(CSVImporterOptions importerOptions) void
updateDocument
(CoreSession session, DocumentRef docRef, Map<String, Serializable> values)
-
Method Details
-
createDocument
void createDocument(CoreSession session, String parentPath, String name, String type, Map<String, Serializable> values) -
updateDocument
-
exists
boolean exists(CoreSession session, String parentPath, String name, Map<String, Serializable> values) - Returns:
true
if document with the specified parentPath, name, and values exists.false
otherwise.- Since:
- 8.2
-
setImporterOptions
- Since:
- 8.4
-