Skip to main content

DBMTables.LinksExternalContained

persistent class DBMTables.LinksExternalContained extends %Library.Persistent

SQL Table Name: DBMTables.LinksExternalContained

Property Inventory

Method Inventory

Properties

property HTTPReturnCode as %String);
Property methods: HTTPReturnCodeDisplayToLogical(), HTTPReturnCodeGet(), HTTPReturnCodeGetStored(), HTTPReturnCodeIsValid(), HTTPReturnCodeLogicalToDisplay(), HTTPReturnCodeLogicalToOdbc(), HTTPReturnCodeNormalize(), HTTPReturnCodeSet()
property ItemToCheck as %String);
Property methods: ItemToCheckDisplayToLogical(), ItemToCheckGet(), ItemToCheckGetStored(), ItemToCheckIsValid(), ItemToCheckLogicalToDisplay(), ItemToCheckLogicalToOdbc(), ItemToCheckNormalize(), ItemToCheckSet()
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 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 SourceTopid as %String (MAXLEN = 200);
TOPID of record that contains the link
Property methods: SourceTopidDisplayToLogical(), SourceTopidGet(), SourceTopidGetStored(), SourceTopidIsValid(), SourceTopidLogicalToDisplay(), SourceTopidLogicalToOdbc(), SourceTopidNormalize(), SourceTopidSet()
property TargetInstance as %String);
Property methods: TargetInstanceDisplayToLogical(), TargetInstanceGet(), TargetInstanceGetStored(), TargetInstanceIsValid(), TargetInstanceLogicalToDisplay(), TargetInstanceLogicalToOdbc(), TargetInstanceNormalize(), TargetInstanceSet()
property TargetKey as %String);
Property methods: TargetKeyDisplayToLogical(), TargetKeyGet(), TargetKeyGetStored(), TargetKeyIsValid(), TargetKeyLogicalToDisplay(), TargetKeyLogicalToOdbc(), TargetKeyNormalize(), TargetKeySet()
Property methods: TitleInLinkDisplayToLogical(), TitleInLinkGet(), TitleInLinkGetStored(), TitleInLinkIsValid(), TitleInLinkLogicalToDisplay(), TitleInLinkLogicalToOdbc(), TitleInLinkNormalize(), TitleInLinkSet()
property URL as %String (MAXLEN = 500);
Property methods: URLDisplayToLogical(), URLGet(), URLGetStored(), URLIsValid(), URLLogicalToDisplay(), URLLogicalToOdbc(), URLNormalize(), URLSet()
property URLCheckTime as %TimeStamp;
Property methods: URLCheckTimeDisplayToLogical(), URLCheckTimeGet(), URLCheckTimeGetStored(), URLCheckTimeIsValid(), URLCheckTimeLogicalToDisplay(), URLCheckTimeNormalize(), URLCheckTimeOdbcToLogical(), URLCheckTimeSet()
property URLOK as %Boolean;
Displayed in table; used as filter.
Property methods: URLOKDisplayToLogical(), URLOKGet(), URLOKGetStored(), URLOKIsValid(), URLOKLogicalToDisplay(), URLOKNormalize(), URLOKSet()

Methods

classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod Rebuild(verbose As %Integer = 0) as %Integer
iterate through all the blocks and find the blocks that have external links. verbose can be 0, 1, or 2
For use by the Tester!

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (DBMTables.LinksExternalContained)

^DBMTables.LinksExternCCBED(ID)
=
%%CLASSNAME
SourceFile
SourceTopid
ParentTopic
NearestHeading
NearestHeadingId
URL
TitleInLink
ShortContent
URLOK
HTTPReturnCode
URLCheckTime
ItemToCheck
TargetInstance
TargetKey
FeedbackOpens in a new tab