Class Reference
%ZAPM.ext.util
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%ZAPM] >  [ext] >  [util]
Private  Storage

abstract class %ZAPM.ext.util

Utilites ZPM, ZAPM, Registry

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6


Summary

Methods
CopyCSP CreateModuleXML GetListApps MakeZapmSrc
MakeZpmProject cpipe


Methods

• classmethod CopyCSP(path, TempDir, slash={$s($zversion(1)=3 As "/", 1 As "\")}) as %Status
• classmethod CreateModuleXML(namespace, tPath, tName, tVersion="1.0.0", tDescription="", tKeywords="", tWebAppList) as %Status
do ##class(%ZAPM.ext.util).CreateModuleXML("apptoolsadmin",.list)
• classmethod GetListApps(sourcedb, ByRef list) as %Status
do ##class(%ZAPM.ext.util).GetListApps("apptoolsadmin",.list)
• classmethod MakeZapmSrc(dir, pack) as %Status
do ##class(%ZAPM.ext.util).MakeZapmSrc("/backup/repo-iris-test/zapm/","%ZAPM")
• classmethod MakeZpmProject(namemodule, dir, ByRef resources, desc) as %Status
do ##class(%ZAPM.ext.util).MakeZpmProject("zapm","/backup/repo-iris-test/zapm/",.res,"zapm is a shell - extends the zpm shell and adds any other commands.")
• classmethod cpipe(command="", test=0) as %Status
Code from Robert Cemper https://github.com/rcemper/Zpipe write ##class(%ZAPM.ext.util).cpipe("ping -c 3 community.intersystems.com")


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.