public class ExtractMetadataStep extends ExtractionStep implements UploadableStep
listeners, metadataMapauthorizeService, bitstreamFormatService, bitstreamService, bteBatchImportService, bundleService, collectionService, configurationService, itemService, metadataFieldService, workspaceItemService| Constructor and Description |
|---|
ExtractMetadataStep() |
| Modifier and Type | Method and Description |
|---|---|
ErrorRest |
upload(Context context,
SubmissionService submissionService,
SubmissionStepConfig stepConfig,
InProgressSubmission wsi,
org.springframework.web.multipart.MultipartFile multipartFile)
The method to implement to support upload of a file in the submission section (aka panel / step)
|
convertFields, doPostProcessing, doPreProcessing, enrichItemclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdoPostProcessing, doPreProcessingpublic ErrorRest upload(Context context, SubmissionService submissionService, SubmissionStepConfig stepConfig, InProgressSubmission wsi, org.springframework.web.multipart.MultipartFile multipartFile) throws IOException
UploadableStepupload in interface UploadableStepcontext - the dspace contextsubmissionService - the submission servicestepConfig - the configuration of the submission sectionwsi - the inprogress submissionmultipartFile - the multipart file, please note that it is a complex object containing additional information other
than just the binary such as the filename and the mimetypeIOExceptionCopyright © 2019 DuraSpace. All rights reserved.