%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.
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 %IsEnabled(pCube As %String = "", Output pStatus As %Status = $$$OK, Output pReason As %String = "") as %Boolean
Test this node to make sure all data references are currently marked enabled in the cube.
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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetMemberProvider()
- %GetParameter()
- %GetType()
- %GetValue()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToString()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()