Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.io
Interface DocumentsImporter


public interface DocumentsImporter

Simple interface useful to wrap a sequence of calls for performing an import. This could be handy to quickly define an importer and sent it as parameter so the method will be callback.

Author:
Dragos Mihalache

Method Summary
 DocumentTranslationMap importDocs(java.io.InputStream sourceInputStream)
           
 

Method Detail

importDocs

DocumentTranslationMap importDocs(java.io.InputStream sourceInputStream)
                                  throws ImportDocumentException,
                                         ClientException,
                                         java.io.IOException
Throws:
ImportDocumentException
ClientException
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.