Interface CountPrimitiveCollectionProcessor
- All Superinterfaces:
PrimitiveCollectionProcessor
,Processor
Processor interface for handling counting a collection of primitive properties, e.g. an collection of EdmString.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
countPrimitiveCollection
(ODataRequest request, ODataResponse response, UriInfo uriInfo) Counts primitive properties from persistence and puts serialized content and status into the response.Methods inherited from interface org.apache.olingo.server.api.processor.PrimitiveCollectionProcessor
deletePrimitiveCollection, readPrimitiveCollection, updatePrimitiveCollection
-
Method Details
-
countPrimitiveCollection
void countPrimitiveCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) throws ODataApplicationException, ODataLibraryException Counts primitive properties from persistence and puts serialized content and status into the response. Response content type istext/plain
by default.- Parameters:
request
- OData request object containing raw HTTP information.response
- OData response object for collecting response datauriInfo
- information of a parsed OData URI- Throws:
ODataApplicationException
- if the service implementation encounters a failureODataLibraryException
-