Skip to main content

HS.REST.Installer

class HS.REST.Installer extends %ZHSLIB.AbstractInstaller

Method Inventory

Methods

classmethod OnInstallComponent(pDatabase As %String, pVerbose As %Boolean = 0, pDevMode As %Boolean = 0, pIsUpgrade As %Boolean = 0) as %Status
Inherited description: Callback that is invoked during product installation to allow for system-level changes to be performed. Common examples of such changes include:
  • Definition of resources and roles
  • Definition/configuration of the product library database
  • Import of localized messages for the product
Subclasses SHOULD override this method.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab