Uses of Interface
org.dspace.app.rest.submit.RestProcessingStep
Packages that use RestProcessingStep
-
Uses of RestProcessingStep in org.dspace.app.rest.submit
Subinterfaces of RestProcessingStep in org.dspace.app.rest.submitModifier and TypeInterfaceDescriptioninterfaceInterface for the submission steps to populate sections in the in progress submission and react to patch requests.interfaceThis 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.interfaceThe interface for submission Steps that need to deal with file uploadClasses in org.dspace.app.rest.submit that implement RestProcessingStepModifier and TypeClassDescriptionclassAbstract processing class for DSpace Submission Steps. -
Uses of RestProcessingStep in org.dspace.app.rest.submit.step
Classes in org.dspace.app.rest.submit.step that implement RestProcessingStepModifier and TypeClassDescriptionclassAccessCondition step for DSpace Spring Rest.classCC License step for DSpace Spring Rest.classCollection step for DSpace Spring Rest.classDescribe step for DSpace Spring Rest.classSubmission processing step to detect potential duplicates of this item and list them so that the submitter can choose to cancel or continue with their submissionclassThis submission step allows to extract metadata from an uploaded file and/or use provided identifiers/metadata to further enrich a submission.classLicense step for DSpace Spring Rest.classCOARNotify Step for DSpace Spring Rest.classSherpaPolicy step for DSpace Spring Rest.classSubmission processing step to return identifier data for use in the 'identifiers' submission section component in dspace-angular.classUpload step for DSpace Spring Rest.