Uses of Class
org.dspace.app.rest.model.ProcessRest
-
Packages that use ProcessRest Package Description org.dspace.app.rest.converter org.dspace.app.rest.model.hateoas org.dspace.app.rest.repository -
-
Uses of ProcessRest in org.dspace.app.rest.converter
Methods in org.dspace.app.rest.converter that return ProcessRest Modifier and Type Method Description ProcessRestProcessConverter. convert(org.dspace.scripts.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 Constructor Description ProcessResource(ProcessRest content, Utils utils) -
Uses of ProcessRest in org.dspace.app.rest.repository
Methods in org.dspace.app.rest.repository that return ProcessRest Modifier and Type Method Description ProcessRestProcessRestRepository. findOne(org.dspace.core.Context context, Integer id)ProcessRestScriptRestRepository. startProcess(org.dspace.core.Context context, String scriptName, List<org.springframework.web.multipart.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 ProcessRest Modifier and Type Method Description org.springframework.data.domain.Page<ProcessRest>ProcessRestRepository. findAll(org.dspace.core.Context context, 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 paramsClass<ProcessRest>ProcessRestRepository. getDomainClass()
-