Skip to main content

%DeepSee.Model.ListingGroup.listingGroup

class %DeepSee.Model.ListingGroup.listingGroup extends %DeepSee.Model.ListingGroup.node, %CSP.Portal.AbstractPortalModel

Meta-data object for a DeepSee subjectArea.

Property Inventory

Method Inventory

Properties

property caption as %DeepSee.Datatype.string (MAXLEN = 250, XMLPROJECTION = "attribute");
This is used as the caption text when utilities display this listing group.
Property methods: captionDisplayToLogical(), captionGet(), captionIsValid(), captionLogicalToDisplay(), captionLogicalToOdbc(), captionNormalize(), captionSet()
property className as %String (MAXLEN = 30000, XMLPROJECTION = "attribute");
Name of the class where this model was defined Only used for XML transport
Property methods: classNameDisplayToLogical(), classNameGet(), classNameIsValid(), classNameLogicalToDisplay(), classNameLogicalToOdbc(), classNameNormalize(), classNameSet()
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.
Property methods: defaultResourceDisplayToLogical(), defaultResourceGet(), defaultResourceIsValid(), defaultResourceLogicalToDisplay(), defaultResourceLogicalToOdbc(), defaultResourceNormalize(), defaultResourceSet()
relationship listings as array of %DeepSee.Model.ListingGroup.listing (XMLELEMENTREF = 1, XMLPROJECTION = "ELEMENT", XMLTYPECONSTRAINT = "CHOICE") [ InitialExpression = $listbuild("%DeepSee.Model.ListingGroup.listing","listingGroup",+$this,"many",0,0) , Transient , Inverse = listingGroup , Cardinality = many ];
Listings defined for this subject area.
Property methods: listingsGet(), listingsGetObject(), listingsGetObjectId(), listingsGetSwizzled(), listingsIsEmpty(), listingsIsValid(), listingsNewObject(), listingsRClose(), listingsRExec(), listingsRFetch(), listingsRelate(), listingsSQLCompute(), listingsSet(), listingsUnRelate()
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 methods: resourceDisplayToLogical(), resourceGet(), resourceIsValid(), resourceLogicalToDisplay(), resourceLogicalToOdbc(), resourceNormalize(), resourceSet()
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.
Property methods: targetCubesDisplayToLogical(), targetCubesGet(), targetCubesIsValid(), targetCubesLogicalToDisplay(), targetCubesLogicalToOdbc(), targetCubesNormalize(), targetCubesSet()

Methods

method %Validate() as %Status
Validate this model for logical errors.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab