Skip to main content

%Atelier.v1.Utils.Indexer

class %Atelier.v1.Utils.Indexer extends %Library.RegisteredObject

Method Inventory

Methods

classmethod Index(pDocumentName As %String, pCat As %String, Output pIndex As %DynamicObject, pNS As %String = $namespace) as %Status
This general entry point serves to index all types of document
classmethod IndexClass(pClassName As %String, Output pIndex As %DynamicObject, pNS As %String) as %Status
The index will be created by examining the structures in ^oddDEF
classmethod NormalizeClassName(pClassName As %String, pBaseClass As %String, ByRef pCache) as %String

Inherited Members

Inherited Methods

FeedbackOpens in a new tab