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 TypeMethodDescriptionvoidcreateDocument(CoreSession session, String parentPath, String name, String type, Map<String, Serializable> values) booleanexists(CoreSession session, String parentPath, String name, Map<String, Serializable> values) voidsetImporterOptions(CSVImporterOptions importerOptions) voidupdateDocument(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:
trueif document with the specified parentPath, name, and values exists.falseotherwise.- Since:
- 8.2
-
setImporterOptions
- Since:
- 8.4
-