abstract class %IPM.ResourceProcessor.AbstractCompilable
extends %IPM.ResourceProcessor.Abstract
parameter ATTRIBUTES = "CompileAfter,Flags";
Comma-separated list of resource attribute names that this processor uses
parameter DESCRIPTION;
Description of resource processor class (shown in UI)
property CompileAfter
as %String(MAXLEN="");
Comma-separated list of resource names after which this resource should be compiled.
property ExportFlags
as %String(MAXLEN="");
Flags/qualifiers to export items with.
property Flags
as %String(MAXLEN="") [ InitialExpression = "ck" ];
Flags/qualifiers to compile with (overriding any more general defaults); "verbose" added per lifecycle command.