Uses of Interface
org.dspace.app.rest.submit.RestProcessingStep
-
Packages that use RestProcessingStep Package Description org.dspace.app.rest.submit org.dspace.app.rest.submit.step -
-
Uses of RestProcessingStep in org.dspace.app.rest.submit
Subinterfaces of RestProcessingStep in org.dspace.app.rest.submit Modifier and Type Interface Description interfaceDataProcessingStepInterface for the submission steps to populate sections in the in progress submission and react to patch requests.interfaceListenerProcessingStepThis 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.interfaceUploadableStepThe interface for submission Steps that need to deal with file uploadClasses in org.dspace.app.rest.submit that implement RestProcessingStep Modifier and Type Class Description classAbstractProcessingStepAbstract 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 RestProcessingStep Modifier and Type Class Description classAccessConditionStepAccessCondition step for DSpace Spring Rest.classCCLicenseStepCC License step for DSpace Spring Rest.classCollectionStepCollection step for DSpace Spring Rest.classDescribeStepDescribe step for DSpace Spring Rest.classExtractMetadataStepThis submission step allows to extract metadata from an uploaded file and/or use provided identifiers/metadata to further enrich a submission.classLicenseStepLicense step for DSpace Spring Rest.classUploadStepUpload step for DSpace Spring Rest.
-