
Interface IMultiUrlJobSubmitter
- All Known Subinterfaces:
IDeleteExpungeJobSubmitter
,IReindexJobSubmitter
public interface IMultiUrlJobSubmitter
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.batch.core.JobExecution
submitJob
(Integer theBatchSize, List<String> theUrlsToProcess, RequestDetails theRequest)
-
Method Details
-
submitJob
org.springframework.batch.core.JobExecution submitJob(Integer theBatchSize, List<String> theUrlsToProcess, RequestDetails theRequest) throws org.springframework.batch.core.JobParametersInvalidException - Parameters:
theBatchSize
- For each pass, when synchronously searching for resources, limit the number of matching resources to this numbertheUrlsToProcess
- A list of strings of the form "/Patient?active=true"- Returns:
- The Spring Batch JobExecution that was started to run this batch job
- Throws:
org.springframework.batch.core.JobParametersInvalidException
-