
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 ResourceLinkResourceLink.forAbsoluteReference(String theSourcePath, ResourceTable theSourceResource, org.hl7.fhir.instance.model.api.IIdType theTargetResourceUrl, Date theUpdated) static ResourceLinkResourceLink.forLocalReference(ResourceLink.ResourceLinkForLocalReferenceParams theResourceLinkForLocalReferenceParams) static ResourceLinkResourceLink.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 TypeMethodDescriptionvoidResourceTable.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 booleanResourceLinkUtils.isTargetCanonicalUrl(ResourceLink theLink) Returns true if the target of the resourcelink is a canonical url; returns false otherwise.