Package org.dspace.app.rest.submit
Interface ListenerProcessingStep
-
- All Superinterfaces:
RestProcessingStep
- All Known Implementing Classes:
ExtractMetadataStep
public interface ListenerProcessingStep extends RestProcessingStep
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoPostProcessing(Context context, InProgressSubmission wsi)voiddoPreProcessing(Context context, InProgressSubmission wsi)
-
-
-
Method Detail
-
doPreProcessing
void doPreProcessing(Context context, InProgressSubmission wsi)
-
doPostProcessing
void doPostProcessing(Context context, InProgressSubmission wsi)
-
-