
Uses of Class
ca.uhn.fhir.jpa.packages.PackageInstallationSpec
Packages that use PackageInstallationSpec
-
Uses of PackageInstallationSpec in ca.uhn.fhir.jpa.packages
Methods in ca.uhn.fhir.jpa.packages that return PackageInstallationSpecModifier 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) Methods in ca.uhn.fhir.jpa.packages with parameters of type PackageInstallationSpecModifier 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
Methods in ca.uhn.fhir.jpa.packages.loader with parameters of type PackageInstallationSpecModifier and TypeMethodDescriptionPackageLoaderSvc.fetchPackageFromPackageSpec
(PackageInstallationSpec theSpec)