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. | 
readEntityCollectionvoid 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 failureODataLibraryExceptionCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.