Uses of Class
org.nuxeo.ecm.automation.server.jaxrs.batch.handler.BatchFileInfo
-
Packages that use BatchFileInfo Package Description org.nuxeo.ecm.automation.server.jaxrs.batch org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. -
-
Uses of BatchFileInfo in org.nuxeo.ecm.automation.server.jaxrs.batch
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch with parameters of type BatchFileInfo Modifier and Type Method Description default boolean
BatchHandler. completeUpload(String batchId, String fileIdx, BatchFileInfo fileInfo)
Callback for the batch handler to execute post-upload actions. -
Uses of BatchFileInfo in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl with parameters of type BatchFileInfo Modifier and Type Method Description boolean
DefaultBatchHandler. completeUpload(String batchId, String fileIndex, BatchFileInfo fileInfo)
-
Uses of BatchFileInfo in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql with parameters of type BatchFileInfo Modifier and Type Method Description boolean
S3DirectBatchHandler. completeUpload(String batchId, String fileIndex, BatchFileInfo fileInfo)
-