
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 TypeMethodDescriptionvoidIWorkerContext.cachePackage(PackageInformation packageInfo) Inform the cache about package dependencies.voidSimpleWorkerContext.cachePackage(PackageInformation packageInfo) voidBaseWorkerContext.cacheResourceFromPackage(Resource r, PackageInformation packageInfo) voidIWorkerContext.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) booleanIWorkerContext.hasPackage(PackageInformation pack) booleanSimpleWorkerContext.hasPackage(PackageInformation pack) voidCanonicalResourceManager.register(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packgeInfo) voidBaseWorkerContext.registerResourceFromPackage(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo) voidCanonicalResourceManager.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 TypeMethodDescriptionvoidHapiWorkerContext.cachePackage(PackageInformation packageInformation) voidHapiWorkerContext.cacheResourceFromPackage(Resource res, PackageInformation packageDetails) booleanHapiWorkerContext.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 TypeMethodDescriptionvoidResource.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 voidPackageHackerR5.fixLoadedResource(CanonicalResourceManager.CanonicalResourceProxy r, PackageInformation packageInfo)