class %DeepSee.CubeManager.RegistryMapSubjectArea
extends %RegisteredObject, %XML.Adaptor, %JSON.Adaptor
/// Representation of a subject area within the registry map
relationship BaseCube
as %DeepSee.CubeManager.RegistryMapCube [ Inverse = SubjectAreas,Cardinality = parent ];
property IsCompound
as %ZEN.Datatype.boolean(%JSONINCLUDE="OUTPUTONLY") [ Calculated ];
Flag do denote if this is a compound cube
property LastModDate
as %String(%JSONINCLUDE="OUTPUTONLY",XMLPROJECTION="NONE") [ Calculated ];
Last modification date of this subject area definition
property SADisplayName
as %ZEN.Datatype.string(%JSONINCLUDE="OUTPUTONLY") [ Calculated ];
Display name for the subject area
property SAName
as %ZEN.Datatype.string;
Normalized internal storage key for the subject area
method IsCompoundGet()
as %String
This is a Get accessor method for the IsCompound property.
method LastModDateGet()
as %String
This is a Get accessor method for the LastModDate property.
method SADisplayNameGet()
as %String
This is a Get accessor method for the SADisplayName property.