Package ca.uhn.fhir.mdm.svc
Class MdmLinkDeleteSvc
java.lang.Object
ca.uhn.fhir.mdm.svc.MdmLinkDeleteSvc
-
Constructor Summary
-
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 allIMdmLink
records that implements this interface.
-
Constructor Details
-
MdmLinkDeleteSvc
public MdmLinkDeleteSvc()
-
-
Method Details
-
deleteWithAnyReferenceTo
Delete allIMdmLink
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)
-