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 StringCONSENT_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:
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
-
-