Interface QAEventActionService

All Known Implementing Classes:
QAEventActionServiceImpl

public interface QAEventActionService
Service that handle the actions that can be done related to an QAEvent.
Author:
Andrea Bollini (andrea.bollini at 4science.it)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(Context context, QAEvent qaevent)
    Accept the given event.
    void
    discard(Context context, QAEvent qaevent)
    Discard the given event.
    void
    reject(Context context, QAEvent qaevent)
    Reject the given event.
  • Method Details

    • accept

      void accept(Context context, QAEvent qaevent)
      Accept the given event.
      Parameters:
      context - the DSpace context
      qaevent - the event to be accepted
    • discard

      void discard(Context context, QAEvent qaevent)
      Discard the given event.
      Parameters:
      context - the DSpace context
      qaevent - the event to be discarded
    • reject

      void reject(Context context, QAEvent qaevent)
      Reject the given event.
      Parameters:
      context - the DSpace context
      qaevent - the event to be rejected