Package org.dspace.qaevent.service.impl
Class QAEventActionServiceImpl
java.lang.Object
org.dspace.qaevent.service.impl.QAEventActionServiceImpl
- All Implemented Interfaces:
QAEventActionService
Implementation of
QAEventActionService.- Author:
- Andrea Bollini (andrea.bollini at 4science.it)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAccept the given event.voidDiscard the given event.voidReject the given event.voidsetTopicsToActions(Map<String, QualityAssuranceAction> topicsToActions)
-
Constructor Details
-
QAEventActionServiceImpl
public QAEventActionServiceImpl()
-
-
Method Details
-
setTopicsToActions
-
getTopicsToActions
-
accept
Description copied from interface:QAEventActionServiceAccept the given event.- Specified by:
acceptin interfaceQAEventActionService- Parameters:
context- the DSpace contextqaevent- the event to be accepted
-
discard
Description copied from interface:QAEventActionServiceDiscard the given event.- Specified by:
discardin interfaceQAEventActionService- Parameters:
context- the DSpace contextqaevent- the event to be discarded
-
reject
Description copied from interface:QAEventActionServiceReject the given event.- Specified by:
rejectin interfaceQAEventActionService- Parameters:
context- the DSpace contextqaevent- the event to be rejected
-