Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

DBMTables.GroupInfoURLs

persistent class DBMTables.GroupInfoURLs extends %Library.Persistent

SQL Table Name: DBMTables.GroupInfoURLs

Contains 1 record for each URL listed in the groupinfo file (//learning/website/relinfo/groupinfo/groupinfo).

Property Inventory

Method Inventory

Properties

property ElementName as %String;
Property methods: ElementNameDisplayToLogical(), ElementNameGet(), ElementNameGetStored(), ElementNameIsValid(), ElementNameLogicalToDisplay(), ElementNameLogicalToOdbc(), ElementNameNormalize(), ElementNameSet()
property FinalLocation as %String);
Property methods: FinalLocationDisplayToLogical(), FinalLocationGet(), FinalLocationGetStored(), FinalLocationIsValid(), FinalLocationLogicalToDisplay(), FinalLocationLogicalToOdbc(), FinalLocationNormalize(), FinalLocationSet()
property GroupID as %String (MAXLEN = 200);
Property methods: GroupIDDisplayToLogical(), GroupIDGet(), GroupIDGetStored(), GroupIDIsValid(), GroupIDLogicalToDisplay(), GroupIDLogicalToOdbc(), GroupIDNormalize(), GroupIDSet()
property URL as %String);
Property methods: URLDisplayToLogical(), URLGet(), URLGetStored(), URLIsValid(), URLLogicalToDisplay(), URLLogicalToOdbc(), URLNormalize(), URLSet()
property URLOK as %String [ InitialExpression = "???" ];
Property methods: URLOKDisplayToLogical(), URLOKGet(), URLOKGetStored(), URLOKIsValid(), URLOKLogicalToDisplay(), URLOKLogicalToOdbc(), URLOKNormalize(), URLOKSet()

Methods

classmethod Add(groupid="", elementname="", value="", verbose As %Boolean = 1)
classmethod ModifyAndAdd(groupid="", elementname="", value="", verbose As %Boolean = 1)
classmethod Rebuild(verbose As %Integer = 0, test As %Boolean = 1)
verbose can be 0, 1, or 2
classmethod Test(verbose As %Integer = 0)

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.GroupInfoURLs)

^DBMTables.GroupInfoURLsD(ID)
=
%%CLASSNAME
GroupID
ElementName
URL
URLOK
FinalLocation
FeedbackOpens in a new tab