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