Skip to main content

DBMTables.LinksOlinks

persistent class DBMTables.LinksOlinks extends %Library.Persistent

SQL Table Name: DBMTables.LinksOlinks

Property Inventory

Method Inventory

Properties

property LinkOK as %Boolean;
Displayed in table; used as filter.
Property methods: LinkOKDisplayToLogical(), LinkOKGet(), LinkOKGetStored(), LinkOKIsValid(), LinkOKLogicalToDisplay(), LinkOKNormalize(), LinkOKSet()
property LinkRole as %String;
Property methods: LinkRoleDisplayToLogical(), LinkRoleGet(), LinkRoleGetStored(), LinkRoleIsValid(), LinkRoleLogicalToDisplay(), LinkRoleLogicalToOdbc(), LinkRoleNormalize(), LinkRoleSet()
property LinkTarget as %String (MAXLEN = 1000);
Property methods: LinkTargetDisplayToLogical(), LinkTargetGet(), LinkTargetGetStored(), LinkTargetIsValid(), LinkTargetLogicalToDisplay(), LinkTargetLogicalToOdbc(), LinkTargetNormalize(), LinkTargetSet()
property NearestHeading as %String (MAXLEN = 200);
Nearest heading (either ParentTopic or a heading above that
Property methods: NearestHeadingDisplayToLogical(), NearestHeadingGet(), NearestHeadingGetStored(), NearestHeadingIsValid(), NearestHeadingLogicalToDisplay(), NearestHeadingLogicalToOdbc(), NearestHeadingNormalize(), NearestHeadingSet()
property NearestHeadingId as %String (MAXLEN = 200);
DocBookId. of nearest heading (either ParentTopic or a heading above that)
Property methods: NearestHeadingIdDisplayToLogical(), NearestHeadingIdGet(), NearestHeadingIdGetStored(), NearestHeadingIdIsValid(), NearestHeadingIdLogicalToDisplay(), NearestHeadingIdLogicalToOdbc(), NearestHeadingIdNormalize(), NearestHeadingIdSet()
property OlinkClass as %String (MAXLEN = 1000);
This applies only to olinks -- name of the class
Property methods: OlinkClassDisplayToLogical(), OlinkClassGet(), OlinkClassGetStored(), OlinkClassIsValid(), OlinkClassLogicalToDisplay(), OlinkClassLogicalToOdbc(), OlinkClassNormalize(), OlinkClassSet()
property OlinkMemberName as %String (MAXLEN = 1000);
This applies only to olinks -- name of the class member we're trying to point to
Property methods: OlinkMemberNameDisplayToLogical(), OlinkMemberNameGet(), OlinkMemberNameGetStored(), OlinkMemberNameIsValid(), OlinkMemberNameLogicalToDisplay(), OlinkMemberNameLogicalToOdbc(), OlinkMemberNameNormalize(), OlinkMemberNameSet()
property OlinkMemberType as %String;
This applies only to olinks -- type of the class member we're trying to point to
Property methods: OlinkMemberTypeDisplayToLogical(), OlinkMemberTypeGet(), OlinkMemberTypeGetStored(), OlinkMemberTypeIsValid(), OlinkMemberTypeLogicalToDisplay(), OlinkMemberTypeLogicalToOdbc(), OlinkMemberTypeNormalize(), OlinkMemberTypeSet()
property OlinkNamespace as %String;
This applies only to olinks -- target namespace, if any
Property methods: OlinkNamespaceDisplayToLogical(), OlinkNamespaceGet(), OlinkNamespaceGetStored(), OlinkNamespaceIsValid(), OlinkNamespaceLogicalToDisplay(), OlinkNamespaceLogicalToOdbc(), OlinkNamespaceNormalize(), OlinkNamespaceSet()
property ParentTopic as %String (MAXLEN = 200);
Parent DocBookId. Displayed in table; used as filter.
Property methods: ParentTopicDisplayToLogical(), ParentTopicGet(), ParentTopicGetStored(), ParentTopicIsValid(), ParentTopicLogicalToDisplay(), ParentTopicLogicalToOdbc(), ParentTopicNormalize(), ParentTopicSet()
property ShortContent as %String (MAXLEN = 50);
First 50 characters of the text that contains the link. Displayed in table.
Property methods: ShortContentDisplayToLogical(), ShortContentGet(), ShortContentGetStored(), ShortContentIsValid(), ShortContentLogicalToDisplay(), ShortContentLogicalToOdbc(), ShortContentNormalize(), ShortContentSet()
property SourceFile as %String (MAXLEN = 100);
This is the name of the file from which this content was taken. Displayed in table; used as filter.
Property methods: SourceFileDisplayToLogical(), SourceFileGet(), SourceFileGetStored(), SourceFileIsValid(), SourceFileLogicalToDisplay(), SourceFileLogicalToOdbc(), SourceFileNormalize(), SourceFileSet()
Property methods: TitleInLinkDisplayToLogical(), TitleInLinkGet(), TitleInLinkGetStored(), TitleInLinkIsValid(), TitleInLinkLogicalToDisplay(), TitleInLinkLogicalToOdbc(), TitleInLinkNormalize(), TitleInLinkSet()

Methods

classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod GetBadOlinkCount() as %Integer
classmethod GetOlinkCount() as %Integer
classmethod Rebuild(verbose As %Integer = 0) as %Integer
iterate through all the blocks and find the blocks that have internal links. verbose can be 0, 1, or 2
which can be "all", "documatic", "internal", or "external" (which means all bad external links other than bad links to Documatic).

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (LinkOKIdx on LinkOK);
Index methods: LinkOKIdxExists()
index (NearestHeadingIdx on NearestHeading);
Index methods: NearestHeadingIdxExists()
index (ParentTopicIdx on ParentTopic);
Index methods: ParentTopicIdxExists()
index (SourceFileIdx on SourceFile);
Index methods: SourceFileIdxExists()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.LinksOlinks)

^DBMTables.LinksOlinksD(ID)
=
%%CLASSNAME
SourceFile
ParentTopic
TitleInLink
ShortContent
LinkOK
OlinkNamespace
OlinkClass
OlinkMemberName
OlinkMemberType
NearestHeadingId
NearestHeading
LinkTarget
LinkRole
LocalInfo
FeedbackOpens in a new tab