Skip to main content

%DeepSee.CubeManager.RegistryMapSubjectArea

class %DeepSee.CubeManager.RegistryMapSubjectArea extends %Library.RegisteredObject, %XML.Adaptor, %JSON.Adaptor

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

Property Inventory

Method Inventory

Properties

relationship BaseCube as %DeepSee.CubeManager.RegistryMapCube [ Required , Inverse = SubjectAreas , Cardinality = parent ];
Property methods: BaseCubeGet(), BaseCubeGetObject(), BaseCubeGetObjectId(), BaseCubeGetSwizzled(), BaseCubeIsValid(), BaseCubeNewObject(), BaseCubeRClose(), BaseCubeRExec(), BaseCubeRFetch(), BaseCubeRelate(), BaseCubeSQLCompute(), BaseCubeSet(), BaseCubeUnRelate()
property IsCompound as %ZEN.Datatype.boolean (%JSONINCLUDE = "OUTPUTONLY") [ Calculated ];
Flag do denote if this is a compound cube
Property methods: IsCompoundDisplayToLogical(), IsCompoundIsValid(), IsCompoundLogicalToDisplay(), IsCompoundLogicalToOdbc(), IsCompoundLogicalToXSD(), IsCompoundNormalize(), IsCompoundXSDToLogical()
property LastModDate as %String (%JSONINCLUDE = "OUTPUTONLY", XMLPROJECTION = "NONE") [ Calculated ];
Last modification date of this subject area definition
Property methods: LastModDateDisplayToLogical(), LastModDateIsValid(), LastModDateLogicalToDisplay(), LastModDateLogicalToOdbc(), LastModDateNormalize()
property SADisplayName as %ZEN.Datatype.string (%JSONINCLUDE = "OUTPUTONLY") [ Calculated ];
Display name for the subject area
Property methods: SADisplayNameDisplayToLogical(), SADisplayNameIsValid(), SADisplayNameLogicalToDisplay(), SADisplayNameLogicalToOdbc(), SADisplayNameNormalize()
property SAName as %ZEN.Datatype.string;
Normalized internal storage key for the subject area
Property methods: SANameDisplayToLogical(), SANameGet(), SANameIsValid(), SANameLogicalToDisplay(), SANameLogicalToOdbc(), SANameNormalize(), SANameSet()

Methods

method IsCompoundGet() as %String
method LastModDateGet() as %String
method SADisplayNameGet() as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab