public interface Request
Modifier and Type | Field and Description |
---|---|
static String |
DIRECTIVE_DRY_RUN |
static String |
REQUEST_INFO_BODY_PROPERTY
Constant for request info property which contains the raw request body.
|
Modifier and Type | Method and Description |
---|---|
PageRequest |
getPageRequest()
Obtain the pagination request information.
|
Set<Map<String,Object>> |
getProperties()
Get the property values of the request.
|
Set<String> |
getPropertyIds()
Get the set of property ids being requested.
|
Map<String,String> |
getRequestInfoProperties()
Get any request info properties of the request.
|
SortRequest |
getSortRequest()
Obtain information to order the results by.
|
TemporalInfo |
getTemporalInfo(String id)
Get the
temporal information for the given property
id for this request, if any. |
boolean |
isDryRunRequest()
Is this a dry run request.
|
static final String REQUEST_INFO_BODY_PROPERTY
static final String DIRECTIVE_DRY_RUN
Set<String> getPropertyIds()
Set<Map<String,Object>> getProperties()
Map<String,String> getRequestInfoProperties()
TemporalInfo getTemporalInfo(String id)
temporal information
for the given property
id for this request, if any.id
- the property idPageRequest getPageRequest()
ResourceProvider
to instruct the caller that the
result set has already been paginated.SortRequest getSortRequest()
ResourceProvider
to instruct the caller that the
result set has already been sorted.boolean isDryRunRequest()
Copyright © 2022 Apache Software Foundation. All rights reserved.