Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.io
Interface DocumentsExporter


public interface DocumentsExporter

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

Author:
Dragos Mihalache

Method Summary
 DocumentTranslationMap exportDocs(java.io.OutputStream out)
           
 

Method Detail

exportDocs

DocumentTranslationMap exportDocs(java.io.OutputStream out)
                                  throws ExportDocumentException,
                                         ClientException,
                                         java.io.IOException
Throws:
ExportDocumentException
ClientException
java.io.IOException

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.