Uses of Class
org.hl7.fhir.r5.model.PackageInformation
Package
Description
-
Uses of PackageInformation in org.hl7.fhir.r5.context
Modifier and TypeMethodDescriptionIWorkerContext.getPackage
(String id, String ver) SimpleWorkerContext.getPackage
(String id, String ver) BaseWorkerContext.getPackageForUrl
(String uri) IWorkerContext.getPackageForUrl
(String url) CanonicalResourceManager.CachedCanonicalResource.getPackageInfo()
CanonicalResourceManager.getPackageInfo
(String system, String version) Modifier and TypeMethodDescriptionvoid
IWorkerContext.cachePackage
(PackageInformation packageInfo) Inform the cache about package dependencies.void
SimpleWorkerContext.cachePackage
(PackageInformation packageInfo) void
BaseWorkerContext.cacheResourceFromPackage
(Resource r, PackageInformation packageInfo) void
IWorkerContext.cacheResourceFromPackage
(Resource res, PackageInformation packageInfo) cache a resource for later retrieval using fetchResource.SimpleWorkerContext.SimpleWorkerContextBuilder.fromDefinitions
(Map<String, org.hl7.fhir.utilities.ByteProvider> source, IContextResourceLoader loader, PackageInformation pi) boolean
IWorkerContext.hasPackage
(PackageInformation pack) boolean
SimpleWorkerContext.hasPackage
(PackageInformation pack) void
CanonicalResourceManager.register
(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packgeInfo) void
BaseWorkerContext.registerResourceFromPackage
(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo) void
CanonicalResourceManager.see
(T r, PackageInformation packgeInfo) ModifierConstructorDescriptionCachedCanonicalResource
(CanonicalResourceManager.CanonicalResourceProxy proxy, PackageInformation packageInfo) CachedCanonicalResource
(T1 resource, PackageInformation packageInfo) PackageResourceLoader
(org.hl7.fhir.utilities.npm.NpmPackage.PackageResourceInformation pri, IContextResourceLoader loader, PackageInformation pi) -
Uses of PackageInformation in org.hl7.fhir.r5.hapi.ctx
Modifier and TypeMethodDescriptionHapiWorkerContext.getPackage
(String id, String ver) HapiWorkerContext.getPackageForUrl
(String s) Modifier and TypeMethodDescriptionvoid
HapiWorkerContext.cachePackage
(PackageInformation packageInformation) void
HapiWorkerContext.cacheResourceFromPackage
(Resource res, PackageInformation packageDetails) boolean
HapiWorkerContext.hasPackage
(PackageInformation packageVersion) -
Uses of PackageInformation in org.hl7.fhir.r5.model
Modifier and TypeMethodDescriptionvoid
Resource.setSourcePackage
(PackageInformation sourcePackage) -
Uses of PackageInformation in org.hl7.fhir.r5.utils
Modifier and TypeMethodDescriptionstatic void
PackageHackerR5.fixLoadedResource
(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo)