Package org.apache.unomi.graphql.actions
Class CDPUpdateListsAction
- java.lang.Object
-
- org.apache.unomi.graphql.actions.CDPUpdateListsAction
-
- All Implemented Interfaces:
org.apache.unomi.api.actions.ActionExecutor
public class CDPUpdateListsAction extends Object implements org.apache.unomi.api.actions.ActionExecutor
A rule action that can add a profile to a list
-
-
Constructor Summary
Constructors Constructor Description CDPUpdateListsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intexecute(org.apache.unomi.api.actions.Action action, org.apache.unomi.api.Event event)voidsetEventService(org.apache.unomi.api.services.EventService eventService)
-
-
-
Method Detail
-
setEventService
public void setEventService(org.apache.unomi.api.services.EventService eventService)
-
execute
public int execute(org.apache.unomi.api.actions.Action action, org.apache.unomi.api.Event event)- Specified by:
executein interfaceorg.apache.unomi.api.actions.ActionExecutor
-
-