Uses of Interface
org.nuxeo.ecm.automation.server.jaxrs.batch.BatchHandler
-
Packages that use BatchHandler 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 BatchHandler in org.nuxeo.ecm.automation.server.jaxrs.batch
Fields in org.nuxeo.ecm.automation.server.jaxrs.batch with type parameters of type BatchHandler Modifier and Type Field Description protected Map<String,BatchHandler>
BatchManagerComponent. handlers
Methods in org.nuxeo.ecm.automation.server.jaxrs.batch that return BatchHandler Modifier and Type Method Description BatchHandler
BatchManager. getHandler(String handlerName)
Gets a batch handler.BatchHandler
BatchManagerComponent. getHandler(String handlerName)
-
Uses of BatchHandler in org.nuxeo.ecm.automation.server.jaxrs.batch.handler
Classes in org.nuxeo.ecm.automation.server.jaxrs.batch.handler that implement BatchHandler Modifier and Type Class Description class
AbstractBatchHandler
Abstract batch handler: common code.Fields in org.nuxeo.ecm.automation.server.jaxrs.batch.handler with type parameters of type BatchHandler Modifier and Type Field Description Class<? extends BatchHandler>
BatchHandlerDescriptor. klass
-
Uses of BatchHandler in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl
Classes in org.nuxeo.ecm.automation.server.jaxrs.batch.handler.impl that implement BatchHandler Modifier and Type Class Description class
DefaultBatchHandler
Default batch handler, -
Uses of BatchHandler in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement BatchHandler Modifier and Type Class Description class
S3DirectBatchHandler
Batch Handler allowing direct S3 upload.
-