public interface CountEntityCollectionProcessor extends EntityCollectionProcessor
Modifier and Type | Method and Description |
---|---|
void |
countEntityCollection(ODataRequest request,
ODataResponse response,
UriInfo uriInfo)
Counts entities from persistence and puts serialized content and status into the response.
|
readEntityCollection
void countEntityCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) throws ODataApplicationException, ODataLibraryException
text/plain
by default.request
- OData request object containing raw HTTP information.response
- OData response object for collecting response datauriInfo
- information of a parsed OData URIODataApplicationException
- if the service implementation encounters a failureODataLibraryException
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.