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

class %IPM.ResourceProcessor.WebApplication extends %IPM.ResourceProcessor.Abstract, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 2 10


Summary

Properties
Name Params SecurityProperties

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
NameGet OnAfterPhase OnBeforeArtifact OnBeforePhase
OnExportItem OnGetStudioProject OnGetUniqueName OnItemRelativePath
OnPhase OnResolveChildren SatisfiesCondition SetParams
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Parameters

• parameter DESCRIPTION = "Facilitates Web Application create/update/delete.";
Description of resource processor class (shown in UI)

Properties

• property Name as %String [ Calculated ];
Name of the web application.
• property SecurityProperties as %RawString [ MultiDimensional ];
Keeps track of all application properties

Methods

• method GetSourceControlInfo(Output pInfo As %IPM.ExtensionBase.SourceControl.ResourceInfo) as %Status
• method NameGet() as %String
This is a Get accessor method for the Name property.
• method OnBeforePhase(pPhase As %String, ByRef pParams) as %Status
• method OnGetUniqueName(Output pUniqueName)
Returns a unique name for this resource. Default implementation, leaving pUniqueName undefined, reverts to default behavior. An empty string indicates guaranteed uniqueness (useful for folders relative to module root)
• method OnItemRelativePath(pItemName As %String) as %String
Returns the path relative to the module root for item pItemName within this resource.
• method OnPhase(pPhase As %String, ByRef pParams, Output pResourceHandled As %Boolean = 0) as %Status
Called as phase pPhase is executed for the resource. If pResourceHandled is set to true, then the default behavior for that resource will be bypassed in the current phase.


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