Interface EntityCollectionProcessor
- All Superinterfaces:
Processor
- All Known Subinterfaces:
CountEntityCollectionProcessor
Processor interface for handling a collection of entities, e.g., an Entity Set.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
readEntityCollection
(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) Reads entities data from persistence and puts serialized content and status into the response.
-
Method Details
-
readEntityCollection
void readEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo, ContentType responseFormat) throws ODataApplicationException, ODataLibraryException Reads entities data from persistence and puts serialized content and status into the response.- Parameters:
request
- OData request object containing raw HTTP informationresponse
- OData response object for collecting response datauriInfo
- information of a parsed OData URIresponseFormat
- requested content type after content negotiation- Throws:
ODataApplicationException
- if the service implementation encounters a failureODataLibraryException
-