Class EventToProfilePropertyAction
java.lang.Object
org.apache.unomi.plugins.baseplugin.actions.EventToProfilePropertyAction
- All Implemented Interfaces:
ActionExecutor
A action to copy an event property to a profile property
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EventToProfilePropertyAction
public EventToProfilePropertyAction()
-
-
Method Details
-
execute
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
-