public interface CSVImporterDocumentFactory extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
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)  | 
boolean | 
exists(CoreSession session,
      String parentPath,
      String name,
      String type,
      Map<String,Serializable> values)
Deprecated. 
 
since 8.2 
 | 
void | 
setImporterOptions(CSVImporterOptions importerOptions)  | 
void | 
updateDocument(CoreSession session,
              DocumentRef docRef,
              Map<String,Serializable> values)  | 
void createDocument(CoreSession session, String parentPath, String name, String type, Map<String,Serializable> values)
void updateDocument(CoreSession session, DocumentRef docRef, Map<String,Serializable> values)
boolean exists(CoreSession session, String parentPath, String name, Map<String,Serializable> values)
true if document with the specified parentPath, name, and values exists. false otherwise.@Deprecated boolean exists(CoreSession session, String parentPath, String name, String type, Map<String,Serializable> values)
void setImporterOptions(CSVImporterOptions importerOptions)
Copyright © 2019 Nuxeo. All rights reserved.