Uses of Class
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.Batch
-
-
Uses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing that return Batch Modifier and Type Method Description Batch<C>BatchProcessor. processBatch(ServiceRequest batchRequest, Service service, Batch<C> batch)Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing with parameters of type Batch Modifier and Type Method Description Batch<C>BatchProcessor. processBatch(ServiceRequest batchRequest, Service service, Batch<C> batch)ContentBatchProcessor. processChangeset(ServiceRequest batchRequest, Service service, Batch changeset) -
Uses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch
Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch that return Batch Modifier and Type Method Description Batch<C>Batch. addPart(Part<C> part)Batch<C>BatchFactory. createBatch(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings, boolean isChangeSet) -
Uses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json
Subclasses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json Modifier and Type Class Description classJsonBatchParser for JSON request.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.json that return Batch Modifier and Type Method Description Batch<Content>JsonBatchFactory. createBatch(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings, boolean isChangeSet) -
Uses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart
Subclasses of Batch in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart Modifier and Type Class Description classMixedContentParser for multipart/mixed mime type stringContent, since Tomcat only handles multipart/form-data.Methods in de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.multipart that return Batch Modifier and Type Method Description Batch<MultipartContent>MultipartFactory. createBatch(de.fraunhofer.iosb.ilt.frostserver.path.Version version, CoreSettings settings, boolean isChangeSet)
-