Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%IPM] >  [StudioDocument] >  [AbstractStream]
Private  Storage   

abstract persistent class %IPM.StudioDocument.AbstractStream extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 4 1


Summary

Properties
Contents Hash LastModifiedTimestamp Name

Methods
%AddToSaveSet %AddToSyncSet %BuildDeferredIndices %BuildIndices
%BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints %CheckConstraintsForExtent
%ClassIsLatestVersion %ClassName %ComposeOid %ConstructClone
%Delete %DeleteExtent %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Exists %ExistsId
%Extends %GUID %GUIDSet %GetLock
%GetParameter %GetSwizzleObject %Id %IsA
%IsModified %IsNull %KillExtent %LockExtent
%LockId %LockName %New %NormalizeObject
%ObjectIsNull %ObjectModified %Oid %OnBeforeAddToSync
%OnDeleteFinally %OnDetermineClass %OnOpenFinally %OnSaveFinally
%Open %OpenId %OriginalNamespace %PackageName
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SerializeObject
%SetModified %SortBegin %SortEnd %SyncObjectIn
%SyncTransport %UnlockExtent %UnlockId %UnlockName
%ValidateName %ValidateObject

Subclasses
%IPM.StudioDocument.LocalizedMessageStream %IPM.StudioDocument.ModuleStream

Properties

• property Contents as %Stream.GlobalCharacter;
• property Hash as %Binary;
• property LastModifiedTimestamp as %TimeStamp;
• property Name as %String(MAXLEN=100);

Methods

• 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.

Indices

•index (Name on Name) [Unique];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.