
Uses of Class
ca.uhn.fhir.jpa.api.model.ExpungeOptions
Packages that use ExpungeOptions
Package
Description
-
Uses of ExpungeOptions in ca.uhn.fhir.jpa.api.dao
Methods in ca.uhn.fhir.jpa.api.dao with parameters of type ExpungeOptionsModifier 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
Methods in ca.uhn.fhir.jpa.api.model that return ExpungeOptionsModifier 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
Methods in ca.uhn.fhir.jpa.dao.expunge with parameters of type ExpungeOptionsModifier 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 ExpungeOperationExpungeService.getExpungeOperation(String theResourceName, ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Constructors in ca.uhn.fhir.jpa.dao.expunge with parameters of type ExpungeOptionsModifierConstructorDescriptionExpungeOperation(String theResourceName, T theResourceId, ExpungeOptions theExpungeOptions, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
Uses of ExpungeOptions in ca.uhn.fhir.jpa.provider
Methods in ca.uhn.fhir.jpa.provider that return ExpungeOptionsModifier and TypeMethodDescriptionprotected ExpungeOptionsBaseJpaProvider.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)