Uses of Interface
org.nuxeo.ecm.core.io.ExportedDocument
Packages that use ExportedDocument
Package
Description
-
Uses of ExportedDocument in org.nuxeo.ecm.core.io
Methods in org.nuxeo.ecm.core.io that return ExportedDocumentModifier and TypeMethodDescriptionDocumentReader.read()Reads a single document.DocumentReader.read(int count) Reads next 'count' documents.Methods in org.nuxeo.ecm.core.io with parameters of type ExportedDocumentModifier and TypeMethodDescriptionbooleanDocumentTransformer.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) DocumentWriter.write(ExportedDocument doc) Writes a single document.DocumentWriter.write(ExportedDocument[] docs) Writes an array of documents.Method parameters in org.nuxeo.ecm.core.io with type arguments of type ExportedDocumentModifier and TypeMethodDescriptionDocumentWriter.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 ExportedDocumentModifier and TypeClassDescriptionclassA representation for an exported document.classA representation for an exported document aware of property types.Methods in org.nuxeo.ecm.core.io.impl that return ExportedDocumentModifier and TypeMethodDescriptionabstract ExportedDocumentAbstractDocumentReader.read()AbstractDocumentReader.read(int count) Methods in org.nuxeo.ecm.core.io.impl with parameters of type ExportedDocumentModifier and TypeMethodDescriptionvoidDocumentPipeImpl.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) AbstractDocumentWriter.write(ExportedDocument[] docs) Method parameters in org.nuxeo.ecm.core.io.impl with type arguments of type ExportedDocumentModifier and TypeMethodDescriptionAbstractDocumentWriter.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 ExportedDocumentModifier and TypeMethodDescriptionvoidDocumentLockImporter.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 ExportedDocumentModifier and TypeMethodDescriptionabstract ExportedDocumentDocumentModelReader.read()DocumentsListReader.read()DocumentTreeReader.read()ExtensibleDocumentTreeReader.read()NuxeoArchiveReader.read()SingleDocumentReader.read()TypedSingleDocumentReader.read()XMLDirectoryReader.read()XMLZipReader.read()ZipReader.read()protected ExportedDocumentNuxeoArchiveReader.readOrderedStream()protected ExportedDocumentNuxeoArchiveReader.readZip()Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type ExportedDocumentModifier and TypeMethodDescriptionprotected DocumentModelExtensibleDocumentWriter.createDocument(ExportedDocument xdoc, Path toPath) protected voidNuxeoArchiveReader.fillExportedDocument(ExportedDocument xdoc, ZipEntry entry) DocumentModelInjector.write(ExportedDocument xdoc) DocumentModelUpdater.write(ExportedDocument xdoc) DocumentModelWriter.write(ExportedDocument xdoc) NuxeoArchiveWriter.write(ExportedDocument doc) XMLDirectoryWriter.write(ExportedDocument doc) XMLDocumentTreeWriter.write(ExportedDocument doc) XMLDocumentTreeWriter.write(ExportedDocument[] docs) XMLDocumentWriter.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 -
Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl.transformers
Methods in org.nuxeo.ecm.core.io.impl.transformers with parameters of type ExportedDocumentModifier and TypeMethodDescriptionbooleanDoctypeToFacetTranslator.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 ExportedDocumentModifier and TypeMethodDescriptionprotected ExportedDocumentRouteModelsZipImporter.getRootExportedDocument(File file)