persistent class %IPM.Storage.ModuleTemplate
extends %IPM.Storage.Module
parameter DEFAULTGLOBAL = "^IPM.Storage.ModuleTemplate";
If a persistent class uses %Storage.Persistent then the DEFAULTGLOBAL parameter is used as the
default global root for the values of the storage keywords COUNTERLOCATION, DATALOCATION, IDLOCATION,
INDEXLOCATION and STREAMLOCATION in the active storage definition. DEFAULTGLOBAL is only used
to generate location keyword values that are not already defined. The location value is constructed by adding
a location type to the end of DEFAULTGLOBAL. For example, if DEFAULTGLOBAL = "^GL.Account"
the compiler will generate DATALOCATION = ^GL.AccountD.
If USEEXTENTSET is true, then DEFAULTGLOBAL is used as the default extent location.
The location types are:
Location | Type |
---|
COUNTERLOCATION | C |
DATALOCATION | D |
IDLOCATION | D |
INDEXLOCATION | I |
STREAMLOCATION | S |
property ModuleFolder
as %String(XMLPROJECTION="NONE");
property TemplateResources
[ MultiDimensional ];
method AddDependant(pDependant As %String)
as %Status
add dependancy
method AddWebApps(pApps As %String, Output cspapps As %List, curns=$Namespace)
as %Status
adds a web application to the temporary array of module resources
classmethod Expfilename(code, wd)
test.dfi -> /dfi/test.dfi
test.cls -> /cls/test.cls
testpkg.test.cls -> /cls/testpkg/test.cls
classmethod ExportOneResource(workdir="", flags, mask="", ignoremask="")
Export different types of modules in different subfolders in UDL (plain) format
test.dfi -> /dfi/test.dfi
testpkg.test.cls -> /cls/testpkg/test.cls
Fork from https://github.com/intersystems-ru/cache-udl
d ##class(%IPM.Storage.ModuleTemplate).ExportOneResource("d:\_proj\app","00000","apptools.","apptools.M")
byte=1 isGenerated
byte=2 isSystem
byte=3 isPercented
byte=4 isMapped
byte=5 isDFI
classmethod ExportResources(Path As %String = "", ExportList As %String = "")
as %Status
Export Resources
Example: ExportList="00000,apptools.,apptools.M^00000,apptools.,apptools.M"
classmethod GenerateTemplate(pPath As %String = "")
as %Status
creates a module.xml file with fictional data
classmethod GetCSPApplications(Output pApplications As %List, currentNamespace=$Namespace)
as %Status
returns list of non-system csp applications in the current namespace
classmethod GetGlobalsList(Output globals As %List)
as %Status
classmethod NewTemplate(pPath, pName, pVersion, pDescription="", pKeywords="")
as %Status
method ProcessResources()
classmethod ReadFolder(pPath, ByRef files)
as %Status
method ReadGlobals(pSearchString As %String = "")
as %Status
pSearchString - a mask, or comma-separated list of masks, to select globals
method ReadResources(pFolder)
as %Status
method SaveFile(pPath As %String = "")
as %Status
method SetAuthorProps(pPerson As %String = "", pOrg As %String = "", pCopy As %String = "", pLicense As %String = "", pNotes As %String = "")
as %Status
method SetSourcePathForCSPApp(pCSPApp, pPath)
as %Status
method SetTemplateProps()
as %Status