Package org.dspace.app.ldn.processor
Class LDNMetadataProcessor
java.lang.Object
org.dspace.app.ldn.processor.LDNMetadataProcessor
- All Implemented Interfaces:
LDNProcessor
Linked Data Notification metadata processor for consuming notifications. The
storage of notification details are within item metadata.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(Context context, Notification notification) Process notification by repeating over context, processing each context notification, and running actions post processing.voidsetActions(List<LDNAction> actions) voidsetRepeater(LDNContextRepeater repeater)
-
Method Details
-
process
Process notification by repeating over context, processing each context notification, and running actions post processing.- Specified by:
processin interfaceLDNProcessor- Parameters:
notification- received notification- Throws:
Exception- something went wrong processing the notification
-
getRepeater
- Returns:
- LDNContextRepeater
-
setRepeater
- Parameters:
repeater-
-
getActions
- Returns:
- List
-
setActions
- Parameters:
actions-
-