Uses of Interface
org.nuxeo.ecm.core.io.DocumentWriter
Packages that use DocumentWriter
Package
Description
-
Uses of DocumentWriter in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentWriterModifier and TypeMethodDescriptionDocumentWriterFactory.createDocWriter(Map<String, Object> params) DocumentPipe.getWriter()Methods in org.nuxeo.ecm.core.io with parameters of type DocumentWriterModifier and TypeMethodDescriptionIODocumentManager.importDocuments(InputStream in, DocumentWriter customDocWriter) IODocumentManager.importDocuments(DocumentReader customDocReader, DocumentWriter customDocWriter) voidDocumentPipe.setWriter(DocumentWriter writer) -
Uses of DocumentWriter in org.nuxeo.ecm.core.io.impl
Classes in org.nuxeo.ecm.core.io.impl that implement DocumentWriterMethods in org.nuxeo.ecm.core.io.impl that return DocumentWriterMethods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentWriterModifier and TypeMethodDescriptionIODocumentManagerImpl.importDocuments(InputStream in, DocumentWriter customDocWriter) IODocumentManagerImpl.importDocuments(DocumentReader customDocReader, DocumentWriter customDocWriter) voidDocumentPipeImpl.setWriter(DocumentWriter writer) -
Uses of DocumentWriter in org.nuxeo.ecm.core.io.impl.plugins
Classes in org.nuxeo.ecm.core.io.impl.plugins that implement DocumentWriterModifier and TypeClassDescriptionclassclassA writer that only updates existing documents.classA writer which is creating new docs or updating existing docs.classCompared to the defaultDocumentModelWriterimplementation this one does handle versions and allows to plugExportExtensionclassclassThis 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.classclassWrites to a file or output stream the XML corresponding to the document content. -
Uses of DocumentWriter in org.nuxeo.ecm.platform.io.impl
Methods in org.nuxeo.ecm.platform.io.impl with parameters of type DocumentWriterModifier and TypeMethodDescriptionvoidIOManagerImpl.importDocumentsAndResources(InputStream in, String repo, DocumentRef root, DocumentWriter customDocWriter) -
Uses of DocumentWriter in org.nuxeo.ecm.platform.io.operation
Methods in org.nuxeo.ecm.platform.io.operation that return DocumentWriterModifier and TypeMethodDescriptionprotected DocumentWriterExportDocument.makeDocumentWriter(OutputStream outputStream, boolean exportAsTree, boolean exportAsZip)