deprecatedabstract class %ZEN.DataModel.DocumentUtils
extends %RegisteredObject
Contains various API methods for Zen data documents.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
1
|
|
|
|
|
final classmethod %GetDocument(pDocumentId As %String, ByRef pParms, Output pDocument As %ZEN.proxyObject)
as %Status
Process a request for a data document.
Find the document class with the given document id (class/instance) and dispatch to it
to do the work.
pParms is an optional set of additional parameters (passed in from a jsonProvider).
pDocument is the data document.