Skip to main content

DBMTables.Confluence.AllPages

persistent class DBMTables.Confluence.AllPages extends %Library.Persistent, %XML.Adaptor

SQL Table Name: DBMTables_Confluence.AllPages

Property Inventory

Method Inventory

Parameters

parameter XMLIGNOREINVALIDTAG = 1;
Inherited description: The XMLIGNOREINVALIDTAG parameter allows the programmer to control handling of unexpected elements in the XML input. The XMLIGNOREINVALIDTAG parameter will only take affect if XMLSEQUENCE = 0 (the default). By default (XMLIGNOREINVALIDTAG = 0), will treat an unexpected element as an error. If XMLIGNOREINVALIDTAG is set = 1 and XMLSEQUENCE = 0, then unexpected elements will be ignored.
parameter XMLNAME = Page;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

property BaseURL as %String);
Property methods: BaseURLDisplayToLogical(), BaseURLGet(), BaseURLGetStored(), BaseURLIsValid(), BaseURLLogicalToDisplay(), BaseURLLogicalToOdbc(), BaseURLNormalize(), BaseURLSet()
property ConfluenceURL as %String);
Property methods: ConfluenceURLDisplayToLogical(), ConfluenceURLGet(), ConfluenceURLGetStored(), ConfluenceURLIsValid(), ConfluenceURLLogicalToDisplay(), ConfluenceURLLogicalToOdbc(), ConfluenceURLNormalize(), ConfluenceURLSet()
property DocSetId as %String) [ Required ];
Property methods: DocSetIdDisplayToLogical(), DocSetIdGet(), DocSetIdGetStored(), DocSetIdIsValid(), DocSetIdLogicalToDisplay(), DocSetIdLogicalToOdbc(), DocSetIdNormalize(), DocSetIdSet()
property Filename as %String);
Property methods: FilenameDisplayToLogical(), FilenameGet(), FilenameGetStored(), FilenameIsValid(), FilenameLogicalToDisplay(), FilenameLogicalToOdbc(), FilenameNormalize(), FilenameSet()
property HavePosted as %Boolean (XMLPROJECTION = "NONE") [ InitialExpression = 0 ];
Property methods: HavePostedDisplayToLogical(), HavePostedGet(), HavePostedGetStored(), HavePostedIsValid(), HavePostedLogicalToDisplay(), HavePostedLogicalToXSD(), HavePostedNormalize(), HavePostedSet(), HavePostedXSDToLogical()
property LiveURL as %String);
Property methods: LiveURLDisplayToLogical(), LiveURLGet(), LiveURLGetStored(), LiveURLIsValid(), LiveURLLogicalToDisplay(), LiveURLLogicalToOdbc(), LiveURLNormalize(), LiveURLSet()
property PageId as %String) [ Required ];
Property methods: PageIdDisplayToLogical(), PageIdGet(), PageIdGetStored(), PageIdIsValid(), PageIdLogicalToDisplay(), PageIdLogicalToOdbc(), PageIdNormalize(), PageIdSet()
property Title as %String);
Property methods: TitleDisplayToLogical(), TitleGet(), TitleGetStored(), TitleIsValid(), TitleLogicalToDisplay(), TitleLogicalToOdbc(), TitleNormalize(), TitleSet()

Methods

classmethod BuildTable(verbose As %Boolean = 1)

Indexes

index (MainIDX on DocSetId,PageId) [IdKey, PrimaryKey, Type = key, Unique];
Index methods: MainIDXCheck(), MainIDXDelete(), MainIDXExists(), MainIDXOpen(), MainIDXSQLCheckUnique(), MainIDXSQLExists(), MainIDXSQLFindPKeyByConstraint(), MainIDXSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: CacheStorage (DBMTables.Confluence.AllPages)

^DBMTables.Confluence.AllPagesD(ID)
=
%%CLASSNAME
ConfluenceURL
BaseURL
LiveURL
Filename
Title
HavePosted
FeedbackOpens in a new tab