
Package ca.uhn.fhir.mdm.svc
Class MdmLinkDeleteSvc
java.lang.Object
ca.uhn.fhir.mdm.svc.MdmLinkDeleteSvc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintdeleteNonRedirectWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource) intdeleteWithAnyReferenceTo(org.hl7.fhir.instance.model.api.IBaseResource theResource) Delete allIMdmLinkrecords that implements this interface.
-
Constructor Details
-
MdmLinkDeleteSvc
public MdmLinkDeleteSvc()
-
-
Method Details
-
deleteWithAnyReferenceTo
Delete allIMdmLinkrecords 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)
-