Package org.dspace.qaevent.service
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
-
Method Details
-
accept
Accept the given event.- Parameters:
context- the DSpace contextqaevent- the event to be accepted
-
discard
Discard the given event.- Parameters:
context- the DSpace contextqaevent- the event to be discarded
-
reject
Reject the given event.- Parameters:
context- the DSpace contextqaevent- the event to be rejected
-