class %DeepSee.Model.ListingGroup.listingGroup
extends node, %CSP.Portal.AbstractPortalModel
Meta-data object for a DeepSee subjectArea.
property caption
as %DeepSee.Datatype.string(MAXLEN=250,XMLPROJECTION="attribute");
This is used as the caption text when utilities display this listing group.
property className
as %String(MAXLEN=30000,XMLPROJECTION="attribute");
Name of the class where this model was defined
Only used for XML transport
property defaultResource
as %String(MAXLEN=255,XMLPROJECTION="attribute");
If defined, this will serve as the default resource for all listings
in this group. Resources defined in individual listings will override
this setting.
relationship listings
as %DeepSee.Model.ListingGroup.listing(XMLELEMENTREF=1,XMLPROJECTION="ELEMENT",XMLTYPECONSTRAINT="CHOICE") [ Inverse = listingGroup,Cardinality = many ];
Listings defined for this subject area.
property resource
as %String(MAXLEN=255,XMLPROJECTION="attribute");
The resource needed to view or edit this cube:
If defined and the current user holds the USE privilege on this resource, then
the user may view (run queries against) this item.
If defined and the current user holds the WRITE privilege on this resource, then
the user may modify this item.
property targetCubes
as %DeepSee.Datatype.string(MAXLEN=30000,XMLPROJECTION="attribute");
Name of the cube(s) which can access listings defined in this group.
This may contain a csv list of cubes.
method %Validate()
as %Status
Validate this model for logical errors.