%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
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()