Class Reference
%FileMan.MappedFile
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%FileMan] >  [MappedFile]
Private  Storage

persistent class %FileMan.MappedFile extends %Persistent

This class stored information about the mapping of a FileMan file to a class

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
11 1


Summary

Properties
Classname FIELDS FKeys FileName FileNumber
Indices MapTimestamp Maps SOCClasses Tablename
Triggers

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BMEBuilt
%BuildIndices %CheckUnique %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
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateObject


Properties

• property Classname as %CacheString [ Required ];
Name of the class the file is mapped to
• relationship FIELDS as %FileMan.MappedField [ Inverse = FILE,Cardinality = children ];
• property FKeys as list of %Library.String(MAXLEN=128);
• property FileName as %Library.String(MAXLEN=45) [ Required ];
The FileMan File name
• property FileNumber as %Library.Numeric(SCALE=15) [ Required ];
The FileMan File number
• property Indices as list of %Library.String(MAXLEN=128);
• property MapTimestamp as %Library.TimeStamp;
Timestamp of when this file was last mapped to a class
• property Maps as list of %Library.String(MAXLEN=128);
• property SOCClasses as list of %Library.String(MAXLEN=128);
• property Tablename as %CacheString [ Required ];
Name of the table the file is mapped to
• property Triggers as list of %Library.String(MAXLEN=128);

Indices

• index (IDKeyIndex on FileNumber) [IdKey,PrimaryKey,Unique];