Uses of Class
org.dspace.app.rest.model.AInprogressSubmissionRest
Packages that use AInprogressSubmissionRest
Package
Description
-
Uses of AInprogressSubmissionRest in org.dspace.app.rest.converter
Classes in org.dspace.app.rest.converter with type parameters of type AInprogressSubmissionRestModifier and TypeClassDescriptionclassAInprogressItemConverter<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.modelModifier and TypeClassDescriptionclassThe WorkflowItem REST ResourceclassThe WorkspaceItem REST Resource -
Uses of AInprogressSubmissionRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return AInprogressSubmissionRestModifier and TypeMethodDescriptionVersionHistoryDraftVersionLinkRepository.getDraftVersion(jakarta.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 AInprogressSubmissionRestModifier and TypeMethodDescriptionvoidSubmissionService.evaluatePatchToInprogressSubmission(Context context, jakarta.servlet.http.HttpServletRequest request, InProgressSubmission source, AInprogressSubmissionRest wsi, String section, Operation op) Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the patch of an inprogress submissionSubmissionService.uploadFileToInprogressSubmission(Context context, jakarta.servlet.http.HttpServletRequest request, AInprogressSubmissionRest wsi, InProgressSubmission source, MultipartFile file) Utility method used by theWorkspaceItemRestRepositoryandWorkflowItemRestRepositoryto deal with the upload in an inprogress submission