Class EventToProfilePropertyAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.EventToProfilePropertyAction
-
- All Implemented Interfaces:
ActionExecutor
public class EventToProfilePropertyAction extends Object implements ActionExecutor
A action to copy an event property to a profile property
-
-
Constructor Summary
Constructors Constructor Description EventToProfilePropertyAction()
-
-
-
Method Detail
-
execute
public int execute(Action action, Event event)
Description copied from interface:ActionExecutor- Specified by:
executein interfaceActionExecutor- Parameters:
action- theActionto executeevent- theEventthat triggered the action- Returns:
- an integer status corresponding to what happened as defined by public constants of
EventService
-
-