Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%ZEN.DataModel.DocumentUtils

abstract class %ZEN.DataModel.DocumentUtils extends %Library.RegisteredObject

Contains various API methods for Zen data documents.

Method Inventory

Methods

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.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab