Skip to main content

%DeepSee.CubeManager.RegistryMapSubjectArea

Class %DeepSee.CubeManager.RegistryMapSubjectArea Extends (%RegisteredObject, %XML.Adaptor, %JSON.Adaptor) [ System = 4 ]

/// Representation of a subject area within the registry map

Properties

BaseCube

Relationship BaseCube As %DeepSee.CubeManager.RegistryMapCube [ Cardinality = parent, Inverse = SubjectAreas ];

SAName

Property SAName As %ZEN.Datatype.string;

Normalized internal storage key for the subject area

SADisplayName

Property SADisplayName As %ZEN.Datatype.string(%JSONINCLUDE = "OUTPUTONLY") [ Calculated ];

Display name for the subject area

IsCompound

Property IsCompound As %ZEN.Datatype.boolean(%JSONINCLUDE = "OUTPUTONLY") [ Calculated ];

Flag do denote if this is a compound cube

LastModDate

Property LastModDate As %String(%JSONINCLUDE = "OUTPUTONLY", XMLPROJECTION = "NONE") [ Calculated ];

Last modification date of this subject area definition

Methods

SADisplayNameGet

Method SADisplayNameGet() As %String

IsCompoundGet

Method IsCompoundGet() As %String

LastModDateGet

Method LastModDateGet() As %String