Class MdmLinkDeleteSvc

java.lang.Object
ca.uhn.fhir.mdm.svc.MdmLinkDeleteSvc

@Service public class MdmLinkDeleteSvc extends Object
  • Constructor Details

  • Method Details

    • deleteWithAnyReferenceTo

      public int deleteWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource)
      Delete all IMdmLink records that implements this interface. (Used by Expunge.)
      Parameters:
      theResource -
      Returns:
      the number of records deleted
    • deleteNonRedirectWithAnyReferenceTo

      public int deleteNonRedirectWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource)