%SYS
API Class Reference

Static Public Member Functions

 AddUDLDefaults (_.ZPM.PackageManager.Developer.Module pSource)
 Add defaults to a module such that all classes are exported in UDL format.
 
_.Library.Status CreateModule (_.ZEN.proxyObject pObject, _.ZPM.PackageManager.Developer.Module pModule)
 Converts pObject to a Module object and returns it by reference. More...
 
_.Library.Status GetInstalledModuleListSQL (_.Library.String pSQL, _.Library.Boolean pSnapshots)
 If pSnapshots is empty, lists all modules. More...
 
_.Library.Status UpdateModule (_.Library.String pModuleName, _.ZEN.proxyObject pObject, pSourceControlOutput)
 Converts pObject to a Module object and saves it.
 

Member Function Documentation

◆ CreateModule()

_.Library.Status CreateModule ( _.ZEN.proxyObject  pObject,
_.ZPM.PackageManager.Developer.Module  pModule 
)
static

Converts pObject to a Module object and returns it by reference.

(The caller may then export it to XML, for example.)

◆ GetInstalledModuleListSQL()

_.Library.Status GetInstalledModuleListSQL ( _.Library.String  pSQL,
_.Library.Boolean  pSnapshots 
)
static

If pSnapshots is empty, lists all modules.

If 1, only snapshots; if 0, only non-snapshots.