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 Details

  • Constructor Details

    • ModifyConsentAction

      public ModifyConsentAction()
  • Method Details

    • execute

      public int execute(Action action, Event event)
      Description copied from interface: ActionExecutor
      Executes a specified Action, given a triggering Event.
      Specified by:
      execute in interface ActionExecutor
      Parameters:
      action - the Action to execute
      event - the Event that triggered the action
      Returns:
      an integer status corresponding to what happened as defined by public constants of EventService