%DeepSee.CubeManager.RegistryMapSubjectArea
class %DeepSee.CubeManager.RegistryMapSubjectArea extends %Library.RegisteredObject, %XML.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 [ Calculated ];
Flag do denote if this is a compound cube
Property methods: IsCompoundDisplayToLogical(), IsCompoundIsValid(), IsCompoundLogicalToDisplay(), IsCompoundLogicalToOdbc(), IsCompoundLogicalToXSD(), IsCompoundNormalize(), IsCompoundXSDToLogical()
property LastModDate as %String (XMLPROJECTION = "NONE") [ Calculated ];
Last modification date of this subject area definition
Property methods: LastModDateDisplayToLogical(), LastModDateIsValid(), LastModDateLogicalToDisplay(), LastModDateLogicalToOdbc(), LastModDateNormalize()
property SADisplayName as %ZEN.Datatype.string [ 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
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()