Uses of Enum Class
org.fiware.ngsi.model.TimerelVO
Packages that use TimerelVO
Package
Description
-
Uses of TimerelVO in org.fiware.mintaka.domain
Methods in org.fiware.mintaka.domain with parameters of type TimerelVOModifier and TypeMethodDescriptionApiDomainMapper.timeRelVoToTimeRelation
(TimerelVO timerelVO) Get an internal timerelation object from the api's timerelVO -
Uses of TimerelVO in org.fiware.mintaka.rest
Methods in org.fiware.mintaka.rest with parameters of type TimerelVOModifier 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
Methods in org.fiware.ngsi.api with parameters of type TimerelVOModifier 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
Methods in org.fiware.ngsi.model that return TimerelVOModifier and TypeMethodDescriptionstatic TimerelVO
static TimerelVO
Returns the enum constant of this class with the specified name.static TimerelVO[]
TimerelVO.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.fiware.ngsi.model that return types with arguments of type TimerelVO