Uses of Interface
org.dspace.app.rest.submit.ListenerProcessingStep
-
Packages that use ListenerProcessingStep Package Description org.dspace.app.rest.submit org.dspace.app.rest.submit.step -
-
Uses of ListenerProcessingStep in org.dspace.app.rest.submit
Subinterfaces of ListenerProcessingStep in org.dspace.app.rest.submit Modifier and Type Interface Description interfaceAbstractRestProcessingStepInterface for the submission steps to populate sections in the in progress submission and react to patch requests.interfaceUploadableStepThe interface for submission Steps that need to deal with file upload -
Uses of ListenerProcessingStep in org.dspace.app.rest.submit.step
Classes in org.dspace.app.rest.submit.step that implement ListenerProcessingStep Modifier and Type Class Description classCollectionStepCollection step for DSpace Spring Rest.classDescribeStepDescribe step for DSpace Spring Rest.classExtractMetadataStepThis submission step allows to extract metadata from an uploaded file to enrich or initialize a submission.classLicenseStepLicense step for DSpace Spring Rest.classUploadStepUpload step for DSpace Spring Rest.
-