Package ca.uhn.fhir.jpa.dao.mdm
Class MdmLinkDeleteSvc
java.lang.Object
ca.uhn.fhir.jpa.dao.mdm.MdmLinkDeleteSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
deleteNonRedirectWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource)
int
deleteWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource)
Delete allMdmLink
records with any reference to this resource.
-
Constructor Details
-
MdmLinkDeleteSvc
public MdmLinkDeleteSvc()
-
-
Method Details
-
deleteWithAnyReferenceTo
Delete allMdmLink
records with any reference to this resource. (Used by Expunge.)- Parameters:
theResource
-- Returns:
- the number of records deleted
-
deleteNonRedirectWithAnyReferenceTo
public int deleteNonRedirectWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource)
-