%Installer.Security
Class %Installer.Security Extends %Installer.Sequence [ ServerOnly = 1, System = 3 ]
This is a "Security" activity within a Manifest document
Methods
%OnBeforeGenerateCode
Method %OnBeforeGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]
Generate code for this document.
%OnAfterGenerateCode
Method %OnAfterGenerateCode(pTargetClass As %Dictionary.CompiledClass, pCode As %Stream.TmpCharacter, pDocument As %Installer.Manifest) As %Status [ Internal ]
Generate code for this document.