Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.io.ExportedDocument

Packages that use ExportedDocument
org.nuxeo.ecm.core.io   
org.nuxeo.ecm.core.io.impl   
org.nuxeo.ecm.core.io.impl.plugins   
org.nuxeo.ecm.platform.io.selectionReader   
org.nuxeo.ecm.platform.publisher.remoting.marshaling.io   
 

Uses of ExportedDocument in org.nuxeo.ecm.core.io
 

Methods in org.nuxeo.ecm.core.io that return ExportedDocument
 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
 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.
 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
 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
 class ExportedDocumentImpl
          A representation for an exported document.
 

Methods in org.nuxeo.ecm.core.io.impl that return ExportedDocument
abstract  ExportedDocument AbstractDocumentReader.read()
           
 ExportedDocument[] AbstractDocumentReader.read(int count)
           
 

Methods in org.nuxeo.ecm.core.io.impl with parameters of type ExportedDocument
 void DocumentPipeImpl.applyTransforms(ExportedDocument doc)
           
 void DocumentPipeImpl.applyTransforms(ExportedDocument[] docs)
           
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
 DocumentTranslationMap AbstractDocumentWriter.write(Collection<ExportedDocument> docs)
           
 

Uses of ExportedDocument in org.nuxeo.ecm.core.io.impl.plugins
 

Methods in org.nuxeo.ecm.core.io.impl.plugins that return ExportedDocument
 ExportedDocument ZipReader.read()
           
 ExportedDocument XMLZipReader.read()
           
 ExportedDocument XMLDirectoryReader.read()
           
 ExportedDocument SingleDocumentReader.read()
           
 ExportedDocument NuxeoArchiveReader.read()
           
 ExportedDocument DocumentsListReader.read()
           
 ExportedDocument DocumentTreeReader.read()
           
abstract  ExportedDocument DocumentModelReader.read()
           
 ExportedDocument DocumentChildrenReader.read()
           
 

Methods in org.nuxeo.ecm.core.io.impl.plugins with parameters of type ExportedDocument
 DocumentTranslationMap XMLDocumentWriter.write(ExportedDocument doc)
           
 DocumentTranslationMap XMLDocumentTreeWriter.write(ExportedDocument doc)
           
 DocumentTranslationMap XMLDirectoryWriter.write(ExportedDocument doc)
           
 DocumentTranslationMap NuxeoArchiveWriter.write(ExportedDocument doc)
           
 DocumentTranslationMap DocumentModelWriter.write(ExportedDocument xdoc)
           
 DocumentTranslationMap DocumentModelUpdater.write(ExportedDocument xdoc)
           
 DocumentTranslationMap DocumentModelInjector.write(ExportedDocument xdoc)
           
 DocumentTranslationMap XMLDocumentTreeWriter.write(ExportedDocument[] docs)
           
 

Method parameters in org.nuxeo.ecm.core.io.impl.plugins with type arguments of type ExportedDocument
 DocumentTranslationMap XMLDocumentTreeWriter.write(Collection<ExportedDocument> docs)
           
 

Uses of ExportedDocument in org.nuxeo.ecm.platform.io.selectionReader
 

Methods in org.nuxeo.ecm.platform.io.selectionReader that return ExportedDocument
 ExportedDocument DocumentModelListReader.read()
           
 

Uses of ExportedDocument in org.nuxeo.ecm.platform.publisher.remoting.marshaling.io
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.io that return ExportedDocument
 ExportedDocument SingleXMlDocumentReader.read()
           
 ExportedDocument SingleDocumentReaderWithInLineBlobs.read()
           
 

Methods in org.nuxeo.ecm.platform.publisher.remoting.marshaling.io with parameters of type ExportedDocument
 DocumentTranslationMap SingleShadowDocumentWriter.write(ExportedDocument doc)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.