class %DeepSee.Model.SubjectArea.dimension
extends node
Meta-data for a dimension within a DeepSee subject area.
property allCaption
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional. Override the name used for the All level for this dimension.
If not provided, then "All" + dimension name is used.
property allDisplayName
as %DeepSee.Datatype.string(XMLPROJECTION="attribute");
Optional. Overrides the localized name used for the All level for this dimension.
If defined, this is the text displayed by DeepSee applications,
otherwise the allCaption is used.
property hidden
as %Boolean(XMLPROJECTION="attribute") [ InitialExpression = 0 ];
Hidden flag. If true, then this dimension will be hidden (not part of the subject area model).
relationship hierarchies
as %DeepSee.Model.SubjectArea.hierarchy(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = dimension,Cardinality = many ];
Set of hierarchies defined for this dimension.
Via a set of levels, a hierarchy defines a way in which this dimension can roll up.
relationship subjectArea
as %DeepSee.Model.SubjectArea.subjectArea(XMLPROJECTION="none") [ Inverse = dimensions,Cardinality = one ];
Subject Area that this dimension belongs to.
method %Validate()
as %Status
Test if this dimension's definition is valid.