%DeepSee.Model.cellCacheItem
class %DeepSee.Model.cellCacheItem extends %DeepSee.Model.cellCacheNode
Meta-data for an item within a DeepSee cube cell cache specification.Property Inventory
Parameters
parameter XMLNAME = item;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
Properties
property elements as list of %String (MAXLEN = 255, XMLNAME = "element", XMLPROJECTION = "ELEMENT");
Set of cube elements defined for this item.
These are MDX expressions that are converted to fact names.
Property methods: elementsBuildValueArray(), elementsCollectionToDisplay(), elementsCollectionToOdbc(), elementsDisplayToCollection(), elementsDisplayToLogical(), elementsGet(), elementsGetObject(), elementsGetObjectId(), elementsGetSwizzled(), elementsIsValid(), elementsLogicalToDisplay(), elementsLogicalToOdbc(), elementsNormalize(), elementsOdbcToCollection(), elementsSet(), elementsSetObject(), elementsSetObjectId()
property facts as list of %String (MAXLEN = 255, XMLNAME = "fact", XMLPROJECTION = "ELEMENT");
Set of facts defined for this item. These are the names of properties in the fact table.
Property methods: factsBuildValueArray(), factsCollectionToDisplay(), factsCollectionToOdbc(), factsDisplayToCollection(), factsDisplayToLogical(), factsGet(), factsGetObject(), factsGetObjectId(), factsGetSwizzled(), factsIsValid(), factsLogicalToDisplay(), factsLogicalToOdbc(), factsNormalize(), factsOdbcToCollection(), factsSet(), factsSetObject(), factsSetObjectId()
relationship group as %DeepSee.Model.cellGroup (XMLPROJECTION = "none") [ Inverse = items , Cardinality = one ];
Cell group that this item belongs to.
Property methods: groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupNewObject(), groupRClose(), groupRExec(), groupRFetch(), groupRelate(), groupSQLCompute(), groupSet(), groupUnRelate()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()