
Interface IDeleteExpungeJobSubmitter
public interface IDeleteExpungeJobSubmitter
- 
Method Summary
- 
Method Details- 
submitJobString submitJob(Integer theBatchSize, List<String> theUrlsToProcess, boolean theCascade, Integer theCascadeMaxRounds, RequestDetails theRequest) - Parameters:
- theBatchSize- For each pass, when synchronously searching for resources, limit the number of matching resources to this number
- theUrlsToProcess- A list of strings of the form "/Patient?active=true"
- Returns:
- The Batch2 JobId that was started to run this batch job
 
 
-