Skip to main content

HS.Registry.Document.Archive.Queue

persistent class HS.Registry.Document.Archive.Queue extends %Library.Persistent, %XML.Adaptor

SQL Table Name: HS_Registry_Document_Archive.Queue

This is the list of documents to archive

Property Inventory

Properties

property LogicalIID as %String;
Property methods: LogicalIIDDisplayToLogical(), LogicalIIDGet(), LogicalIIDGetStored(), LogicalIIDIsValid(), LogicalIIDLogicalToDisplay(), LogicalIIDLogicalToOdbc(), LogicalIIDNormalize(), LogicalIIDSet()
property PlanPurgeDate as %Date;
Property methods: PlanPurgeDateDisplayToLogical(), PlanPurgeDateGet(), PlanPurgeDateGetStored(), PlanPurgeDateIsValid(), PlanPurgeDateLogicalToDisplay(), PlanPurgeDateLogicalToOdbc(), PlanPurgeDateLogicalToXSD(), PlanPurgeDateNormalize(), PlanPurgeDateOdbcToLogical(), PlanPurgeDateSet(), PlanPurgeDateXSDToLogical()
property SourceID as %String;
Property methods: SourceIDDisplayToLogical(), SourceIDGet(), SourceIDGetStored(), SourceIDIsValid(), SourceIDLogicalToDisplay(), SourceIDLogicalToOdbc(), SourceIDNormalize(), SourceIDSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (LogicalIIDIndex on LogicalIID) [Unique];
Index methods: LogicalIIDIndexCheck(), LogicalIIDIndexCheckUnique(), LogicalIIDIndexDelete(), LogicalIIDIndexExists(), LogicalIIDIndexOpen(), LogicalIIDIndexSQLCheckUnique(), LogicalIIDIndexSQLExists(), LogicalIIDIndexSQLFindPKeyByConstraint(), LogicalIIDIndexSQLFindRowIDByConstraint()
index (SourceIDDateIndex on SourceID,PlanPurgeDate);
Index methods: SourceIDDateIndexExists()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.Registry.Document.Archive.Queue)

^HS.Registry.D50B9.ArchiveQueueD(ID)
=
%%CLASSNAME
LogicalIID
PlanPurgeDate
SourceID
FeedbackOpens in a new tab