Uses of Interface
org.nuxeo.ecm.core.io.DocumentWriter
-
Packages that use DocumentWriter 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 DocumentWriter in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return DocumentWriter Modifier and Type Method Description DocumentWriterDocumentWriterFactory. createDocWriter(Map<String,Object> params)DocumentWriterDocumentPipe. getWriter()Methods in org.nuxeo.ecm.core.io with parameters of type DocumentWriter Modifier and Type Method Description DocumentTranslationMapIODocumentManager. importDocuments(InputStream in, DocumentWriter customDocWriter)DocumentTranslationMapIODocumentManager. 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 DocumentWriter Modifier and Type Class Description classAbstractDocumentModelWriterclassAbstractDocumentWriterMethods in org.nuxeo.ecm.core.io.impl that return DocumentWriter Modifier and Type Method Description DocumentWriterDocumentPipeImpl. getWriter()Methods in org.nuxeo.ecm.core.io.impl with parameters of type DocumentWriter Modifier and Type Method Description DocumentTranslationMapIODocumentManagerImpl. importDocuments(InputStream in, DocumentWriter customDocWriter)DocumentTranslationMapIODocumentManagerImpl. 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 DocumentWriter Modifier and Type Class Description classDocumentModelInjectorclassDocumentModelUpdaterA writer that only updates existing documents.classDocumentModelWriterA writer which is creating new docs or updating existing docs.classExtensibleDocumentWriterCompared to the defaultDocumentModelWriterimplementation this one does handle versions and allows to plugExportExtensionclassNuxeoArchiveWriterclassXMLDirectoryWriterThis 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.classXMLDocumentTreeWriterclassXMLDocumentWriterWrites 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 DocumentWriter Modifier and Type Method Description voidIOManagerImpl. 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 DocumentWriter Modifier and Type Method Description protected DocumentWriterExportDocument. makeDocumentWriter(OutputStream outputStream, boolean exportAsTree, boolean exportAsZip)
-