Package ca.uhn.fhir.jpa.delete
Class DeleteExpungeJobSubmitterImpl
java.lang.Object
ca.uhn.fhir.jpa.delete.DeleteExpungeJobSubmitterImpl
- All Implemented Interfaces:
ca.uhn.fhir.rest.api.server.storage.IDeleteExpungeJobSubmitter
,ca.uhn.fhir.rest.api.server.storage.IMultiUrlJobSubmitter
public class DeleteExpungeJobSubmitterImpl
extends Object
implements ca.uhn.fhir.rest.api.server.storage.IDeleteExpungeJobSubmitter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DeleteExpungeJobSubmitterImpl
public DeleteExpungeJobSubmitterImpl()
-
-
Method Details
-
submitJob
public org.springframework.batch.core.JobExecution submitJob(Integer theBatchSize, List<String> theUrlsToDeleteExpunge, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) throws org.springframework.batch.core.JobParametersInvalidException - Specified by:
submitJob
in interfaceca.uhn.fhir.rest.api.server.storage.IMultiUrlJobSubmitter
- Throws:
org.springframework.batch.core.JobParametersInvalidException
-