Nuxeo ECM Projects 5.4.3-SNAPSHOT

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(InputStream sourceInputStream)
           
 

Method Detail

importDocs

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.