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

deprecatedpersistent class %FileMan.MappedFilePackage extends %Persistent

Note: The FileMan toolset is available and fully supported in InterSystems IRIS for existing FileMan users. InterSystems recommends against starting new development projects using FileMan.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
12 2


Summary

Properties
Classname FKeys FM2ClassVersion FileNumber
Indices MappedFields MappedTimestamp Maps
Package SOCClasses Tablename Triggers

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %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
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable


Properties

• property Classname as %RawString [ Required ];
Name of the class the file is mapped to
• property FKeys as list of %Library.String(MAXLEN=128);
• property FM2ClassVersion as %Library.String;
Version of the FM2CLass utility that mapped this class
• relationship FileNumber as %FileMan.MappedFile [ Inverse = MappedFilePackage,Cardinality = parent ];
• property Indices as list of %Library.String(MAXLEN=128);
• relationship MappedFields as %FileMan.MappedField [ Inverse = MappedFilePackage,Cardinality = children ];
• property MappedTimestamp as %Library.TimeStamp;
Timestamp of when the current version of this class was mapped from the file
• property Maps as list of %Library.String(MAXLEN=128);
• property Package as %RawString [ Required ];
Name of the package the file is mapped to A File may be mapped to 1 or more packages at the same time
• property SOCClasses as list of %Library.String(MAXLEN=128);
• property Tablename as %RawString [ Required ];
Name of the table the file is mapped to
• property Triggers as list of %Library.String(MAXLEN=128);

Indices

•index (Cls on Classname);
•index (IDKeyIndex on Package) [IdKey,PrimaryKey,Unique];


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