Uses of Class
org.apache.unomi.api.goals.Goal
- 
Packages that use Goal Package Description org.apache.unomi.api.services org.apache.unomi.plugins.baseplugin.conditions.accessors org.apache.unomi.rest.endpoints org.apache.unomi.services.impl.goals  - 
- 
Uses of Goal in org.apache.unomi.api.services
Methods in org.apache.unomi.api.services that return Goal Modifier and Type Method Description GoalGoalsService. getGoal(String goalId)Retrieves the goal associated with the specified identifier.Methods in org.apache.unomi.api.services with parameters of type Goal Modifier and Type Method Description voidGoalsService. setGoal(Goal goal)Saves the specified goal in the context server and creates associatedRules if the goal is enabled. - 
Uses of Goal in org.apache.unomi.plugins.baseplugin.conditions.accessors
Methods in org.apache.unomi.plugins.baseplugin.conditions.accessors with parameters of type Goal Modifier and Type Method Description ObjectGoalAccessor. getProperty(Goal object, String propertyName, String leftoverExpression) - 
Uses of Goal in org.apache.unomi.rest.endpoints
Methods in org.apache.unomi.rest.endpoints that return Goal Modifier and Type Method Description GoalGoalsServiceEndPoint. getGoal(String goalId)Retrieves the goal associated with the specified identifier.Methods in org.apache.unomi.rest.endpoints with parameters of type Goal Modifier and Type Method Description voidGoalsServiceEndPoint. setGoal(Goal goal)Saves the specified goal in the context server and creates associatedRules if the goal is enabled. - 
Uses of Goal in org.apache.unomi.services.impl.goals
Methods in org.apache.unomi.services.impl.goals that return Goal Modifier and Type Method Description GoalGoalsServiceImpl. getGoal(String goalId)Methods in org.apache.unomi.services.impl.goals with parameters of type Goal Modifier and Type Method Description voidGoalsServiceImpl. setGoal(Goal goal) 
 -