Uses of Class
org.dspace.app.rest.model.AInprogressSubmissionRest
-
Packages that use AInprogressSubmissionRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model org.dspace.app.rest.submit -
-
Uses of AInprogressSubmissionRest in org.dspace.app.rest.converter
Classes in org.dspace.app.rest.converter with type parameters of type AInprogressSubmissionRest Modifier and Type Class Description classAInprogressItemConverter<T extends org.dspace.content.InProgressSubmission,R extends AInprogressSubmissionRest>Abstract implementation providing the common functionalities for all the inprogressSubmission Converter -
Uses of AInprogressSubmissionRest in org.dspace.app.rest.model
Subclasses of AInprogressSubmissionRest in org.dspace.app.rest.model Modifier and Type Class Description classWorkflowItemRestThe WorkflowItem REST ResourceclassWorkspaceItemRestThe WorkspaceItem REST Resource -
Uses of AInprogressSubmissionRest in org.dspace.app.rest.submit
Methods in org.dspace.app.rest.submit with parameters of type AInprogressSubmissionRest Modifier and Type Method Description voidSubmissionService. evaluatePatchToInprogressSubmission(org.dspace.core.Context context, javax.servlet.http.HttpServletRequest request, org.dspace.content.InProgressSubmission source, AInprogressSubmissionRest wsi, String section, Operation op)Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the patch of an inprogress submissionList<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 submission
-