Class ModifyConsentAction
- java.lang.Object
-
- org.apache.unomi.plugins.baseplugin.actions.ModifyConsentAction
-
- All Implemented Interfaces:
ActionExecutor
public class ModifyConsentAction extends Object implements ActionExecutor
This class will process consent modification actions and update the profile's consents accordingly.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONSENT_PROPERTY_NAME
-
Constructor Summary
Constructors Constructor Description ModifyConsentAction()
-
-
-
Field Detail
-
CONSENT_PROPERTY_NAME
public static final String CONSENT_PROPERTY_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public int execute(Action action, Event event)
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
-
-