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