Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%IPM] >  [ResourceProcessor] >  [AbstractCompilable]
Private  Storage   

abstract class %IPM.ResourceProcessor.AbstractCompilable extends %IPM.ResourceProcessor.Abstract

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 3


Summary

Properties
CompileAfter ExportFlags Flags Params

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
ApplyDefaults GetAttributeMetadata GetDescription GetSourceControlInfo
OnAfterPhase OnBeforeArtifact OnBeforePhase OnExportItem
OnGetStudioProject OnGetUniqueName OnItemRelativePath OnPhase
OnResolveChildren SatisfiesCondition SetParams

Subclasses
%IPM.ResourceProcessor.Copy %IPM.ResourceProcessor.Default.Document

Parameters

• 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)

Properties

• 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.


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