Build sample data for the browser based on all the cubes in this namespace
Note that this does not include subject areas
method CreateModel(pID As %String, Output pModel)
as %Status
Create an array that describes the model to be diagrammed.
model is of the form:
model("id") = cube name
model("Name") = cube caption
model("ch",n) = ""
model("ch",n,"id") = child cube name
model("ch",n,"label") = child cube caption
Draw the diagram
Return a string to force synchronous call from the client
method DrawModel(ByRef pModel, pLastID As %String = "")
as %Status
DrawModel
Method that sets the properties of the radialNavigator and
adds child nodes to the navigator
If pLastID is not empty, the previously selected node will be filled in using LastColor;
method GetDimensionInfo(pRoot As %String, Output pTree, ByRef pParms)
as %Status
Provide contents of the dimension tree.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List)
as %Status