%DeepSee.Model.listingField
class %DeepSee.Model.listingField extends %DeepSee.Model.node
Meta-data object that represents a listing field for a DeepSee cube. This provides a way for users to create a customized listing by selecting one or more listing fields.Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
relationship cube as %DeepSee.Model.cube (XMLPROJECTION = "none") [ Inverse = listingFields , Cardinality = one ];
Cube that this listing field belongs to.
Property methods: cubeGet(), cubeGetObject(), cubeGetObjectId(), cubeGetSwizzled(), cubeIsValid(), cubeNewObject(), cubeRClose(), cubeRExec(), cubeRFetch(), cubeRelate(), cubeSQLCompute(), cubeSet(), cubeUnRelate()
property fieldExpression as %String (MAXLEN = 1000, XMLPROJECTION = "attribute");
This is the (SQL) expression that defines this listing field.
Property methods: fieldExpressionDisplayToLogical(), fieldExpressionGet(), fieldExpressionIsValid(), fieldExpressionLogicalToDisplay(), fieldExpressionLogicalToOdbc(), fieldExpressionNormalize(), fieldExpressionSet()
property resource as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Optional. The resource needed to view this listing field:
If defined and the current user holds the USE privilege on this resource, then the user may view this listing field.
If defined and the current user holds the USE privilege on this resource, then the user may view this listing field.
Property methods: resourceDisplayToLogical(), resourceGet(), resourceIsValid(), resourceLogicalToDisplay(), resourceLogicalToOdbc(), resourceNormalize(), resourceSet()
Methods (Including Private)
method %Validate() as %Status [ Language = objectscript ]
Test if this listing field's definition is valid.
Inherited Members
Inherited Properties (Including Private)
Inherited Methods (Including Private)
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLImportAttributes()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()