abstract persistent class %IPM.StudioDocument.AbstractStream
extends %Persistent
classmethod %LockName(pName As %String, pShared As %Boolean = 0, pTimeout As %Integer)
as %Status
Given a document name (including extension), lock it and report a descriptive error if the lock fails.
classmethod %UnlockName(pName As %String, pShared As %Boolean = 0, pImmediate As %Boolean = 0)
as %Status
Given a document name (including extension), unlock it
classmethod %ValidateName(pName As %String, Output pLogicalName As %String)
as %Status
Ensures that pName is a valid Studio document name (including / based on extension) for this stream class.
index (Name on Name) [Unique];