persistent class %Monitor.Application
extends %Persistent, %XML.Adaptor
Product grouping for applications integrated
with the Cache %Monitor.
relationship Alert
as %Monitor.Alert [ Inverse = Application,Cardinality = children ];
The groups for this application
property Description
as %String(TRUNCATE=1);
Text description of the application
relationship ItemGroup
as %Monitor.ItemGroup [ Inverse = Application,Cardinality = children ];
The groups for this application
property Name
as %String(TRUNCATE=1) [ Required ];
The name of the application
index (IDKEY on Name) [IdKey,PrimaryKey,Unique];
Unique key index for applications