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 ExportedDocumentDocumentReader. 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 booleanDocumentTransformer. transform(ExportedDocument doc)Transforms the given document and returns true to pass to the next transformer or false to exit from the transformation chain.voidImportExtension. updateImport(CoreSession session, DocumentModel docModel, ExportedDocument result)DocumentTranslationMapDocumentWriter. write(ExportedDocument doc)Writes a single document.DocumentTranslationMapDocumentWriter. 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 DocumentTranslationMapDocumentWriter. 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 classExportedDocumentImplA representation for an exported document.classTypedExportedDocumentImplA 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 ExportedDocumentAbstractDocumentReader. read()ExportedDocument[]AbstractDocumentReader. read(int count)Methods in org.nuxeo.ecm.core.io.impl with parameters of type ExportedDocument Modifier and Type Method Description voidDocumentPipeImpl. applyTransforms(ExportedDocument doc)voidDocumentPipeImpl. applyTransforms(ExportedDocument[] docs)protected DocumentModelAbstractDocumentModelWriter. createDocument(ExportedDocument xdoc, Path toPath)Creates a new document given its path.protected static voidAbstractDocumentModelWriter. loadSchema(ExportedDocument xdoc, Schema schema, DocumentModel doc, org.dom4j.Element schemaElement)protected voidAbstractDocumentModelWriter. loadSchemas(ExportedDocument xdoc, DocumentModel docModel, org.dom4j.Document doc)protected DocumentModelAbstractDocumentModelWriter. updateDocument(ExportedDocument xdoc, DocumentModel doc)Updates an existing document.abstract DocumentTranslationMapAbstractDocumentWriter. write(ExportedDocument doc)DocumentTranslationMapAbstractDocumentWriter. write(ExportedDocument[] docs)Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type ExportedDocument Modifier and Type Method Description DocumentTranslationMapAbstractDocumentWriter. 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 voidDocumentLockImporter. 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 ExportedDocumentDocumentModelReader. read()ExportedDocumentDocumentsListReader. read()ExportedDocumentDocumentTreeReader. read()ExportedDocumentExtensibleDocumentTreeReader. read()ExportedDocumentNuxeoArchiveReader. read()ExportedDocumentSingleDocumentReader. read()ExportedDocumentTypedSingleDocumentReader. read()ExportedDocumentXMLDirectoryReader. read()ExportedDocumentXMLZipReader. read()ExportedDocumentZipReader. read()protected ExportedDocumentNuxeoArchiveReader. readOrderedStream()protected ExportedDocumentNuxeoArchiveReader. readZip()Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type ExportedDocument Modifier and Type Method Description protected DocumentModelExtensibleDocumentWriter. createDocument(ExportedDocument xdoc, Path toPath)protected voidNuxeoArchiveReader. fillExportedDocument(ExportedDocument xdoc, ZipEntry entry)DocumentTranslationMapDocumentModelInjector. write(ExportedDocument xdoc)DocumentTranslationMapDocumentModelUpdater. write(ExportedDocument xdoc)DocumentTranslationMapDocumentModelWriter. write(ExportedDocument xdoc)DocumentTranslationMapNuxeoArchiveWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDirectoryWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDocumentTreeWriter. write(ExportedDocument doc)DocumentTranslationMapXMLDocumentTreeWriter. write(ExportedDocument[] docs)DocumentTranslationMapXMLDocumentWriter. write(ExportedDocument doc)protected voidNuxeoArchiveWriter. 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 DocumentTranslationMapXMLDocumentTreeWriter. 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 booleanDoctypeToFacetTranslator. transform(ExportedDocument xdoc)booleanFacetRemover. transform(ExportedDocument xdoc)booleanFieldMapper. transform(ExportedDocument xdoc)booleanPropertyDeprecationRemover. transform(ExportedDocument xdoc)booleanSchemaRemover. transform(ExportedDocument xdoc)booleanSchemaRenamer. 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 ExportedDocumentRouteModelsZipImporter. getRootExportedDocument(File file)
-