Skip to main content

DBMTables.Central.AlgCollectorLog

persistent class DBMTables.Central.AlgCollectorLog extends %Library.Persistent, %XML.Adaptor

SQL Table Name: DBMTables_Central.AlgCollectorLog

Property Inventory

Method Inventory

Properties

property Instance as %String [ Required ];
Property methods: InstanceDisplayToLogical(), InstanceGet(), InstanceGetStored(), InstanceIsValid(), InstanceLogicalToDisplay(), InstanceLogicalToOdbc(), InstanceNormalize(), InstanceSet()
property LastPushed as %TimeStamp;
Property methods: LastPushedDisplayToLogical(), LastPushedGet(), LastPushedGetStored(), LastPushedIsValid(), LastPushedLogicalToDisplay(), LastPushedLogicalToXSD(), LastPushedNormalize(), LastPushedOdbcToLogical(), LastPushedSet(), LastPushedXSDToLogical()
property LastScan as %TimeStamp;
Time stamp of last scan of this instance & server
Property methods: LastScanDisplayToLogical(), LastScanGet(), LastScanGetStored(), LastScanIsValid(), LastScanLogicalToDisplay(), LastScanLogicalToXSD(), LastScanNormalize(), LastScanOdbcToLogical(), LastScanSet(), LastScanXSDToLogical()
property LastScanInfo as %String;
Explains what happened on our last scan.
Property methods: LastScanInfoDisplayToLogical(), LastScanInfoGet(), LastScanInfoGetStored(), LastScanInfoIsValid(), LastScanInfoLogicalToDisplay(), LastScanInfoLogicalToOdbc(), LastScanInfoNormalize(), LastScanInfoSet()
property Server as %String [ Required ];
Property methods: ServerDisplayToLogical(), ServerGet(), ServerGetStored(), ServerIsValid(), ServerLogicalToDisplay(), ServerLogicalToOdbc(), ServerNormalize(), ServerSet()
property Which as %String [ Required ];
This is either DOCUMATIC or NONDOCUMATIC
Property methods: WhichDisplayToLogical(), WhichGet(), WhichGetStored(), WhichIsValid(), WhichLogicalToDisplay(), WhichLogicalToOdbc(), WhichNormalize(), WhichSet()

Methods

classmethod Clear()
classmethod CreateOrUpdate(server, instance, which)
Creates a record in this table to record that we retrieved data for this server & instance
classmethod GenerateXMLReport(verbose As %Boolean = 0)
Needs updating
classmethod LoadFromXMLReport(filename As %String = "", verbose As %Boolean = 0)
method Save()

Indexes

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

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (DBMTables.Central.AlgCollectorLog)

^DBMTablesB4C1.AlgCollectorF6FD(ID)
=
%%CLASSNAME
LastScan
LastRetrieved
LastScanInfo
LastPushed
FeedbackOpens in a new tab