Uses of Class
ca.uhn.fhir.jpa.api.model.ExpungeOutcome
Package
Description
-
Uses of ExpungeOutcome in ca.uhn.fhir.jpa.api.dao
Modifier and TypeMethodDescriptionIFhirResourceDao.expunge
(ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IFhirResourceDao.expunge
(org.hl7.fhir.instance.model.api.IIdType theIIdType, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) IFhirSystemDao.expunge
(ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IFhirResourceDao.forceExpungeInExistingTransaction
(org.hl7.fhir.instance.model.api.IIdType theId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) -
Uses of ExpungeOutcome in ca.uhn.fhir.jpa.api.model
-
Uses of ExpungeOutcome in ca.uhn.fhir.jpa.dao.expunge
Modifier and TypeMethodDescriptionExpungeOperation.call()
ExpungeService.expunge
(String theResourceName, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) -
Uses of ExpungeOutcome in ca.uhn.fhir.jpa.provider
Modifier and TypeMethodDescriptionprotected org.hl7.fhir.instance.model.api.IBaseParameters
BaseJpaProvider.createExpungeResponse
(ExpungeOutcome theOutcome)