
Uses of Interface
org.hl7.fhir.r5.context.IContextResourceLoader
Packages that use IContextResourceLoader
- 
Uses of IContextResourceLoader in org.hl7.fhir.r5.contextMethods in org.hl7.fhir.r5.context that return IContextResourceLoaderModifier and TypeMethodDescriptionIContextResourceLoader.getNewLoader(org.hl7.fhir.utilities.npm.NpmPackage npm) called when a new package is being loaded this is called by loadPackageAndDependencies when a new package is loadedIContextResourceLoader.setLoadProfiles(boolean value) set this to false (default is true) if you don't want profiles loadedMethods in org.hl7.fhir.r5.context with parameters of type IContextResourceLoaderModifier and TypeMethodDescriptionSimpleWorkerContext.SimpleWorkerContextBuilder.fromDefinitions(Map<String, org.hl7.fhir.utilities.ByteProvider> source, IContextResourceLoader loader, PackageInformation pi) SimpleWorkerContext.SimpleWorkerContextBuilder.fromPack(String path, IContextResourceLoader loader) SimpleWorkerContext.SimpleWorkerContextBuilder.fromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, boolean genSnapshots) voidSimpleWorkerContext.loadFromFile(InputStream stream, String name, IContextResourceLoader loader) SimpleWorkerContext.loadFromFile(InputStream stream, String name, IContextResourceLoader loader, SimpleWorkerContext.ILoadFilter filter) voidSimpleWorkerContext.loadFromFile(String file, IContextResourceLoader loader) intIWorkerContext.loadFromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader) Load relevant resources of the appropriate types (as specified by the loader) from the nominated package note that the package system uses lazy loading; the loader will be called later when the classes that use the context need the relevant resourceintSimpleWorkerContext.loadFromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader) intIWorkerContext.loadFromPackageAndDependencies(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, org.hl7.fhir.utilities.npm.BasePackageCacheManager pcm) Load relevant resources of the appropriate types (as specified by the loader) from the nominated package note that the package system uses lazy loading; the loader will be called later when the classes that use the context need the relevant resource This method also loads all the packages that the package depends on (recursively)intSimpleWorkerContext.loadFromPackageAndDependencies(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, org.hl7.fhir.utilities.npm.BasePackageCacheManager pcm) intSimpleWorkerContext.loadFromPackageAndDependenciesInt(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, org.hl7.fhir.utilities.npm.BasePackageCacheManager pcm, String path) intSimpleWorkerContext.loadFromPackageInt(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, Set<String> types) Constructors in org.hl7.fhir.r5.context with parameters of type IContextResourceLoaderModifierConstructorDescriptionPackageResourceLoader(org.hl7.fhir.utilities.npm.NpmPackage.PackageResourceInformation pri, IContextResourceLoader loader, PackageInformation pi) 
- 
Uses of IContextResourceLoader in org.hl7.fhir.r5.hapi.ctxMethods in org.hl7.fhir.r5.hapi.ctx with parameters of type IContextResourceLoaderModifier and TypeMethodDescriptionintHapiWorkerContext.loadFromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader) intHapiWorkerContext.loadFromPackageAndDependencies(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, org.hl7.fhir.utilities.npm.BasePackageCacheManager pcm) 
- 
Uses of IContextResourceLoader in org.hl7.fhir.r5.test.utilsClasses in org.hl7.fhir.r5.test.utils that implement IContextResourceLoaderMethods in org.hl7.fhir.r5.test.utils that return IContextResourceLoaderModifier and TypeMethodDescriptionTestPackageLoader.getNewLoader(org.hl7.fhir.utilities.npm.NpmPackage npm) TestPackageLoader.setLoadProfiles(boolean value) Methods in org.hl7.fhir.r5.test.utils with parameters of type IContextResourceLoaderModifier and TypeMethodDescriptionstatic SimpleWorkerContextTestingUtilities.getWorkerContext(org.hl7.fhir.utilities.npm.NpmPackage npmPackage, IContextResourceLoader loader)