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.repository 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 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.repository
Methods in org.dspace.app.rest.repository that return AInprogressSubmissionRest Modifier and Type Method Description AInprogressSubmissionRestVersionHistoryDraftVersionLinkRepository. getDraftVersion(javax.servlet.http.HttpServletRequest request, Integer versionHistoryId, org.springframework.data.domain.Pageable optionalPageable, Projection projection) -
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(Context context, javax.servlet.http.HttpServletRequest request, InProgressSubmission source, AInprogressSubmissionRest wsi, String section, Operation op)Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the patch of an inprogress submissionList<ErrorRest>SubmissionService. uploadFileToInprogressSubmission(Context context, javax.servlet.http.HttpServletRequest request, AInprogressSubmissionRest wsi, InProgressSubmission source, org.springframework.web.multipart.MultipartFile file)Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the upload in an inprogress submission
-