DocBook|Search
Class Reference
%DeepSee.WorksheetEngine
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [WorksheetEngine]
Private  Storage  

abstract class %DeepSee.WorksheetEngine extends %RegisteredObject

Server-side implementation and utilities for Worksheet formulae.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 18


Summary

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


Parameters

• parameter DOMAIN = "%DeepSee";

Methods

• classmethod %EvalExpression(ByRef pErr As %String, pContext As %String, ByRef tree As %String, node As %String = "") as %String
Evaluates part of the parse tree.
pContext is the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked)
• classmethod %GenExpression(ByRef pErr As %String, pContext As %String, ByRef tree As %String, node As %String = "") as %String
Generate an executable COS expression for part of the parse tree
context is the name of the object variable containing runtime context.
Returns "" for error (assumes that parse tree has already been checked) NOT USED