public class QueryPostRequest extends PostRequest
Request.Type
ASC_ORDER_PROPERTY_KEY, DEFAULT_PAGE_SIZE, PAGE_SIZE_PROPERTY_KEY
Constructor and Description |
---|
QueryPostRequest(javax.ws.rs.core.HttpHeaders headers,
RequestBody body,
javax.ws.rs.core.UriInfo uriInfo,
ResourceInstance resource)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected RequestHandler |
getRequestHandler()
Obtain the underlying request handler for the request.
|
Request.Type |
getRequestType()
Obtain the http request type.
|
getAPIVersion, getBody, getFields, getHttpHeaders, getPageRequest, getPredicateCompiler, getQueryPredicate, getRemoteAddress, getRenderer, getResource, getResultPostProcessor, getSortRequest, getURI, process
public QueryPostRequest(javax.ws.rs.core.HttpHeaders headers, RequestBody body, javax.ws.rs.core.UriInfo uriInfo, ResourceInstance resource)
headers
- http headersbody
- http bodyuriInfo
- uri informationresource
- associated resource instancepublic Request.Type getRequestType()
Request
Request.Type
.getRequestType
in interface Request
getRequestType
in class PostRequest
protected RequestHandler getRequestHandler()
BaseRequest
getRequestHandler
in class PostRequest
Copyright © 2022 Apache Software Foundation. All rights reserved.