Interface ActionEntityCollectionProcessor
- All Superinterfaces:
Processor
Processor interface for handling an action request with a return type of Entity Collection.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
processActionEntityCollection
(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) Process an action which has as return type a collection of entities.
-
Method Details
-
processActionEntityCollection
void processActionEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType requestFormat, ContentType responseFormat) throws ODataApplicationException, ODataLibraryException Process an action which has as return type a collection of entities.- 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
-