Uses of Class
ca.uhn.fhir.jpa.api.model.ExpungeOptions
Package
Description
-
Uses of ExpungeOptions 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 ExpungeOptions in ca.uhn.fhir.jpa.api.model
Modifier and TypeMethodDescriptionExpungeOptions.setExpungeDeletedResources
(boolean theExpungeDeletedResources) ExpungeOptions.setExpungeEverything
(boolean theExpungeEverything) ExpungeOptions.setExpungeOldVersions
(boolean theExpungeOldVersions) ExpungeOptions.setLimit
(int theLimit) The maximum number of resource versions to expunge -
Uses of ExpungeOptions in ca.uhn.fhir.jpa.dao.expunge
Modifier and TypeMethodDescriptionExpungeService.expunge
(String theResourceName, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequest) protected ExpungeOperation
ExpungeService.getExpungeOperation
(String theResourceName, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) ModifierConstructorDescriptionExpungeOperation
(String theResourceName, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of ExpungeOptions in ca.uhn.fhir.jpa.provider
Modifier and TypeMethodDescriptionprotected ExpungeOptions
BaseJpaProvider.createExpungeOptions
(org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Integer> theLimit, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeDeletedResources, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeOldVersions, org.hl7.fhir.instance.model.api.IPrimitiveType<? extends Boolean> theExpungeEverything)