public class DefaultCSVImporterDocumentFactory extends Object implements CSVImporterDocumentFactory
| Constructor and Description |
|---|
DefaultCSVImporterDocumentFactory() |
| 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,
String type,
Map<String,Serializable> values) |
void |
updateDocument(CoreSession session,
DocumentRef docRef,
Map<String,Serializable> values) |
public void createDocument(CoreSession session, String parentPath, String name, String type, Map<String,Serializable> values) throws ClientException
createDocument in interface CSVImporterDocumentFactoryClientExceptionpublic void updateDocument(CoreSession session, DocumentRef docRef, Map<String,Serializable> values) throws ClientException
updateDocument in interface CSVImporterDocumentFactoryClientExceptionpublic boolean exists(CoreSession session, String parentPath, String name, String type, Map<String,Serializable> values) throws ClientException
exists in interface CSVImporterDocumentFactoryClientExceptionCopyright © 2013 Nuxeo SA. All Rights Reserved.