
Uses of Class
org.hl7.fhir.r5.context.SimpleWorkerContext
Packages that use SimpleWorkerContext
Package
Description
-
Uses of SimpleWorkerContext in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return SimpleWorkerContextModifier and TypeMethodDescriptionSimpleWorkerContext.SimpleWorkerContextBuilder.build()SimpleWorkerContext.SimpleWorkerContextBuilder.fromClassPath()SimpleWorkerContext.SimpleWorkerContextBuilder.fromClassPath(String name) SimpleWorkerContext.SimpleWorkerContextBuilder.fromDefinitions(Map<String, org.hl7.fhir.utilities.ByteProvider> source, IContextResourceLoader loader, PackageInformation pi) SimpleWorkerContext.SimpleWorkerContextBuilder.fromNothing()Load the working context from the validation packSimpleWorkerContext.SimpleWorkerContextBuilder.fromPack(String path, IContextResourceLoader loader) SimpleWorkerContext.SimpleWorkerContextBuilder.fromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi) SimpleWorkerContext.SimpleWorkerContextBuilder.fromPackage(org.hl7.fhir.utilities.npm.NpmPackage pi, IContextResourceLoader loader, boolean genSnapshots) Methods in org.hl7.fhir.r5.context with parameters of type SimpleWorkerContextModifier and TypeMethodDescriptionprotected voidSimpleWorkerContext.copy(SimpleWorkerContext other) Constructors in org.hl7.fhir.r5.context with parameters of type SimpleWorkerContext -
Uses of SimpleWorkerContext in org.hl7.fhir.r5.terminologies
Constructors in org.hl7.fhir.r5.terminologies with parameters of type SimpleWorkerContext -
Uses of SimpleWorkerContext in org.hl7.fhir.r5.test.utils
Fields in org.hl7.fhir.r5.test.utils with type parameters of type SimpleWorkerContextModifier and TypeFieldDescriptionstatic Map<String, SimpleWorkerContext> TestingUtilities.fcontextsMethods in org.hl7.fhir.r5.test.utils that return SimpleWorkerContextModifier and TypeMethodDescriptionstatic SimpleWorkerContextTestingUtilities.getSharedWorkerContext()Get an existing instantiation of a WorkerContext if available This uses the DEFAULT_CONTEXT_VERSIONstatic SimpleWorkerContextTestingUtilities.getSharedWorkerContext(String version) Get an existing instantiation of a WorkerContext if availablestatic SimpleWorkerContextTestingUtilities.getWorkerContext(String version) static SimpleWorkerContextTestingUtilities.getWorkerContext(org.hl7.fhir.utilities.npm.NpmPackage npmPackage) static SimpleWorkerContextTestingUtilities.getWorkerContext(org.hl7.fhir.utilities.npm.NpmPackage npmPackage, IContextResourceLoader loader) -
Uses of SimpleWorkerContext in org.hl7.fhir.r5.testfactory
Constructors in org.hl7.fhir.r5.testfactory with parameters of type SimpleWorkerContextModifierConstructorDescriptionTestDataHostServices(SimpleWorkerContext context, DateTimeType dt, StringType pathToSpec)