Uses of Enum Class
org.fiware.ngsi.model.TimerelVO
Package
Description
-
Uses of TimerelVO in org.fiware.mintaka.domain
Modifier and TypeMethodDescriptionApiDomainMapper.timeRelVoToTimeRelation
(TimerelVO timerelVO) Get an internal timerelation object from the api's timerelVO -
Uses of TimerelVO in org.fiware.mintaka.rest
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
TemporalApiController.queryTemporalEntities
(String link, String id, String idPattern, @Size(min=1) String type, @Size(min=1) String attrs, @Size(min=1) String q, String georel, String geometry, String coordinates, @Size(min=1) String geoproperty, TimerelVO timerel, @Pattern(regexp="^((\\d|[a-zA-Z]|_)+(:(\\d|[a-zA-Z]|_)+)?(#\\d+)?)$") @Size(min=1) String timeproperty, Instant timeAt, Instant endTimeAt, @Size(min=1) String csf, Integer pageSize, URI pageAnchor, Integer limit, String options, @Min(1L) Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalApiController.retrieveEntityTemporalById
(URI entityId, String link, @Size(min=1) String attrs, String options, TimerelVO timerel, @Pattern(regexp="^((\\d|[a-zA-Z]|_)+(:(\\d|[a-zA-Z]|_)+)?(#\\d+)?)$") @Size(min=1) String timeproperty, Instant timeAt, Instant endTimeAt, @Min(1L) Integer lastN) -
Uses of TimerelVO in org.fiware.ngsi.api
Modifier and TypeMethodDescriptionio.micronaut.http.HttpResponse<Object>
TemporalApi.queryTemporalEntities
(String link, String id, String idPattern, String type, String attrs, String q, String georel, String geometry, String coordinates, String geoproperty, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, String csf, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalEvolutionApi.queryTemporalEntities
(String link, String id, String idPattern, String type, String attrs, String q, String georel, String geometry, String coordinates, String geoproperty, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, String csf, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalRetrievalApi.queryTemporalEntities
(String link, String id, String idPattern, String type, String attrs, String q, String georel, String geometry, String coordinates, String geoproperty, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, String csf, Integer pageSize, URI pageAnchor, Integer limit, String options, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalApi.retrieveEntityTemporalById
(URI entityId, String link, String attrs, String options, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalEvolutionApi.retrieveEntityTemporalById
(URI entityId, String link, String attrs, String options, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, Integer lastN) io.micronaut.http.HttpResponse<Object>
TemporalRetrievalApi.retrieveEntityTemporalById
(URI entityId, String link, String attrs, String options, TimerelVO timerel, String timeproperty, Instant timeAt, Instant endTimeAt, Integer lastN) -
Uses of TimerelVO in org.fiware.ngsi.model