%Studio.SASchemaUtil
class %Studio.SASchemaUtil extends %Library.RegisteredObject
This class is used internally by InterSystems IRIS.This internal utility class provides an API for serving StudioAssist Schemas (SASchema) for use by Studio.
Method Inventory
- getSchemaDefinition()
- getSchemaDefinitionIntoCacheTemp()
- getSchemaMoniker()
- isSchemaUpToDate()
- loadSchema()
- purge()
- purgeAll()
- readSASchemaFromStream()
Parameters
parameter DELIMITER = :;
Methods
classmethod getSchemaDefinitionIntoCacheTemp(pSchemaNameSpace As %String, pIndex As %String) as %Status
return the SASchema definition to the Studio
classmethod getSchemaMoniker(pSchemaSpec As %String, Output pMonikerType, pMonikerName, pMonikerData, Output pRootClasses As %String) as %String
returns if the SASchema is up-to-date
classmethod loadSchema(pSchemaNameSpace As %String, pForce As %Boolean = 0, pForeground As %Boolean = 0, ByRef pIsSpawned As %Boolean = 0) as %Status
load the SASchema into the ^IRIS.SASchema global
Purge the cached SASchema information for the given schema namespace.
classmethod purgeAll() as %Status
Purge all cached SASchema information
classmethod readSASchemaFromStream(pStream, pSchemaNameSpace, pChecksum) as %Status
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()