Skip to main content

HS.JSON.Container

class HS.JSON.Container extends %Library.RegisteredObject, HS.JSON.Adaptor

Utility class for wrapping a list of JSON-enabled classes into a collection.

Property Inventory

Method Inventory

Properties

property list as list of %RegisteredObject;
List of JSON-ready objects.
Property methods: listBuildValueArray(), listCollectionToDisplay(), listCollectionToOdbc(), listDisplayToCollection(), listGet(), listGetObject(), listGetObjectId(), listGetSwizzled(), listIsValid(), listOdbcToCollection(), listSet(), listSetObject(), listSetObjectId()

Methods

method %AddItem(pItem As %RegisteredObject) as %Status
Add a JSON-enabled object to the list.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab