Click or drag to resize

IAppletSolutionManagerService Interface

Represents a service which loads/registers applet solutions

Namespace:  SanteDB.Core.Applets.Services
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public interface IAppletSolutionManagerService

The IAppletSolutionManagerService type exposes the following members.

Properties
  NameDescription
Public propertySolutions
Get the solutions configured on the server
Top
Methods
  NameDescription
Public methodGetApplet
Get the specified applet manifest
Public methodGetApplets
Get only applets in the specified solution
Public methodGetPackage
Gets the installed applet package source for the specified applet
Public methodInstall
Installs or upgrades an existing applet collection via package
Public methodUnInstall
Uninstall a package
Top
See Also