Class AllEventToProfilePropertiesAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.AllEventToProfilePropertiesAction
-
- All Implemented Interfaces:
ActionExecutor
@Deprecated public class AllEventToProfilePropertiesAction extends Object implements ActionExecutor
Deprecated.Use insteadCopyPropertiesAction
-
-
Constructor Summary
Constructors Constructor Description AllEventToProfilePropertiesAction()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
execute(Action action, Event event)
Deprecated.void
setProfileService(ProfileService profileService)
Deprecated.
-
-
-
Method Detail
-
setProfileService
public void setProfileService(ProfileService profileService)
Deprecated.
-
execute
public int execute(Action action, Event event)
Deprecated.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
-
-