Uses of Class
ca.uhn.fhir.jpa.packages.PackageInstallationSpec
-
Uses of PackageInstallationSpec in ca.uhn.fhir.jpa.packages
Modifier and TypeMethodDescriptionPackageInstallationSpec.addDependencyExclude
(String theExclude) PackageInstallationSpec.addInstallResourceTypes
(String... theResourceTypes) PackageInstallationSpec.ExampleSupplier.get()
PackageInstallationSpec.ExampleSupplier2.get()
PackageInstallationSpec.setFetchDependencies
(boolean theFetchDependencies) PackageInstallationSpec.setInstallMode
(PackageInstallationSpec.InstallModeEnum theInstallMode) PackageInstallationSpec.setPackageContents
(byte[] thePackageContents) PackageInstallationSpec.setPackageUrl
(String thePackageUrl) PackageInstallationSpec.setVersion
(String theVersion) Modifier and TypeMethodDescriptionIPackageInstallerSvc.install
(PackageInstallationSpec theSpec) PackageInstallerSvcImpl.install
(PackageInstallationSpec theInstallationSpec) Loads and installs an IG from a file on disk or the Simplifier repo using theIPackageCacheManager
.org.hl7.fhir.utilities.npm.NpmPackage
IHapiPackageCacheManager.installPackage
(PackageInstallationSpec theInstallationSpec) org.hl7.fhir.utilities.npm.NpmPackage
JpaPackageCache.installPackage
(PackageInstallationSpec theInstallationSpec) IPackageInstallerSvc.uninstall
(PackageInstallationSpec theSpec) PackageInstallerSvcImpl.uninstall
(PackageInstallationSpec theInstallationSpec) -
Uses of PackageInstallationSpec in ca.uhn.fhir.jpa.packages.loader
Modifier and TypeMethodDescriptionPackageLoaderSvc.fetchPackageFromPackageSpec
(PackageInstallationSpec theSpec)