Package ca.uhn.fhir.jpa.mdm.svc
Class MdmLinkSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.mdm.svc.MdmLinkSvcImpl
- All Implemented Interfaces:
ca.uhn.fhir.mdm.api.IMdmLinkSvc
This class is in charge of managing MdmLinks between Golden Resources and source resources
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeleteLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext) voiddeleteLinksWithAnyReferenceTo(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theGoldenResourceIds) voidupdateLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchOutcome theMatchOutcome, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext)
-
Constructor Details
-
MdmLinkSvcImpl
public MdmLinkSvcImpl()
-
-
Method Details
-
updateLink
@Transactional public void updateLink(@Nonnull org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, @Nonnull org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.api.MdmMatchOutcome theMatchOutcome, ca.uhn.fhir.mdm.api.MdmLinkSourceEnum theLinkSource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext) - Specified by:
updateLinkin interfaceca.uhn.fhir.mdm.api.IMdmLinkSvc
-
deleteLink
public void deleteLink(org.hl7.fhir.instance.model.api.IAnyResource theGoldenResource, org.hl7.fhir.instance.model.api.IAnyResource theSourceResource, ca.uhn.fhir.mdm.model.MdmTransactionContext theMdmTransactionContext) - Specified by:
deleteLinkin interfaceca.uhn.fhir.mdm.api.IMdmLinkSvc
-
deleteLinksWithAnyReferenceTo
@Transactional public void deleteLinksWithAnyReferenceTo(List<ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId> theGoldenResourceIds) - Specified by:
deleteLinksWithAnyReferenceToin interfaceca.uhn.fhir.mdm.api.IMdmLinkSvc
-