Uses of Class
org.dspace.app.rest.model.ErrorRest
-
Packages that use ErrorRest Package Description org.dspace.app.rest.model org.dspace.app.rest.submit org.dspace.app.rest.submit.step org.dspace.app.rest.submit.step.validation -
-
Uses of ErrorRest in org.dspace.app.rest.model
Methods in org.dspace.app.rest.model that return types with arguments of type ErrorRest Modifier and Type Method Description List<ErrorRest>BaseObjectRest. getErrors()Method parameters in org.dspace.app.rest.model with type arguments of type ErrorRest Modifier and Type Method Description voidBaseObjectRest. setErrors(List<ErrorRest> errors) -
Uses of ErrorRest in org.dspace.app.rest.submit
Methods in org.dspace.app.rest.submit that return ErrorRest Modifier and Type Method Description ErrorRestUploadableStep. upload(org.dspace.core.Context context, SubmissionService submissionService, org.dspace.app.util.SubmissionStepConfig stepConfig, org.dspace.content.InProgressSubmission wsi, org.springframework.web.multipart.MultipartFile file)The method to implement to support upload of a file in the submission section (aka panel / step)Methods in org.dspace.app.rest.submit that return types with arguments of type ErrorRest Modifier and Type Method Description List<ErrorRest>SubmissionService. uploadFileToInprogressSubmission(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, AInprogressSubmissionRest wsi, org.dspace.content.InProgressSubmission source, org.springframework.web.multipart.MultipartFile file)Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the upload in an inprogress submissiondefault List<ErrorRest>DataProcessingStep. validate(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)The method will expose the list of validation errors identified by the step. -
Uses of ErrorRest in org.dspace.app.rest.submit.step
Methods in org.dspace.app.rest.submit.step that return ErrorRest Modifier and Type Method Description ErrorRestExtractMetadataStep. upload(org.dspace.core.Context context, SubmissionService submissionService, org.dspace.app.util.SubmissionStepConfig stepConfig, org.dspace.content.InProgressSubmission wsi, org.springframework.web.multipart.MultipartFile multipartFile)ErrorRestUploadStep. upload(org.dspace.core.Context context, SubmissionService submissionService, org.dspace.app.util.SubmissionStepConfig stepConfig, org.dspace.content.InProgressSubmission wsi, org.springframework.web.multipart.MultipartFile file) -
Uses of ErrorRest in org.dspace.app.rest.submit.step.validation
Methods in org.dspace.app.rest.submit.step.validation that return types with arguments of type ErrorRest Modifier and Type Method Description List<ErrorRest>AbstractValidation. getErrors()Expose the identified errorsList<ErrorRest>LicenseValidation. validate(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)List<ErrorRest>MetadataValidation. validate(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)List<ErrorRest>UploadValidation. validate(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)List<? extends ErrorRest>Validation. validate(SubmissionService submissionService, org.dspace.content.InProgressSubmission obj, org.dspace.app.util.SubmissionStepConfig config)
-