DocBook|Search
Class Reference
%BI.DocMag
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%BI] >  [DocMag]
Private  Storage  

persistent class %BI.DocMag extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
9 2


Summary

Properties
DateNTime Description DocHtml DocLink FileName
FileNum FileType Folder TableOfCon

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 XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property DateNTime as %String(TRUNCATE=1);
• property Description as %String(TRUNCATE=1);
• property DocHtml as %String(TRUNCATE=1);
• property DocLink as %String(MAXLEN=100,TRUNCATE=1);
• property FileName as %String(TRUNCATE=1);
• property FileNum as %String(TRUNCATE=1);
• property FileType as %Integer;
• property Folder as %String(TRUNCATE=1);
• property TableOfCon as %String(TRUNCATE=1);

Queries

• query ListAll()
SQL Query :
SELECT ID,FileName,Description,Folder,FileNum
FROM DocMag ORDER BY FileName
• query ListFolder(folder)
SQL Query :
SELECT ID,FileName
FROM DocMag
WHERE (Folder = :folder)
ORDER BY FileName