Package org.dspace.app.ldn.action
Interface LDNAction
- All Known Implementing Classes:
LDNCorrectionAction,LDNEmailAction,LDNRelationCorrectionAction,SendLDNMessageAction
public interface LDNAction
An action that is run after a notification has been processed.
-
Method Summary
Modifier and TypeMethodDescriptionexecute(Context context, Notification notification, Item item) Execute action for provided notification and item corresponding to the notification context.
-
Method Details
-
execute
Execute action for provided notification and item corresponding to the notification context.- Parameters:
context- the contextnotification- the processed notification to perform action againstitem- 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
-