Uses of Class
de.hybris.platform.odata2services.odata.monitoring.ResponseChangeSetEntity
Packages that use ResponseChangeSetEntity
Package
Description
-
Uses of ResponseChangeSetEntity in de.hybris.platform.odata2services.odata.monitoring
Methods in de.hybris.platform.odata2services.odata.monitoring that return ResponseChangeSetEntityMethods in de.hybris.platform.odata2services.odata.monitoring that return types with arguments of type ResponseChangeSetEntityModifier and TypeMethodDescriptionResponseEntityExtractor.extractFrom(org.apache.olingo.odata2.api.processor.ODataResponse response) Extracts entities returned back in an OData response.InboundRequestServiceParameter.getResponses()Gets the information pertaining to the inbound requests extracted from the responsesMethods in de.hybris.platform.odata2services.odata.monitoring with parameters of type ResponseChangeSetEntityModifier and TypeMethodDescriptionInboundRequestBuilder.withResponse(ResponseChangeSetEntity response) Method parameters in de.hybris.platform.odata2services.odata.monitoring with type arguments of type ResponseChangeSetEntityModifier and TypeMethodDescriptionInboundRequestServiceParameter.InboundRequestServiceParameterBuilder.withResponses(List<ResponseChangeSetEntity> responses) Sets the information pertaining to the inbound requests extracted from the responses -
Uses of ResponseChangeSetEntity in de.hybris.platform.odata2services.odata.monitoring.impl
Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return ResponseChangeSetEntityModifier and TypeMethodDescriptionprotected ResponseChangeSetEntityInboundRequestPartsCoordinator.getChangeSet()protected ResponseChangeSetEntityInboundRequestPartsCoordinator.rollToLastChangeSetInBatch()The number of the change sets returned from the parser is not consistent.Methods in de.hybris.platform.odata2services.odata.monitoring.impl that return types with arguments of type ResponseChangeSetEntityModifier and TypeMethodDescriptionDefaultResponseEntityExtractor.extractFrom(org.apache.olingo.odata2.api.processor.ODataResponse response) protected List<ResponseChangeSetEntity>DefaultResponseEntityExtractor.extractFromBatchResponse(org.apache.olingo.odata2.api.processor.ODataResponse oDataResponse) protected List<ResponseChangeSetEntity>DefaultResponseEntityExtractor.extractFromSingleResponse(org.apache.olingo.odata2.api.processor.ODataResponse oDataResponse)