Uses of Package
org.dspace.app.rest.submit
Packages that use org.dspace.app.rest.submit
Package
Description
-
Classes in org.dspace.app.rest.submit used by org.dspace.app.rest.submitClassDescriptionInterface for the submission steps to populate sections in the in progress submission and react to patch requests.This is a placeholder interface to simplify validation of the configuration.Service to manipulate in-progress submissions.
-
Classes in org.dspace.app.rest.submit used by org.dspace.app.rest.submit.factoryClassDescriptionClass to maintain mapping configuration for PATCH operation needed by the Submission process
-
Classes in org.dspace.app.rest.submit used by org.dspace.app.rest.submit.stepClassDescriptionAbstract processing class for DSpace Submission Steps.Interface for the submission steps to populate sections in the in progress submission and react to patch requests.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 is a placeholder interface to simplify validation of the configuration.Service to manipulate in-progress submissions.The interface for submission Steps that need to deal with file upload
-
Classes in org.dspace.app.rest.submit used by org.dspace.app.rest.submit.step.validation