Uses of Class
org.dspace.app.rest.model.ProcessFileTypesRest
-
Packages that use ProcessFileTypesRest Package Description org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of ProcessFileTypesRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ProcessFileTypesRest Constructor Description ProcessFileTypesResource(ProcessFileTypesRest content) -
Uses of ProcessFileTypesRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ProcessFileTypesRest Modifier and Type Method Description ProcessFileTypesRestProcessFileTypesLinkRepository. getFileTypesFromProcess(javax.servlet.http.HttpServletRequest request, Integer processId, org.springframework.data.domain.Pageable optionalPageable, Projection projection)This will be the admin only endpoint that returns theProcessFileTypesRestconstructed with the values found in the Bitstreams of the Process with the given ProcessId
-