
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 TypeMethodDescriptionstatic org.hl7.fhir.instance.model.api.IBaseBundleAdditionalResourcesParser.bundleAdditionalResources(Set<String> additionalResources, PackageInstallationSpec packageInstallationSpec, ca.uhn.fhir.context.FhirContext fhirContext) protected booleanPackageInstallerSvcImpl.createOrUpdateResource(IFhirResourceDao theDao, org.hl7.fhir.instance.model.api.IBaseResource theResource, org.hl7.fhir.instance.model.api.IBaseResource theExistingResource, PackageInstallationSpec thePackageInstallationSpec) IPackageInstallerSvc.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.NpmPackageIHapiPackageCacheManager.installPackage(PackageInstallationSpec theInstallationSpec) org.hl7.fhir.utilities.npm.NpmPackageJpaPackageCache.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)