Package org.apache.unomi.lists.actions
Class AddToListsAction
java.lang.Object
org.apache.unomi.lists.actions.AddToListsAction
- All Implemented Interfaces:
ActionExecutor
A rule action that can add a profile to a list
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setEventService
(EventService eventService) void
setProfileService
(ProfileService profileService)
-
Constructor Details
-
AddToListsAction
public AddToListsAction()
-
-
Method Details
-
setProfileService
-
setEventService
-
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
-