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

class %SYS.Execute extends %Library.RegisteredObject, %SYSTEM.Help

Helper routine which supports the MERGE command "Execute".

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 24


Summary

Properties
Arg1 Arg10 Arg11 Arg12 Arg13
Arg14 Arg15 Arg16 Arg17 Arg18
Arg19 Arg2 Arg20 Arg3 Arg4
Arg5 Arg6 Arg7 Arg8 Arg9
ClassName MethodName Namespace RoutineName

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
Help


Parameters

• parameter DOMAIN = "%Utility";

Properties

• property Arg1 as %String(MAXLEN=1024);
Arguments to the Classmethod or routine. Up to 20 parameters may be passed.
• property Arg10 as %String(MAXLEN=1024);
• property Arg11 as %String(MAXLEN=1024);
• property Arg12 as %String(MAXLEN=1024);
• property Arg13 as %String(MAXLEN=1024);
• property Arg14 as %String(MAXLEN=1024);
• property Arg15 as %String(MAXLEN=1024);
• property Arg16 as %String(MAXLEN=1024);
• property Arg17 as %String(MAXLEN=1024);
• property Arg18 as %String(MAXLEN=1024);
• property Arg19 as %String(MAXLEN=1024);
• property Arg2 as %String(MAXLEN=1024);
• property Arg20 as %String(MAXLEN=1024);
• property Arg3 as %String(MAXLEN=1024);
• property Arg4 as %String(MAXLEN=1024);
• property Arg5 as %String(MAXLEN=1024);
• property Arg6 as %String(MAXLEN=1024);
• property Arg7 as %String(MAXLEN=1024);
• property Arg8 as %String(MAXLEN=1024);
• property Arg9 as %String(MAXLEN=1024);
• property ClassName as %String;
Class name
• property MethodName as %String;
Class method name
• property Namespace as %String [ Required ];
Namespace to execute the class or routine in.
• property RoutineName as %String;
Routine name to execute. One of the following formats:
1) ^RTNNAME
2) TAG^RTNNAME
3) $$TAG^RTNNAME


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