Class LDNCorrectionAction

java.lang.Object
org.dspace.app.ldn.action.LDNCorrectionAction
All Implemented Interfaces:
LDNAction

public class LDNCorrectionAction extends Object implements LDNAction
Implementation for LDN Correction Action. It creates a QA Event according to the LDN Message received *
Author:
Francesco Bacchelli (francesco.bacchelli at 4science.it)
  • Field Details

  • Constructor Details

    • LDNCorrectionAction

      public LDNCorrectionAction()
  • Method Details

    • execute

      public LDNActionStatus execute(Context context, Notification notification, Item item) throws Exception
      Description copied from interface: LDNAction
      Execute action for provided notification and item corresponding to the notification context.
      Specified by:
      execute in interface LDNAction
      Parameters:
      context - the context
      notification - the processed notification to perform action against
      item - the item corresponding to the notification context
      Returns:
      ActionStatus the resulting status of the action
      Throws:
      Exception - general exception that can be thrown while executing action
    • getQaEventTopic

      public String getQaEventTopic()
    • setQaEventTopic

      public void setQaEventTopic(String qaEventTopic)