Uses of Interface
org.apache.olingo.server.api.batch.BatchFacade
Packages that use BatchFacade
-
Uses of BatchFacade in org.apache.olingo.server.api.processor
Methods in org.apache.olingo.server.api.processor with parameters of type BatchFacadeModifier and TypeMethodDescriptionvoid
BatchProcessor.processBatch
(BatchFacade facade, ODataRequest request, ODataResponse response) Process a complete batch request and puts serialized content and status into the response.BatchProcessor.processChangeSet
(BatchFacade facade, List<ODataRequest> requests) Process a batch change set (containing several batch requests) and puts serialized content and status into the response.