Uses of Class
de.hybris.platform.odata2services.odata.monitoring.RequestBatchEntity
Packages that use RequestBatchEntity
Package
Description
-
Uses of RequestBatchEntity in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return RequestBatchEntityMethods in de.hybris.platform.odata2services.odata.monitoring that return types with arguments of type RequestBatchEntityModifier and TypeMethodDescriptionRequestBatchEntityExtractor.extractFrom(org.apache.olingo.odata2.api.processor.ODataContext context) Extracts request entity.InboundRequestServiceParameter.getRequests()Gets the information pertaining to the inbound requests extracted from the requestsMethods in de.hybris.platform.odata2services.odata.monitoring with parameters of type RequestBatchEntityMethod parameters in de.hybris.platform.odata2services.odata.monitoring with type arguments of type RequestBatchEntityModifier and TypeMethodDescriptionInboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withRequests(List<RequestBatchEntity> requests) Sets the information pertaining to the inbound requests extracted from the requests -
Uses of RequestBatchEntity in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return RequestBatchEntityModifier and TypeMethodDescriptionprotected RequestBatchEntityInboundRequestPartsCoordinator.getBatch()protected RequestBatchEntityDefaultRequestBatchEntityExtractor.handleBatchPart(org.apache.olingo.odata2.api.batch.BatchRequestPart part, org.apache.olingo.odata2.api.processor.ODataContext context) protected RequestBatchEntityDefaultRequestBatchEntityExtractor.requestEntity(org.apache.olingo.odata2.api.processor.ODataContext context, InputStream body, int numberOfChangesetsInBatch) Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return types with arguments of type RequestBatchEntityModifier and TypeMethodDescriptionprotected List<RequestBatchEntity>DefaultRequestBatchEntityExtractor.extractBatchRequests(org.apache.olingo.odata2.api.processor.ODataContext context) DefaultRequestBatchEntityExtractor.extractFrom(org.apache.olingo.odata2.api.processor.ODataContext context)