Uses of Interface
org.apache.olingo.server.api.batch.BatchFacade
Packages that use BatchFacade
Package
Description
Olingo Processors
-
Uses of BatchFacade in org.apache.olingo.server.api.processor
Methods in org.apache.olingo.server.api.processor with parameters of type BatchFacadeModifier and TypeMethodDescriptionvoidBatchProcessor.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. -
Uses of BatchFacade in org.apache.olingo.server.core.batchhandler
Classes in org.apache.olingo.server.core.batchhandler that implement BatchFacadeConstructors in org.apache.olingo.server.core.batchhandler with parameters of type BatchFacadeModifierConstructorDescriptionBatchPartHandler(ODataHandler oDataHandler, BatchProcessor processor, BatchFacade batchFacade)