class %SYS.Execute
extends %Library.RegisteredObject, %SYSTEM.Help
Helper routine which supports the MERGE command "Execute".
parameter DOMAIN = "%Utility";
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