Uses of Class
org.apache.unomi.api.query.AggregateQuery
Packages that use AggregateQuery
Package
Description
-
Uses of AggregateQuery in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services with parameters of type AggregateQueryModifier and TypeMethodDescriptionQueryService.getAggregate
(String itemType, String property, AggregateQuery query) Deprecated.QueryService.getAggregateWithOptimizedQuery
(String itemType, String property, AggregateQuery query) Retrieves the number of items with the specified type as defined by the Item subclass public fieldITEM_TYPE
and aggregated by possible values of the specified property or, if the specified query is notnull
, perform that aggregate query.GoalsService.getGoalReport
(String goalId, AggregateQuery query) Retrieves the report for the goal identified with the specified identifier, considering only elements determined by the specifiedAggregateQuery
. -
Uses of AggregateQuery in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints with parameters of type AggregateQueryModifier and TypeMethodDescriptionQueryServiceEndPoint.getAggregate
(String type, String property, boolean optimizedQuery, AggregateQuery aggregateQuery) TODO: rework, this method is confusing since it either behaves likeQueryServiceEndPoint.getAggregate(String, String)
if query is null but completely differently if it isn't Retrieves the number of items with the specified type as defined by the Item subclass public fieldITEM_TYPE
and aggregated by possible values of the specified property or, if the specified query is notnull
, perform that aggregate query.GoalsServiceEndPoint.getGoalReport
(String goalId, AggregateQuery query) Retrieves the report for the goal identified with the specified identifier, considering only elements determined by the specifiedAggregateQuery
. -
Uses of AggregateQuery in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals with parameters of type AggregateQueryModifier and TypeMethodDescriptionGoalsServiceImpl.getGoalReport
(String goalId, AggregateQuery query) -
Uses of AggregateQuery in org.apache.unomi.services.impl.queries
Methods in org.apache.unomi.services.impl.queries with parameters of type AggregateQueryModifier and TypeMethodDescriptionQueryServiceImpl.getAggregate
(String itemType, String property, AggregateQuery query) Deprecated.As of version 1.3.0-incubating, useQueryServiceImpl.getAggregateWithOptimizedQuery(String, String, AggregateQuery)
insteadQueryServiceImpl.getAggregateWithOptimizedQuery
(String itemType, String property, AggregateQuery query)
QueryService.getAggregateWithOptimizedQuery(String, String, AggregateQuery)
instead