Interface DeltaProcessor
- All Superinterfaces:
Processor
Processor interface for handling a single instance of an Delta Response.
-
Method Summary
Modifier and TypeMethodDescriptionvoidupdateEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process a delta patch against an EntityCollection.
-
Method Details
-
updateEntityCollection
void updateEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) throws ODataApplicationException, ODataLibraryException Process a delta patch against an EntityCollection.- Parameters:
request- OData request object containing raw HTTP informationresponse- OData response object for collecting response datauriInfo- information of a parsed OData URIrequestFormat- content type of body sent with requestresponseFormat- requested content type after content negotiation- Throws:
ODataApplicationException- if the service implementation encounters a failureODataLibraryException
-