
Uses of Class
org.hl7.fhir.r5.model.PackageInformation
Packages that use PackageInformation
Package
Description
-
Uses of PackageInformation in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return PackageInformationModifier 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) Methods in org.hl7.fhir.r5.context with parameters of type PackageInformationModifier 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) Constructors in org.hl7.fhir.r5.context with parameters of type PackageInformationModifierConstructorDescriptionCachedCanonicalResource
(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
Methods in org.hl7.fhir.r5.hapi.ctx that return PackageInformationModifier and TypeMethodDescriptionHapiWorkerContext.getPackage
(String id, String ver) HapiWorkerContext.getPackageForUrl
(String s) Methods in org.hl7.fhir.r5.hapi.ctx with parameters of type PackageInformationModifier 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
Methods in org.hl7.fhir.r5.model that return PackageInformationMethods in org.hl7.fhir.r5.model with parameters of type PackageInformationModifier and TypeMethodDescriptionvoid
Resource.setSourcePackage
(PackageInformation sourcePackage) -
Uses of PackageInformation in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils with parameters of type PackageInformationModifier and TypeMethodDescriptionstatic void
PackageHackerR5.fixLoadedResource
(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo)