Package org.dspace.app.rest.submit
Interface ListenerProcessingStep
- All Superinterfaces:
RestProcessingStep
- All Known Implementing Classes:
ExtractMetadataStep
This interface allows a submission step to access and modify if needed an inprogress submission also when changes are
requested to sections other than the one managed by the step itself.
This could be useful to allow a step wide validations or changes over multiple sections.
- Author:
- Luigi Andrea Pascarelli (luigiandrea.pascarelli at 4science.it), Andrea Bollini (andrea.bollini at 4science.it)
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoPostProcessing(Context context, InProgressSubmission wsi) voiddoPreProcessing(Context context, InProgressSubmission wsi)
-
Method Details
-
doPreProcessing
-
doPostProcessing
-