Skip to main content

%Compiler.Type.Dynamic

Class %Compiler.Type.Dynamic Extends %Compiler.Type.Object [ NoContext, System = 1 ]

Property superclass for dynamic object values, for internal use only.

Parameters

FORMAT

Parameter FORMAT As STRING [ Constraint = JSON, Flags = ENUM ] = "JSON";

CLASSNAME

Parameter CLASSNAME As INTEGER [ Constraint = 0, Final, Flags = ENUM ] = 0;

Methods

Get

Method Get() As %RawString [ CodeMode = generator, ServerOnly = 1 ]

Returns an oref, performing swizzling if necessary it returns "" ($$$NULLOREF) if there is no oref and the id=""

GetStored

ClassMethod GetStored(id As %String) As %RawString [ CodeMode = generator, NoContext, ServerOnly = 1 ]