Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceLink
-
Uses of ResourceLink in ca.uhn.fhir.jpa.model.entity
Modifier and TypeMethodDescriptionResourceLink.cloneWithoutTargetPid()
Creates a clone of this resourcelink which doesn't contain the internal PID of the target resource.static ResourceLink
ResourceLink.forAbsoluteReference
(String theSourcePath, ResourceTable theSourceResource, org.hl7.fhir.instance.model.api.IIdType theTargetResourceUrl, Date theUpdated) static ResourceLink
ResourceLink.forLocalReference
(ResourceLink.ResourceLinkForLocalReferenceParams theResourceLinkForLocalReferenceParams) static ResourceLink
ResourceLink.forLogicalReference
(String theSourcePath, ResourceTable theSourceResource, String theTargetResourceUrl, Date theUpdated) Factory for canonical URLResourceLink.setTargetResourcePartitionId
(PartitionablePartitionId theTargetResourcePartitionId) Modifier and TypeMethodDescriptionvoid
ResourceTable.setResourceLinks
(Collection<ResourceLink> theLinks)