Uses of Interface
org.hl7.fhir.r5.context.IWorkerContext
Packages that use IWorkerContext
Package
Description
-
Uses of IWorkerContext in org.hl7.fhir.r5.comparison
Methods in org.hl7.fhir.r5.comparison that return IWorkerContextModifier and TypeMethodDescriptionComparisonSession.getContextLeft()ComparisonSession.getContextRight()Constructors in org.hl7.fhir.r5.comparison with parameters of type IWorkerContextModifierConstructorDescriptionComparisonRenderer(IWorkerContext contextLeft, IWorkerContext contextRight, String folder, ComparisonSession session) ComparisonSession(IWorkerContext contextLeft, IWorkerContext contextRight, String title, ProfileUtilities.ProfileKnowledgeProvider pkp) -
Uses of IWorkerContext in org.hl7.fhir.r5.conformance
Methods in org.hl7.fhir.r5.conformance with parameters of type IWorkerContextModifier and TypeMethodDescriptionstatic StructureDefinitionProfileUtilities.makeExtensionForVersionedURL(IWorkerContext context, String url) Constructors in org.hl7.fhir.r5.conformance with parameters of type IWorkerContextModifierConstructorDescriptionConstraintJavaGenerator(IWorkerContext context, String version, String folder, String packageName) ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp) ProfileUtilities(IWorkerContext context, List<org.hl7.fhir.utilities.validation.ValidationMessage> messages, ProfileUtilities.ProfileKnowledgeProvider pkp, FHIRPathEngine fpe) ShExGenerator(IWorkerContext context) XmlSchemaGenerator(String folder, IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.context
Classes in org.hl7.fhir.r5.context that implement IWorkerContextMethods in org.hl7.fhir.r5.context that return IWorkerContextModifier and TypeMethodDescriptionBaseWorkerContext.setClientRetryCount(int value) IWorkerContext.setClientRetryCount(int value) Methods in org.hl7.fhir.r5.context with parameters of type IWorkerContextModifier and TypeMethodDescriptionSimpleWorkerContext.IValidatorFactory.makeValidator(IWorkerContext ctxt) SimpleWorkerContext.IValidatorFactory.makeValidator(IWorkerContext ctxts, XVerExtensionManager xverManager) -
Uses of IWorkerContext in org.hl7.fhir.r5.elementmodel
Fields in org.hl7.fhir.r5.elementmodel declared as IWorkerContextMethods in org.hl7.fhir.r5.elementmodel that return IWorkerContextMethods in org.hl7.fhir.r5.elementmodel with parameters of type IWorkerContextModifier and TypeMethodDescriptionstatic ElementManager.build(IWorkerContext context, StructureDefinition sd) static voidManager.compose(IWorkerContext context, Element e, OutputStream destination, Manager.FhirFormat outputFormat, IParser.OutputStyle style, String base) static ParserBaseManager.makeParser(IWorkerContext context, Manager.FhirFormat format) static List<ParserBase.NamedElement>Manager.parse(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) static ElementManager.parseSingle(IWorkerContext context, InputStream source, Manager.FhirFormat inputFormat) Constructors in org.hl7.fhir.r5.elementmodel with parameters of type IWorkerContextModifierConstructorDescriptionJsonParser(IWorkerContext context) JsonParser(IWorkerContext context, ProfileUtilities utilities) ObjectConverter(IWorkerContext context) ParserBase(IWorkerContext context) Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure) Property(IWorkerContext context, ElementDefinition definition, StructureDefinition structure, ProfileUtilities profileUtilities) SHCParser(IWorkerContext context) TurtleParser(IWorkerContext context) VerticalBarParser(IWorkerContext context) XmlParser(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.hapi.ctx
Classes in org.hl7.fhir.r5.hapi.ctx that implement IWorkerContextMethods in org.hl7.fhir.r5.hapi.ctx that return IWorkerContext -
Uses of IWorkerContext in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type IWorkerContextModifier and TypeMethodDescriptionbooleanTypeDetails.hasType(IWorkerContext context, String... tn) -
Uses of IWorkerContext in org.hl7.fhir.r5.openapi
Constructors in org.hl7.fhir.r5.openapi with parameters of type IWorkerContextModifierConstructorDescriptionOpenApiGenerator(IWorkerContext context, CapabilityStatement cs, Writer oa) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type IWorkerContextModifier and TypeMethodDescriptionstatic StringDataRenderer.display(IWorkerContext context, DataType type) Constructors in org.hl7.fhir.r5.renderers with parameters of type IWorkerContextModifierConstructorDescriptionDataRenderer(IWorkerContext worker) Renderer(IWorkerContext worker) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers.spreadsheets
Fields in org.hl7.fhir.r5.renderers.spreadsheets declared as IWorkerContextConstructors in org.hl7.fhir.r5.renderers.spreadsheets with parameters of type IWorkerContextModifierConstructorDescriptionSpreadsheetGenerator(IWorkerContext context) StructureDefinitionSpreadsheetGenerator(IWorkerContext context, boolean valuesAsXml, boolean hideMustSupportFalse) -
Uses of IWorkerContext in org.hl7.fhir.r5.renderers.utils
Methods in org.hl7.fhir.r5.renderers.utils that return IWorkerContextConstructors in org.hl7.fhir.r5.renderers.utils with parameters of type IWorkerContextModifierConstructorDescriptionRenderingContext(IWorkerContext worker, org.hl7.fhir.utilities.MarkDownProcessor markdown, org.hl7.fhir.utilities.validation.ValidationOptions terminologyServiceOptions, String specLink, String localPrefix, String lang, RenderingContext.ResourceRendererMode mode) -
Uses of IWorkerContext in org.hl7.fhir.r5.terminologies
Methods in org.hl7.fhir.r5.terminologies with parameters of type IWorkerContextModifier and TypeMethodDescriptionstatic voidValueSetUtilities.markStatus(ValueSet vs, String wg, org.hl7.fhir.utilities.StandardsStatus status, String pckage, String fmm, IWorkerContext context, String normativeVersion) Constructors in org.hl7.fhir.r5.terminologies with parameters of type IWorkerContextModifierConstructorDescriptionValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context) ValueSetCheckerSimple(org.hl7.fhir.utilities.validation.ValidationOptions options, ValueSet source, IWorkerContext context, ValidationContextCarrier ctxt) ValueSetExpanderSimple(IWorkerContext context) ValueSetExpanderSimple(IWorkerContext context, List<String> allErrors) ValueSetExpansionCache(IWorkerContext context, Object lock) ValueSetExpansionCache(IWorkerContext context, String cacheFolder, Object lock) -
Uses of IWorkerContext in org.hl7.fhir.r5.test.utils
Fields in org.hl7.fhir.r5.test.utils with type parameters of type IWorkerContextMethods in org.hl7.fhir.r5.test.utils that return IWorkerContextModifier and TypeMethodDescriptionstatic IWorkerContextTestingUtilities.context()static IWorkerContext -
Uses of IWorkerContext in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return IWorkerContextModifier and TypeMethodDescriptionGraphDefinitionEngine.getContext()ProtoBufGenerator.getContext()FHIRPathEngine.getWorker()Methods in org.hl7.fhir.r5.utils with parameters of type IWorkerContextModifier and TypeMethodDescriptionstatic StringTypePublicationHacker.fixBindingDescriptions(IWorkerContext context, StringType s) Constructors in org.hl7.fhir.r5.utils with parameters of type IWorkerContextModifierConstructorDescriptionDefinitionNavigator(IWorkerContext context, StructureDefinition structure) FHIRPathEngine(IWorkerContext worker) FHIRPathEngine(IWorkerContext worker, ProfileUtilities utilities) GraphDefinitionEngine(org.hl7.fhir.utilities.graphql.IGraphQLStorageServices services, IWorkerContext context) GraphQLEngine(IWorkerContext context) GraphQLSchemaGenerator(IWorkerContext context, String version) LiquidEngine(IWorkerContext context, FHIRPathEngine.IEvaluationContext hostServices) ProtoBufGenerator(IWorkerContext context) ProtoBufGenerator(IWorkerContext context, StructureDefinition definition, OutputStreamWriter destination) QuestionnaireBuilder(IWorkerContext context) XVerExtensionManager(IWorkerContext context) -
Uses of IWorkerContext in org.hl7.fhir.r5.utils.structuremap
Methods in org.hl7.fhir.r5.utils.structuremap that return IWorkerContextConstructors in org.hl7.fhir.r5.utils.structuremap with parameters of type IWorkerContextModifierConstructorDescriptionStructureMapUtilities(IWorkerContext worker) StructureMapUtilities(IWorkerContext worker, ITransformerServices services) StructureMapUtilities(IWorkerContext worker, ITransformerServices services, ProfileUtilities.ProfileKnowledgeProvider pkp)