Skip to main content

DBMTables.Graphics

persistent class DBMTables.Graphics extends %Library.Persistent

SQL Table Name: DBMTables.Graphics

This class stores one record for each or found in the database. For general comments, see DBMTables.Utils.

Property Inventory

Method Inventory

Properties

property ActualImageFilename as %String);
Property methods: ActualImageFilenameDisplayToLogical(), ActualImageFilenameGet(), ActualImageFilenameGetStored(), ActualImageFilenameIsValid(), ActualImageFilenameLogicalToDisplay(), ActualImageFilenameLogicalToOdbc(), ActualImageFilenameNormalize(), ActualImageFilenameSet()
property AltText as %String);
Property methods: AltTextDisplayToLogical(), AltTextGet(), AltTextGetStored(), AltTextIsValid(), AltTextLogicalToDisplay(), AltTextLogicalToOdbc(), AltTextNormalize(), AltTextSet()
property AltTextLength as %Integer;
Property methods: AltTextLengthDisplayToLogical(), AltTextLengthGet(), AltTextLengthGetStored(), AltTextLengthIsValid(), AltTextLengthLogicalToDisplay(), AltTextLengthNormalize(), AltTextLengthSet()
property FileOnPath as %Boolean [ InitialExpression = 0 ];
Property methods: FileOnPathDisplayToLogical(), FileOnPathGet(), FileOnPathGetStored(), FileOnPathIsValid(), FileOnPathLogicalToDisplay(), FileOnPathNormalize(), FileOnPathSet()
property Fileref as %String (MAXLEN = 200);
Displayed in table; used as filter.
Property methods: FilerefDisplayToLogical(), FilerefGet(), FilerefGetStored(), FilerefIsValid(), FilerefLogicalToDisplay(), FilerefLogicalToOdbc(), FilerefNormalize(), FilerefSet()
property GraphicTag as %String;
Either "graphic" or "inlinegraphic". Displayed in table; used as filter.
Property methods: GraphicTagDisplayToLogical(), GraphicTagGet(), GraphicTagGetStored(), GraphicTagIsValid(), GraphicTagLogicalToDisplay(), GraphicTagLogicalToOdbc(), GraphicTagNormalize(), GraphicTagSet()
property NameHasSpaces as %Boolean [ InitialExpression = 0 ];
Displayed in table; used as filter.
Property methods: NameHasSpacesDisplayToLogical(), NameHasSpacesGet(), NameHasSpacesGetStored(), NameHasSpacesIsValid(), NameHasSpacesLogicalToDisplay(), NameHasSpacesNormalize(), NameHasSpacesSet()
property NamesMatch as %Boolean;
Property methods: NamesMatchDisplayToLogical(), NamesMatchGet(), NamesMatchGetStored(), NamesMatchIsValid(), NamesMatchLogicalToDisplay(), NamesMatchNormalize(), NamesMatchSet()
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 Problem as %Boolean [ InitialExpression = 0 ];
Displayed in table; used as filter.
Property methods: ProblemDisplayToLogical(), ProblemGet(), ProblemGetStored(), ProblemIsValid(), ProblemLogicalToDisplay(), ProblemNormalize(), ProblemSet()
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 Topid as %String;
Property methods: TopidDisplayToLogical(), TopidGet(), TopidGetStored(), TopidIsValid(), TopidLogicalToDisplay(), TopidLogicalToOdbc(), TopidNormalize(), TopidSet()
property Width as %String;
Property methods: WidthDisplayToLogical(), WidthGet(), WidthGetStored(), WidthIsValid(), WidthLogicalToDisplay(), WidthLogicalToOdbc(), WidthNormalize(), WidthSet()
property WidthValid as %Boolean;
Property methods: WidthValidDisplayToLogical(), WidthValidGet(), WidthValidGetStored(), WidthValidIsValid(), WidthValidLogicalToDisplay(), WidthValidNormalize(), WidthValidSet()

Methods

classmethod GenerateXMLReport(verbose As %Boolean = 0)
classmethod Rebuild(verbose As %Integer = 0)
verbose can be 0, 1, or 2
classmethod ReportMissingAlt(verbose As %Boolean = 0)
Generates a report file listing all the missing alt text in the DOCBOOK database.

Indexes

index (FileOnPathIdx on FileOnPath);
Index methods: FileOnPathIdxExists()
index (FilerefIdx on Fileref);
Index methods: FilerefIdxExists()
index (GraphicTagIdx on GraphicTag);
Index methods: GraphicTagIdxExists()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NameHasSpacesIdx on NameHasSpaces);
Index methods: NameHasSpacesIdxExists()
index (ParentTopicIdx on ParentTopic);
Index methods: ParentTopicIdxExists()
index (ProblemIdx on Problem);
Index methods: ProblemIdxExists()
index (SourceFileIdx on SourceFile);
Index methods: SourceFileIdxExists()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Graphics)

^DBMTables.GraphicsD(ID)
=
%%CLASSNAME
SourceFile
ParentTopic
Fileref
GraphicTag
Problem
FileOnPath
NameHasSpaces
AltText
AltTextLength
ActualImageFilename
NamesMatch
Width
WidthValid
Topid
FeedbackOpens in a new tab