
Uses of Interface
ca.uhn.fhir.mdm.api.IMdmLink
Packages that use IMdmLink
-
Uses of IMdmLink in ca.uhn.fhir.mdm.api
Classes in ca.uhn.fhir.mdm.api with type parameters of type IMdmLinkMethods in ca.uhn.fhir.mdm.api that return IMdmLinkModifier and TypeMethodDescriptionIMdmLink.setCreated
(Date theCreated) IMdmLink.setEidMatch
(Boolean theEidMatch) IMdmLink.setGoldenResourcePersistenceId
(T theGoldenResourcePid) IMdmLink.setHadToCreateNewGoldenResource
(Boolean theHadToCreateNewGoldenResource) IMdmLink.setLinkSource
(MdmLinkSourceEnum theLinkSource) IMdmLink.setMatchResult
(MdmMatchResultEnum theMatchResult) IMdmLink.setMdmSourceType
(String theMdmSourceType) IMdmLink.setRuleCount
(Long theRuleCount) IMdmLink.setSourcePersistenceId
(T theSourcePid) IMdmLink.setUpdated
(Date theUpdated) IMdmLink.setVersion
(String theVersion) -
Uses of IMdmLink in ca.uhn.fhir.mdm.dao
Classes in ca.uhn.fhir.mdm.dao with type parameters of type IMdmLinkModifier and TypeInterfaceDescriptioninterface
IMdmLinkDao<P extends ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?>,
M extends IMdmLink<P>> interface
IMdmLinkImplFactory<M extends IMdmLink>
class
MdmLinkFactory<M extends IMdmLink>
Creates a newIMdmLink
either with the currentIMdmSettings.getRuleVersion()
or with a null version.Methods in ca.uhn.fhir.mdm.dao with parameters of type IMdmLink -
Uses of IMdmLink in ca.uhn.fhir.mdm.model
Methods in ca.uhn.fhir.mdm.model that return types with arguments of type IMdmLinkMethods in ca.uhn.fhir.mdm.model with parameters of type IMdmLinkMethod parameters in ca.uhn.fhir.mdm.model with type arguments of type IMdmLinkModifier and TypeMethodDescriptionvoid
MdmTransactionContext.setMdmLinks
(List<IMdmLink> theMdmLinkEvents)