Skip to main content

%Collection.ArrayOfStream

Class %Collection.ArrayOfStream Extends ArrayOfObj [ System = 4 ]

These %Collection classes can only be used when you have a collection property of another object as they rely on storing the data inside the parent object, they can not be used as 'stand alone' collections, for this use the %ArrayOfObjects.

Methods

GetAt

Method GetAt(key As %String) As %RegisteredObject

SetAt

Method SetAt(oref As %RegisteredObject, key As %String) As %Status

SetObjectIdAt

Method SetObjectIdAt(id As %String, key As %String) As %Status [ CodeMode = expression ]

%OnConstructClone

Method %OnConstructClone(oref As %RegisteredObject, deep As %Boolean = 0, ByRef cloned As %String) As %Status [ Private ]