Modifier and Type | Method and Description |
---|---|
void |
Query.addProperty(String propertyId,
TemporalInfo temporalInfo)
Add a property to the query.
|
void |
QueryImpl.addProperty(String propertyId,
TemporalInfo temporalInfo) |
Modifier and Type | Method and Description |
---|---|
Map<String,TemporalInfo> |
Request.getFields()
Obtain the partial response fields and associated temporal information which were provided
in the query string of the request uri.
|
Map<String,TemporalInfo> |
BaseRequest.getFields() |
Modifier and Type | Class and Description |
---|---|
class |
TemporalInfoImpl
Temporal query data.
|
Modifier and Type | Method and Description |
---|---|
TemporalInfo |
RequestImpl.getTemporalInfo(String id) |
Constructor and Description |
---|
RequestImpl(Set<String> propertyIds,
Set<Map<String,Object>> properties,
Map<String,String> requestInfoProperties,
Map<String,TemporalInfo> mapTemporalInfo)
Create a request.
|
Modifier and Type | Method and Description |
---|---|
TemporalInfo |
Request.getTemporalInfo(String id)
Get the
temporal information for the given property
id for this request, if any. |
Modifier and Type | Method and Description |
---|---|
static Request |
PropertyHelper.getReadRequest(Set<String> propertyIds,
Map<String,TemporalInfo> mapTemporalInfo)
Factory method to create a read request from the given set of property ids.
|
Copyright © 2014. All rights reserved.