Interface IDeleteExpungeJobSubmitter
public interface IDeleteExpungeJobSubmitter
-
Method Summary
-
Method Details
-
submitJob
String 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 numbertheUrlsToProcess
- A list of strings of the form "/Patient?active=true"- Returns:
- The Batch2 JobId that was started to run this batch job
-