Class Reference
%DeepSee.UserLibrary.Container
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [UserLibrary] >  [Container]
Private  Storage

abstract class %DeepSee.UserLibrary.Container extends %RegisteredObject

This class provides a way to define folder items (such as dashboards or pivots) within the XData block of class.
This provides a convenient way to define dashboards and other items that are meant to be delivered as part of an application.
Compiling a Container class causes the XML within the Contents section to be processed and any items defined will be loaded into the current namespace.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2


Summary

Methods
%%OIDGet %AddToSaveSet %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%New %NormalizeObject %ObjectModified %OnLoad
%OriginalNamespace %PackageName %Process %RemoveFromSaveSet
%SerializeObject %SetModified %ValidateObject


Methods

• classmethod %OnLoad() as %Status
This method is called immediately after the contents of this container are loaded.
• classmethod %Process(pVerbose As %Boolean = 1) as %Status
This method causes the contents of this container to be loaded at compilation time. It can also be called directly at a later time.