class %IPM.ResourceProcessor.WebApplication
extends %IPM.ResourceProcessor.Abstract, %XML.Adaptor
parameter DESCRIPTION = "Facilitates Web Application create/update/delete.";
Description of resource processor class (shown in UI)
property Name
as %String [ Calculated ];
Name of the web application.
property SecurityProperties
as %RawString [ MultiDimensional ];
Keeps track of all application properties
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.