%Atelier.v1.Utils.MetaData
class %Atelier.v1.Utils.MetaData extends %Library.RegisteredObject
Method Inventory (Including Private)
Methods (Including Private)
This method is used to create the indices in {system_install}/dev/atelier/dbname.
Once written the contents of the directory should be added to a zip file with the same name as the directory.
In this manner Atelier can take advantage of the pre-index information for providing code completion and other
facilities.
private classmethod Export(pDataBaseName As %String, pTargetDirectory As %String) as %Status [ Language = objectscript ]
private classmethod ExportIndex(pDataBaseName As %String, pTargetDirectory As %String, tDataBaseDirectory As %String) [ Language = objectscript ]
This entry point will index all the objects in a database and create a file for each in the specified
target directory. The database name and target directory will be tested for existence.
private classmethod ExportModified(pDataBaseName As %String, pTargetDirectory As %String, pDataBaseDir As %String) [ Language = objectscript ]
Export the modified file information
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()