class %IPM.ResourceProcessor.Default.Class
extends %IPM.ResourceProcessor.Default.Document
parameter DESCRIPTION = "Standard resource processor for class definitions.";
Description of resource processor class (shown in UI)
parameter EXTENSION = "CLS";
May be set to determine the value of Extension based on a static value rather than based on the resource name.
The only expected use case at this point is class packages (.PKG, but Extension will be .CLS)
property FilenameExtension
as %String [ InitialExpression = "cls" ];
Extension for individual filename(s) that comprise this resource
property Format
as %String(VALUELIST=",UDL,XML");
Export format
method OnConfigureMappings(ByRef pParams)
as %Status
Subclasses may override to customize mapping behavior at the beginning of the Reload phase
method OnExportItem(pFullExportPath As %String, pItemName As %String, ByRef pItemParams, ByRef pParams, Output pItemHandled As %Boolean = 0)
as %Status