
Uses of Interface
ca.uhn.fhir.repository.IRepositoryLoader.IRepositoryRequest
Packages that use IRepositoryLoader.IRepositoryRequest
Package
Description
This package provides an interface and implementations abstracting
access to a FHIR repository.
-
Uses of IRepositoryLoader.IRepositoryRequest in ca.uhn.fhir.repository
Methods in ca.uhn.fhir.repository with parameters of type IRepositoryLoader.IRepositoryRequestModifier and TypeMethodDescriptionboolean
IRepositoryLoader.canLoad
(IRepositoryLoader.IRepositoryRequest theRepositoryRequest) Impelmentors should return true if they can handle the given URL.IRepositoryLoader.loadRepository
(IRepositoryLoader.IRepositoryRequest theRepositoryRequest) Construct a version ofIRepository
based on the given URL. -
Uses of IRepositoryLoader.IRepositoryRequest in ca.uhn.fhir.repository.impl
Methods in ca.uhn.fhir.repository.impl that return IRepositoryLoader.IRepositoryRequestModifier and TypeMethodDescriptionUrlRepositoryFactory.buildRequest
(String theBaseUrl, FhirContext theFhirContext) Builder for our abstractIRepositoryLoader.IRepositoryRequest
interface.