Interface CountComplexCollectionProcessor
- All Superinterfaces:
ComplexCollectionProcessor
,Processor
Processor interface for handling counting a collection of complex properties, e.g. an EdmComplexType.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
countComplexCollection
(ODataRequest request, ODataResponse response, UriInfo uriInfo) Counts complex properties from persistence and puts serialized content and status into the response.Methods inherited from interface org.apache.olingo.server.api.processor.ComplexCollectionProcessor
deleteComplexCollection, readComplexCollection, updateComplexCollection
-
Method Details
-
countComplexCollection
void countComplexCollection(ODataRequest request, ODataResponse response, UriInfo uriInfo) throws ODataApplicationException, ODataLibraryException Counts complex 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
-