Uses of Interface
org.nuxeo.ecm.core.io.DocumentReader
-
Packages that use DocumentReader Package Description org.nuxeo.ecm.core.io org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.core.io.impl.plugins org.nuxeo.ecm.platform.io.impl org.nuxeo.ecm.platform.io.operation -
-
Uses of DocumentReader in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentReader Modifier and Type Method Description DocumentReaderDocumentReaderFactory. createDocReader(Map<String,Object> params)DocumentReaderDocumentPipe. getReader()Methods in org.nuxeo.ecm.core.io with parameters of type DocumentReader Modifier and Type Method Description DocumentTranslationMapIODocumentManager. exportDocuments(OutputStream out, DocumentReader customDocReader, String format)Used in pair with importDocuments(...DocumentTranslationMapIODocumentManager. importDocuments(DocumentReader customDocReader, DocumentWriter customDocWriter)voidDocumentPipe. setReader(DocumentReader reader) -
Uses of DocumentReader in org.nuxeo.ecm.core.io.impl
Classes in org.nuxeo.ecm.core.io.impl that implement DocumentReader Modifier and Type Class Description classAbstractDocumentReaderMethods in org.nuxeo.ecm.core.io.impl that return DocumentReader Modifier and Type Method Description DocumentReaderDocumentPipeImpl. getReader()Methods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentReader Modifier and Type Method Description DocumentTranslationMapIODocumentManagerImpl. exportDocuments(OutputStream out, DocumentReader customDocReader, String format)DocumentTranslationMapIODocumentManagerImpl. importDocuments(DocumentReader customDocReader, DocumentWriter customDocWriter)voidDocumentPipeImpl. setReader(DocumentReader reader) -
Uses of DocumentReader in org.nuxeo.ecm.core.io.impl.plugins
Classes in org.nuxeo.ecm.core.io.impl.plugins that implement DocumentReader Modifier and Type Class Description classDocumentModelReaderclassDocumentsListReaderReader for a simple list of DocumentModel objects.classDocumentTreeReaderclassExtensibleDocumentTreeReaderCompared to the defaultDocumentReaderimplementation this one does handle versions and allows to plugExportExtensionclassNuxeoArchiveReaderReads nuxeo archives generated usingNuxeoArchiveWriter.classSingleDocumentReaderclassTypedSingleDocumentReaderclassXMLDirectoryReaderclassXMLZipReaderclassZipReaderA reader to read zip files. -
Uses of DocumentReader in org.nuxeo.ecm.platform.io.impl
Methods in org.nuxeo.ecm.platform.io.impl with parameters of type DocumentReader Modifier and Type Method Description voidIOManagerImpl. exportDocumentsAndResources(OutputStream out, String repo, String format, Collection<String> ioAdapters, DocumentReader customDocReader) -
Uses of DocumentReader in org.nuxeo.ecm.platform.io.operation
Methods in org.nuxeo.ecm.platform.io.operation that return DocumentReader Modifier and Type Method Description protected DocumentReaderExportDocument. makeDocumentReader(CoreSession session, DocumentModel doc, boolean exportAsTree, boolean exportAsZip)
-