Uses of Interface
org.nuxeo.ecm.core.io.DocumentPipe
-
Packages that use DocumentPipe Package Description org.nuxeo.ecm.core.io.impl org.nuxeo.ecm.platform.io.operation -
-
Uses of DocumentPipe in org.nuxeo.ecm.core.io.impl
Classes in org.nuxeo.ecm.core.io.impl that implement DocumentPipe Modifier and Type Class Description class
DocumentPipeImpl
class
TransactionBatchingDocumentPipeImpl
Alternative to the defaultDocumentPipe
that handles Transactions demarcation aligned with the Pipe batch size -
Uses of DocumentPipe in org.nuxeo.ecm.platform.io.operation
Methods in org.nuxeo.ecm.platform.io.operation that return DocumentPipe Modifier and Type Method Description protected DocumentPipe
ExportDocument. makePipe(boolean exportAsTree)
-