Uses of Class
de.fraunhofer.iosb.ilt.frostclient.query.Query
Packages that use Query
Package
Description
-
Uses of Query in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient that return QueryModifier and TypeMethodDescriptionSensorThingsService.query(EntityType type) Query a main entity set. -
Uses of Query in de.fraunhofer.iosb.ilt.frostclient.dao
Methods in de.fraunhofer.iosb.ilt.frostclient.dao that return Query -
Uses of Query in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return Query -
Uses of Query in de.fraunhofer.iosb.ilt.frostclient.query
Methods in de.fraunhofer.iosb.ilt.frostclient.query that return QueryModifier and TypeMethodDescriptionQuery.count()QueryParameter.count()Add the count parameter as specified by the SensorThingsAPI specification.Add the filter parameter as specified by the SensorThingsAPI specification.Add the orderBy parameter as specified by the SensorThingsAPI specification.Query.skip(int n) QueryParameter.skip(int n) Add the skip parameter as specified by the SensorThingsAPI specification.Query.top(int n) QueryParameter.top(int n) Add the top parameter as specified by the SensorThingsAPI specification.