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.TestLinksInClassRef

persistent class DBMTables.TestLinksInClassRef extends %Library.Persistent

SQL Table Name: DBMTables.TestLinksInClassRef

Property Inventory

Method Inventory

Properties

property LinkOK as %String [ InitialExpression = "?" ];
Property methods: LinkOKDisplayToLogical(), LinkOKGet(), LinkOKGetStored(), LinkOKIsValid(), LinkOKLogicalToDisplay(), LinkOKLogicalToOdbc(), LinkOKNormalize(), LinkOKSet()
property LinkTarget as %String);
Property methods: LinkTargetDisplayToLogical(), LinkTargetGet(), LinkTargetGetStored(), LinkTargetIsValid(), LinkTargetLogicalToDisplay(), LinkTargetLogicalToOdbc(), LinkTargetNormalize(), LinkTargetSet()
property ListOfOwners);
Property methods: ListOfOwnersDisplayToLogical(), ListOfOwnersGet(), ListOfOwnersGetStored(), ListOfOwnersIsValid(), ListOfOwnersLogicalToDisplay(), ListOfOwnersLogicalToOdbc(), ListOfOwnersNormalize(), ListOfOwnersSet()
property SamePage as %Boolean [ InitialExpression = 0 ];
1 if the link is to another spot on the same page
Property methods: SamePageDisplayToLogical(), SamePageGet(), SamePageGetStored(), SamePageIsValid(), SamePageLogicalToDisplay(), SamePageNormalize(), SamePageSet()

Methods

classmethod GetOwners(linkTarget As %String = "", verbose As %Boolean = 0) as %String
classmethod Rebuild(verbose As %Integer = 0) as %Integer
classmethod TestURLsInTable(verbose As %Boolean = 1)

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.TestLinksInClassRef)

^DBMTables.TestLinksInClassRefD(ID)
=
%%CLASSNAME
Parent
MemberName
Anchor
TitleInLink
LinkOK
LinkTarget
SamePage
ListOfOwners
FeedbackOpens in a new tab