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 Goal
GoalsService. 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 void
GoalsService. setGoal(Goal goal)
Saves the specified goal in the context server and creates associatedRule
s 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 Object
GoalAccessor. 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 Goal
GoalsServiceEndPoint. 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 void
GoalsServiceEndPoint. setGoal(Goal goal)
Saves the specified goal in the context server and creates associatedRule
s 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 Goal
GoalsServiceImpl. getGoal(String goalId)
Methods in org.apache.unomi.services.impl.goals with parameters of type Goal Modifier and Type Method Description void
GoalsServiceImpl. setGoal(Goal goal)
-