Skip to main content

%DeepSee.Query.group

abstract class %DeepSee.Query.group extends %DeepSee.Query.node

Base class for DeepSee RunTime nodes that contain children.

Property Inventory

Method Inventory

Properties

relationship children as array of %DeepSee.Query.node (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%DeepSee.Query.node","parent",+$this,"many",0,0) , Transient , Inverse = parent , Cardinality = many ];
Children of this group.
The type of the children depends on context.
Property methods: childrenGet(), childrenGetObject(), childrenGetObjectId(), childrenGetSwizzled(), childrenIsEmpty(), childrenIsValid(), childrenNewObject(), childrenRClose(), childrenRExec(), childrenRFetch(), childrenRelate(), childrenSQLCompute(), childrenSet(), childrenUnRelate()

Methods

method %PreProcess(pIsSlicer As %Boolean = 0) as %Status
Execute the pre-processing logic for this node.
method %PrintNode(pLevel As %Integer = 0)
Diagnostic. Print value of this node to the console.

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab