Class | Description |
---|---|
DocumentModelInjector | |
DocumentModelReader | |
DocumentModelUpdater |
A writer that only updates existing documents.
|
DocumentModelWriter |
A writer which is creating new docs or updating existing docs.
|
DocumentsListReader |
Reader for a simple list of DocumentModel objects.
|
DocumentTreeReader | |
DocumentTreeReaderFactory | |
ExtensibleDocumentTreeReader |
Compared to the default
DocumentReader implementation this one does handle versions and allows to plug
ExportExtension |
ExtensibleDocumentWriter |
Compared to the default
DocumentModelWriter implementation this one does handle versions and allows to plug
ExportExtension |
NuxeoArchiveReader |
Reads nuxeo archives generated using
NuxeoArchiveWriter . |
NuxeoArchiveWriter | |
SingleDocumentReader | |
TypedSingleDocumentReader | |
XMLDirectoryReader | |
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.
|
XMLDocumentTreeWriter | |
XMLDocumentWriter |
Writes to a file or output stream the XML corresponding to the document content.
|
XMLZipReader | |
ZipReader |
A reader to read zip files.
|
Copyright © 2018 Nuxeo. All rights reserved.