Uses of Class
org.dspace.app.rest.model.ProcessRest
Packages that use ProcessRest
Package
Description
-
Uses of ProcessRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ProcessRestModifier and TypeMethodDescriptionProcessConverter.convert(Process process, Projection projection) -
Uses of ProcessRest in org.dspace.app.rest.model.hateoas
Constructors in org.dspace.app.rest.model.hateoas with parameters of type ProcessRest -
Uses of ProcessRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ProcessRestModifier and TypeMethodDescriptionScriptRestRepository.startProcess(Context context, String scriptName, List<MultipartFile> files) This method will take a String scriptname parameter and it'll try to resolve this to a script known by DSpace.Methods in org.dspace.app.rest.repository that return types with arguments of type ProcessRestModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<ProcessRest>org.springframework.data.domain.Page<ProcessRest>ProcessRestRepository.findByCurrentUser(org.springframework.data.domain.Pageable pageable) org.springframework.data.domain.Page<ProcessRest>ProcessRestRepository.findProcessesByProperty(UUID ePersonUuid, String scriptName, String processStatusString, org.springframework.data.domain.Pageable pageable) Search method that will take Parameters and return a list ofProcessRestobjects based on theProcessobjects that were in the databank that adhere to these paramsProcessRestRepository.getDomainClass()