Uses of Class
org.fiware.ngsi.model.QueryVO
Package
Description
-
Uses of QueryVO in org.fiware.mintaka.domain
Modifier and TypeMethodDescriptionQueryVODeserializer.deserialize
(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of QueryVO in org.fiware.mintaka.rest
-
Uses of QueryVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
TemporalApi.queryTemporalEntitiesOnPost
(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalEvolutionApi.queryTemporalEntitiesOnPost
(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalRetrievalApi.queryTemporalEntitiesOnPost
(QueryVO queryVO, String link, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) -
Uses of QueryVO in org.fiware.ngsi.model
Modifier and TypeMethodDescriptionQueryVO.addAttrsItem
(String attrsItem) QueryVO.entities
(EntityInfoVO newEntities) QueryVO.geoQ
(GeoQueryVO newGeoQ) QueryVO.setEntities
(EntityInfoVO newEntities) QueryVO.setGeoQ
(GeoQueryVO newGeoQ) QueryVO.setTemporalQ
(TemporalQueryVO newTemporalQ) QueryVO.setType
(QueryVO.Type newType) QueryVO.temporalQ
(TemporalQueryVO newTemporalQ) QueryVO.type
(QueryVO.Type newType)