Uses of Interface
org.nuxeo.ecm.core.io.ExportedDocument
-
-
Uses of ExportedDocument in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return ExportedDocument Modifier and Type Method Description ExportedDocument
DocumentReader. read()
Reads a single document.ExportedDocument[]
DocumentReader. read(int count)
Reads next 'count' documents.Methods in org.nuxeo.ecm.core.io with parameters of type ExportedDocument Modifier and Type Method Description boolean
DocumentTransformer. transform(ExportedDocument doc)
Transforms the given document and returns true to pass to the next transformer or false to exit from the transformation chain.void
ImportExtension. updateImport(CoreSession session, DocumentModel docModel, ExportedDocument result)
DocumentTranslationMap
DocumentWriter. write(ExportedDocument doc)
Writes a single document.DocumentTranslationMap
DocumentWriter. write(ExportedDocument[] docs)
Writes an array of documents.Method parameters in org.nuxeo.ecm.core.io with type arguments of type ExportedDocument Modifier and Type Method Description DocumentTranslationMap
DocumentWriter. write(Collection<ExportedDocument> docs)
Writes documents from the given collection. -
Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl
Classes in org.nuxeo.ecm.core.io.impl that implement ExportedDocument Modifier and Type Class Description class
ExportedDocumentImpl
A representation for an exported document.class
TypedExportedDocumentImpl
A representation for an exported document aware of property types.Methods in org.nuxeo.ecm.core.io.impl that return ExportedDocument Modifier and Type Method Description abstract ExportedDocument
AbstractDocumentReader. read()
ExportedDocument[]
AbstractDocumentReader. read(int count)
Methods in org.nuxeo.ecm.core.io.impl with parameters of type ExportedDocument Modifier and Type Method Description void
DocumentPipeImpl. applyTransforms(ExportedDocument doc)
void
DocumentPipeImpl. applyTransforms(ExportedDocument[] docs)
protected DocumentModel
AbstractDocumentModelWriter. createDocument(ExportedDocument xdoc, Path toPath)
Creates a new document given its path.protected static void
AbstractDocumentModelWriter. loadSchema(ExportedDocument xdoc, Schema schema, DocumentModel doc, org.dom4j.Element schemaElement)
protected void
AbstractDocumentModelWriter. loadSchemas(ExportedDocument xdoc, DocumentModel docModel, org.dom4j.Document doc)
protected DocumentModel
AbstractDocumentModelWriter. updateDocument(ExportedDocument xdoc, DocumentModel doc)
Updates an existing document.abstract DocumentTranslationMap
AbstractDocumentWriter. write(ExportedDocument doc)
DocumentTranslationMap
AbstractDocumentWriter. write(ExportedDocument[] docs)
Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type ExportedDocument Modifier and Type Method Description DocumentTranslationMap
AbstractDocumentWriter. write(Collection<ExportedDocument> docs)
-
Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl.extensions
Methods in org.nuxeo.ecm.core.io.impl.extensions with parameters of type ExportedDocument Modifier and Type Method Description void
DocumentLockImporter. updateImport(CoreSession session, DocumentModel docModel, ExportedDocument xdoc)
-
Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl.plugins
Methods in org.nuxeo.ecm.core.io.impl.plugins that return ExportedDocument Modifier and Type Method Description abstract ExportedDocument
DocumentModelReader. read()
ExportedDocument
DocumentsListReader. read()
ExportedDocument
DocumentTreeReader. read()
ExportedDocument
ExtensibleDocumentTreeReader. read()
ExportedDocument
NuxeoArchiveReader. read()
ExportedDocument
SingleDocumentReader. read()
ExportedDocument
TypedSingleDocumentReader. read()
ExportedDocument
XMLDirectoryReader. read()
ExportedDocument
XMLZipReader. read()
ExportedDocument
ZipReader. read()
protected ExportedDocument
NuxeoArchiveReader. readOrderedStream()
protected ExportedDocument
NuxeoArchiveReader. readZip()
Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type ExportedDocument Modifier and Type Method Description protected DocumentModel
ExtensibleDocumentWriter. createDocument(ExportedDocument xdoc, Path toPath)
protected void
NuxeoArchiveReader. fillExportedDocument(ExportedDocument xdoc, ZipEntry entry)
DocumentTranslationMap
DocumentModelInjector. write(ExportedDocument xdoc)
DocumentTranslationMap
DocumentModelUpdater. write(ExportedDocument xdoc)
DocumentTranslationMap
DocumentModelWriter. write(ExportedDocument xdoc)
DocumentTranslationMap
NuxeoArchiveWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDirectoryWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDocumentTreeWriter. write(ExportedDocument doc)
DocumentTranslationMap
XMLDocumentTreeWriter. write(ExportedDocument[] docs)
DocumentTranslationMap
XMLDocumentWriter. write(ExportedDocument doc)
protected void
NuxeoArchiveWriter. writeDocument(String path, ExportedDocument doc)
Method parameters in org.nuxeo.ecm.core.io.impl.plugins with type arguments of type ExportedDocument Modifier and Type Method Description DocumentTranslationMap
XMLDocumentTreeWriter. write(Collection<ExportedDocument> docs)
-
Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl.transformers
Methods in org.nuxeo.ecm.core.io.impl.transformers with parameters of type ExportedDocument Modifier and Type Method Description boolean
DoctypeToFacetTranslator. transform(ExportedDocument xdoc)
boolean
FacetRemover. transform(ExportedDocument xdoc)
boolean
FieldMapper. transform(ExportedDocument xdoc)
boolean
PropertyDeprecationRemover. transform(ExportedDocument xdoc)
boolean
SchemaRemover. transform(ExportedDocument xdoc)
boolean
SchemaRenamer. transform(ExportedDocument xdoc)
-
Uses of ExportedDocument in org.nuxeo.ecm.platform.routing.core.persistence
Methods in org.nuxeo.ecm.platform.routing.core.persistence that return ExportedDocument Modifier and Type Method Description protected ExportedDocument
RouteModelsZipImporter. getRootExportedDocument(File file)
-