Package ca.uhn.fhir.jpa.dao.expunge
Class ExpungeService
java.lang.Object
ca.uhn.fhir.jpa.dao.expunge.ExpungeService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteAllSearchParams
(Long theResourceId) ca.uhn.fhir.jpa.api.model.ExpungeOutcome
expunge
(String theResourceName, Long theResourceId, Long theVersion, ca.uhn.fhir.jpa.api.model.ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) protected ExpungeOperation
getExpungeOperation
(String theResourceName, Long theResourceId, Long theVersion, ca.uhn.fhir.jpa.api.model.ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
-
Constructor Details
-
ExpungeService
public ExpungeService()
-
-
Method Details
-
getExpungeOperation
protected ExpungeOperation getExpungeOperation(String theResourceName, Long theResourceId, Long theVersion, ca.uhn.fhir.jpa.api.model.ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
expunge
-
deleteAllSearchParams
-