Class SetPropertyAction
java.lang.Object
org.apache.unomi.plugins.baseplugin.actions.SetPropertyAction
- All Implemented Interfaces:
ActionExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setEventService
(EventService eventService) void
setUseEventToUpdateProfile
(boolean useEventToUpdateProfile)
-
Constructor Details
-
SetPropertyAction
public SetPropertyAction()
-
-
Method Details
-
setUseEventToUpdateProfile
public void setUseEventToUpdateProfile(boolean useEventToUpdateProfile) -
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
-
setEventService
-