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 intexecute(Action action, Event event)Deprecated.voidsetProfileService(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:
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
-
-