Class EvaluateProfileAgeAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.EvaluateProfileAgeAction
-
- All Implemented Interfaces:
ActionExecutor
public class EvaluateProfileAgeAction extends Object implements ActionExecutor
An action that sets the age of a profile based on his birth date
-
-
Constructor Summary
Constructors Constructor Description EvaluateProfileAgeAction()
-
-
-
Method Detail
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor
- Specified by:
execute
in interfaceActionExecutor
- Parameters:
action
- theAction
to executeevent
- theEvent
that triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
-