Package org.dspace.app.rest.submit
-
Interface Summary Interface Description DataProcessingStep Interface for the submission steps to populate sections in the in progress submission and react to patch requests.ListenerProcessingStep 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.RestProcessingStep This is a placeholder interface to simplify validation of the configuration.UploadableStep The interface for submission Steps that need to deal with file upload -
Class Summary Class Description AbstractProcessingStep Abstract processing class for DSpace Submission Steps.PatchConfigurationService Class to mantain mapping configuration for PATCH operation needed by the Submission processSubmissionService Service to manipulate in-progress submissions.