Skip to main content

SYS.Monitor.DashboardExporter

class SYS.Monitor.DashboardExporter extends %Library.RegisteredObject

Method Inventory

Methods

classmethod ExportInstaller(exportLocation As %String = "", exportName As %String = "DashboardInstaller.xml", ByRef errors As %String) as %Status
Export the Dashboard Installer class
classmethod ExportKit(exportLocation As %String, exportName As %String = "uversioned-quick-start-kit", dashboardLocation As %String = "../CSP/sys", dashboardName As %String = "dashboard", ByRef errors As %String) as %Status
classmethod ExportSrc(exportLocation As %String, exportName As %String = "uversioned-source-code", dashboardLocation As %String = "../CSP/sys", dashboardName As %String = "dashboard", ByRef errors As %String) as %Status
classmethod ExportSupport(exportLocation As %String = "", exportName As %String = "DashboardSupport.xml", ByRef errors As %String) as %Status
Export all necessary support classes, routine and CSP pages for Dashboard add-on installation
classmethod GenerateRelease(exportLocation As %String, exportName As %String = "unversioned-release", dashboardLocation As %String = "../CSP/sys/app", dashboardName As %String = "dashboard", ByRef errors As %String) as %Status
classmethod GetLatest(ByRef list) as %Status
Checks the SourceRoot for newer versions of files

Inherited Members

Inherited Methods

FeedbackOpens in a new tab