Package org.nuxeo.ecm.core.io.impl.plugins
package org.nuxeo.ecm.core.io.impl.plugins
-
ClassDescriptionA writer that only updates existing documents.A writer which is creating new docs or updating existing docs.Reader for a simple list of DocumentModel objects.Compared to the default
DocumentReader
implementation this one does handle versions and allows to plugExportExtension
Compared to the defaultDocumentModelWriter
implementation this one does handle versions and allows to plugExportExtension
Reads nuxeo archives generated usingNuxeoArchiveWriter
.This class plays a role in the export pipe.It is used to generate xml files that have a nuxeo specific format.Each file contains information about a document model such as,general information like name, uid or document type, and information about the schemas that the document includes.Writes to a file or output stream the XML corresponding to the document content.A reader to read zip files.