Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.Model.SubjectArea.relationship

class %DeepSee.Model.SubjectArea.relationship extends %DeepSee.Model.SubjectArea.node

Meta-data for a relationship within a DeepSee subject area.

Property Inventory

Method Inventory

Properties

property hidden as %Boolean (XMLPROJECTION = "attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this relationship will be hidden.
Property methods: hiddenDisplayToLogical(), hiddenGet(), hiddenIsValid(), hiddenLogicalToDisplay(), hiddenLogicalToXSD(), hiddenNormalize(), hiddenSet(), hiddenXSDToLogical()
relationship subjectArea as %DeepSee.Model.SubjectArea.subjectArea (XMLPROJECTION = "none") [ Inverse = relationships , Cardinality = one ];
Subject Area that this relationship belongs to.
Property methods: subjectAreaGet(), subjectAreaGetObject(), subjectAreaGetObjectId(), subjectAreaGetSwizzled(), subjectAreaIsValid(), subjectAreaNewObject(), subjectAreaRClose(), subjectAreaRExec(), subjectAreaRFetch(), subjectAreaRelate(), subjectAreaSQLCompute(), subjectAreaSet(), subjectAreaUnRelate()

Methods

method %Validate() as %Status
Test if this relationship's definition is valid.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab