Uses of Class
ca.uhn.fhir.jpa.api.model.DeleteConflictList
Packages that use DeleteConflictList
-
Uses of DeleteConflictList in ca.uhn.fhir.jpa.api.dao
Methods in ca.uhn.fhir.jpa.api.dao with parameters of type DeleteConflictListModifier and TypeMethodDescriptionIFhirResourceDao.delete(org.hl7.fhir.instance.model.api.IIdType theResource, DeleteConflictList theDeleteConflictsListToPopulate, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.api.server.storage.TransactionDetails theTransactionDetails)This method does not throw an exception if there are delete conflicts, but populates them in the provided listIFhirResourceDao.deleteByUrl(String theUrl, DeleteConflictList theDeleteConflictsListToPopulate, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)This method does not throw an exception if there are delete conflicts, but populates them in the provided listIFhirResourceDao.deletePidList(String theUrl, Collection<ca.uhn.fhir.rest.api.server.storage.ResourcePersistentId> theResourceIds, DeleteConflictList theDeleteConflicts, ca.uhn.fhir.rest.api.server.RequestDetails theRequest)Delete a list of resource Pids -
Uses of DeleteConflictList in ca.uhn.fhir.jpa.api.model
Methods in ca.uhn.fhir.jpa.api.model with parameters of type DeleteConflictListModifier and TypeMethodDescriptionvoidDeleteConflictList.addAll(DeleteConflictList theNewConflicts)Constructors in ca.uhn.fhir.jpa.api.model with parameters of type DeleteConflictListModifierConstructorDescriptionDeleteConflictList(DeleteConflictList theParentList)Constructor that shares (i.e. -
Uses of DeleteConflictList in ca.uhn.fhir.jpa.delete
Methods in ca.uhn.fhir.jpa.delete with parameters of type DeleteConflictListModifier and TypeMethodDescriptionstatic voidDeleteConflictUtil.validateDeleteConflictsEmptyOrThrowException(ca.uhn.fhir.context.FhirContext theFhirContext, DeleteConflictList theDeleteConflicts)