%DeepSee.CubeManager.RegistryMapSubjectArea
class %DeepSee.CubeManager.RegistryMapSubjectArea extends %Library.RegisteredObject, %XML.Adaptor, %JSON.Adaptor
/// Representation of a subject area within the registry mapProperty 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
method Upgrade(Output pStatus) as %DeepSee.CubeSchedule.SubjectArea
Convert this schedule component to one compatible with the upgraded UI
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %JSONExport()
 - %JSONExportToStream()
 - %JSONExportToString()
 - %JSONImport()
 - %JSONNew()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - XMLDTD()
 - XMLExport()
 - XMLExportToStream()
 - XMLExportToString()
 - XMLNew()
 - XMLSchema()
 - XMLSchemaNamespace()
 - XMLSchemaType()