Class ModifyConsentAction
java.lang.Object
org.apache.unomi.plugins.baseplugin.actions.ModifyConsentAction
- All Implemented Interfaces:
ActionExecutor
This class will process consent modification actions and update the profile's consents accordingly.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONSENT_PROPERTY_NAME
- See Also:
-
-
Constructor Details
-
ModifyConsentAction
public ModifyConsentAction()
-
-
Method Details
-
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
-