classmethod GetModifiedDocuments(ByRef pHashes, pType As %String, ByRef pGbl As %String, pShowGenerated As %Boolean = 1) as %Status
Given an array of hashes which represent databases, and using the database mappings for the
current namespace, return a list of documents of the requested type which have been modified
after the given hash was generated. The list is in the returned process private global.
Given a database name and a hash value, return a list of documents of the requested type which have been modified
after the given hash was generated. The current hash value will be returned in the pHash argument.
ValidLANG(pMode,pKeyword) checks that a LanguageMode attribute
is valid. If the mode is valid then it is inserted into the pKeywords
array (passed by reference) and returned as the result of ValidLANG
If the mode is invalid then ValidLANG returns "".
Note: If the pKeywords array contains a conflicting Type value or
a conflicting LanguageMode value then the mode attribute is invalid.
ValidType(pType,pKeyword) checks that a Type attribute is valid.
If the type is valid then it is changed to upper case, inserted into the pKeywords
array (passsed by reference) and returned as the result of ValidType
If the type is invalid then ValidType returns "".
Note: If the pKeywords array contains a conflicting Type value or
a conflicting LanguageMode value then the Type attribute is invalid.
classmethod ValidateDocName(pDocName As %String, Output pStatus, Output pCategory As %String, Output pBinary As %Boolean) as %Boolean
ValidateDocName tests that a DocName has legal syntax