Uses of Class
org.nuxeo.ecm.automation.server.jaxrs.batch.Batch
-
Packages that use Batch Package Description org.nuxeo.ecm.automation.server.jaxrs.batch org.nuxeo.ecm.automation.server.jaxrs.batch.handler 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 Batch in org.nuxeo.ecm.automation.server.jaxrs.batch
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return Batch Modifier and Type Method Description Batch
BatchHandler. getBatch(String batchId)
Attempts to fetch a batch with the given id.Batch
BatchManager. getBatch(String batchId)
Fetches information about a batch.Batch
BatchManagerComponent. getBatch(String batchId)
Batch
BatchManager. initBatch(String handlerName)
Initiates a new batch with the given handler.Batch
BatchManagerComponent. initBatch(String handlerName)
protected Batch
BatchManagerComponent. initBatchInternal(String batchId)
Batch
BatchHandler. newBatch(String batchId)
Initiates a new batch with an optional externally provided id. -
Uses of Batch in org.nuxeo.ecm.automation.server.jaxrs.batch.handler
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch.handler that return Batch Modifier and Type Method Description Batch
AbstractBatchHandler. newBatch(String batchId)
-
Uses of Batch in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl that return Batch Modifier and Type Method Description Batch
DefaultBatchHandler. getBatch(String batchId)
-
Uses of Batch in org.nuxeo.ecm.core.storage.sql
Methods in org.nuxeo.ecm.core.storage.sql that return Batch Modifier and Type Method Description Batch
S3DirectBatchHandler. getBatch(String batchId)
-