%BI.PerfMetNode
persistent class %BI.PerfMetNode extends %Library.Persistent, %XML.Adaptor
SQL Table Name: %BI.PerfMetNode
Property Inventory
Properties
property kpiId as %String (TRUNCATE = 1);
Property methods: kpiIdDisplayToLogical(), kpiIdGet(), kpiIdGetStored(), kpiIdIsValid(), kpiIdLogicalToDisplay(), kpiIdLogicalToOdbc(), kpiIdNormalize(), kpiIdSet()
property perfMetMsg as array of %BI.PerfMetMsg;
Property methods: perfMetMsgBuildValueArray(), perfMetMsgCollectionToDisplay(), perfMetMsgCollectionToOdbc(), perfMetMsgDisplayToCollection(), perfMetMsgGet(), perfMetMsgGetObject(), perfMetMsgGetObjectId(), perfMetMsgGetStored(), perfMetMsgGetSwizzled(), perfMetMsgIsValid(), perfMetMsgOdbcToCollection(), perfMetMsgSet(), perfMetMsgSetObject(), perfMetMsgSetObjectId()
property perfMetNodeName as %String (TRUNCATE = 1);
Property methods: perfMetNodeNameDisplayToLogical(), perfMetNodeNameGet(), perfMetNodeNameGetStored(), perfMetNodeNameIsValid(), perfMetNodeNameLogicalToDisplay(), perfMetNodeNameLogicalToOdbc(), perfMetNodeNameNormalize(), perfMetNodeNameSet()
property perfMetNodes as array of %BI.PerfMetNode;
Property methods: perfMetNodesBuildValueArray(), perfMetNodesCollectionToDisplay(), perfMetNodesCollectionToOdbc(), perfMetNodesDisplayToCollection(), perfMetNodesGet(), perfMetNodesGetObject(), perfMetNodesGetObjectId(), perfMetNodesGetStored(), perfMetNodesGetSwizzled(), perfMetNodesIsValid(), perfMetNodesOdbcToCollection(), perfMetNodesSet(), perfMetNodesSetObject(), perfMetNodesSetObjectId()
Indexes
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDetermineClass()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
Storage
Storage Model: CacheStorage (%BI.PerfMetNode)
^BI.PerfMetNodeD(ID) | = | kpiId
perfMetNodeName
%%CLASSNAME
|
^BI.PerfMetNodeD(ID,"perfMetMsg",n) | = | perfMetMsg(n) |
^BI.PerfMetNodeD(ID,"perfMetNodes",n) | = | perfMetNodes(n) |