Class Reference
%DeepSee.Model.SubjectArea.dimension
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [Model] >  [SubjectArea] >  [dimension]
Private  Storage

class %DeepSee.Model.SubjectArea.dimension extends node

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 1


Summary

Properties
allCaption allDisplayName description disabled displayName
hidden hierarchies name subjectArea

Methods
%%OIDGet %AddToSaveSet %BindExport %ClassIsLatestVersion
%ClassName %ConstructClone %DispatchClassMethod %DispatchGetModified
%DispatchGetProperty %DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty
%DispatchSetProperty %Extends %GetParameter %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %QuoteList %QuoteValue
%QuoteValueL10N %RemoveFromSaveSet %SerializeObject %SetModified
%Validate %ValidateObject XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

• 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.

Methods

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