Uses of Class
org.nuxeo.ecm.core.io.impl.AbstractDocumentWriter
Packages that use AbstractDocumentWriter
-
Uses of AbstractDocumentWriter in org.nuxeo.ecm.core.io.impl
Subclasses of AbstractDocumentWriter in org.nuxeo.ecm.core.io.impl -
Uses of AbstractDocumentWriter in org.nuxeo.ecm.core.io.impl.plugins
Subclasses of AbstractDocumentWriter in org.nuxeo.ecm.core.io.impl.pluginsModifier and TypeClassDescriptionclass
class
A writer that only updates existing documents.class
A writer which is creating new docs or updating existing docs.class
Compared to the defaultDocumentModelWriter
implementation this one does handle versions and allows to plugExportExtension
class
class
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.class
class
Writes to a file or output stream the XML corresponding to the document content.