Uses of Class
org.apache.unomi.api.goals.GoalReport
Packages that use GoalReport
Package
Description
-
Uses of GoalReport in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return GoalReportModifier and TypeMethodDescriptionGoalsService.getGoalReport
(String goalId) Retrieves the report for the goal identified with the specified identifier.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 GoalReport in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return GoalReportModifier and TypeMethodDescriptionGoalsServiceEndPoint.getGoalReport
(String goalId) Retrieves the report for the goal identified with the specified identifier.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 GoalReport in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return GoalReportModifier and TypeMethodDescriptionGoalsServiceImpl.getGoalReport
(String goalId) GoalsServiceImpl.getGoalReport
(String goalId, AggregateQuery query)