
Uses of Class
ca.uhn.fhir.jpa.model.entity.ResourceLink
Packages that use ResourceLink
-
Uses of ResourceLink in ca.uhn.fhir.jpa.model.entity
Methods in ca.uhn.fhir.jpa.model.entity that return ResourceLinkModifier 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) Methods in ca.uhn.fhir.jpa.model.entity that return types with arguments of type ResourceLinkMethod parameters in ca.uhn.fhir.jpa.model.entity with type arguments of type ResourceLinkModifier and TypeMethodDescriptionvoid
ResourceTable.setResourceLinks
(Collection<ResourceLink> theLinks) -
Uses of ResourceLink in ca.uhn.fhir.jpa.model.util
Methods in ca.uhn.fhir.jpa.model.util with parameters of type ResourceLinkModifier and TypeMethodDescriptionstatic boolean
ResourceLinkUtils.isTargetCanonicalUrl
(ResourceLink theLink) Returns true if the target of the resourcelink is a canonical url; returns false otherwise.