Uses of Class
org.apache.olingo.server.api.deserializer.batch.BatchRequestPart
Packages that use BatchRequestPart
Package
Description
Olingo Server API - Batch
Olingo Server API - Deserializer
-
Uses of BatchRequestPart in org.apache.olingo.server.api.batch
Methods in org.apache.olingo.server.api.batch with parameters of type BatchRequestPartModifier and TypeMethodDescriptionBatchFacade.handleBatchRequest(BatchRequestPart request) Handles a BatchRequestPart. -
Uses of BatchRequestPart in org.apache.olingo.server.api.deserializer
Methods in org.apache.olingo.server.api.deserializer that return types with arguments of type BatchRequestPartModifier and TypeMethodDescriptionFixedFormatDeserializer.parseBatchRequest(InputStream content, String boundary, BatchOptions options) Reads batch data from an InputStream. -
Uses of BatchRequestPart in org.apache.olingo.server.core.batchhandler
Methods in org.apache.olingo.server.core.batchhandler with parameters of type BatchRequestPartModifier and TypeMethodDescriptionBatchFacadeImpl.handleBatchRequest(BatchRequestPart request) BatchPartHandler.handleBatchRequest(BatchRequestPart request) -
Uses of BatchRequestPart in org.apache.olingo.server.core.deserializer
Methods in org.apache.olingo.server.core.deserializer that return types with arguments of type BatchRequestPartModifier and TypeMethodDescriptionFixedFormatDeserializerImpl.parseBatchRequest(InputStream content, String boundary, BatchOptions options) -
Uses of BatchRequestPart in org.apache.olingo.server.core.deserializer.batch
Methods in org.apache.olingo.server.core.deserializer.batch that return types with arguments of type BatchRequestPartModifier and TypeMethodDescriptionBatchParser.parseBatchRequest(InputStream content, String boundary, BatchOptions options) BatchRequestTransformator.transform(BatchBodyPart bodyPart)