
Package org.hl7.fhir.r5.context
Class CanonicalResourceManager.CanonicalResourceProxy
java.lang.Object
org.hl7.fhir.r5.context.CanonicalResourceManager.CanonicalResourceProxy
- Direct Known Subclasses:
SimpleWorkerContext.InternalCanonicalResourceProxy
,SimpleWorkerContext.PackageResourceLoader
- Enclosing class:
CanonicalResourceManager<T extends CanonicalResource>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getType()
getUrl()
void
boolean
hasId()
boolean
hasUrl()
boolean
abstract CanonicalResource
void
setDerivation
(String derivation) void
setResource
(CanonicalResource resource) toString()
void
used in cross version settings by the package loaders.
-
Constructor Details
-
CanonicalResourceProxy
-
-
Method Details
-
getType
-
getId
-
getUrl
-
getVersion
-
hasId
-
hasUrl
-
hasVersion
-
getSupplements
-
getContent
-
getDerivation
-
setDerivation
-
getResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setResource
-
loadResource
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
toString
-
hack
-
updateInfo
used in cross version settings by the package loaders.
-