
Package ca.uhn.fhir.jpa.model.util
Class ResourceLinkUtils
java.lang.Object
ca.uhn.fhir.jpa.model.util.ResourceLinkUtils
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
isTargetCanonicalUrl
(ResourceLink theLink) Returns true if the target of the resourcelink is a canonical url; returns false otherwise.
-
Field Details
-
UNKNOWN
UNKNOWN resource type, used for flagging canonical urls in ResourceLinks.- See Also:
-
-
Constructor Details
-
ResourceLinkUtils
public ResourceLinkUtils()
-
-
Method Details
-
isTargetCanonicalUrl
Returns true if the target of the resourcelink is a canonical url; returns false otherwise.
-