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

persistent class %BI.TextList extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1 2 1


Summary

Properties
Folder FolderName Text TextName

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 FolderNameGet


Properties

• property Folder as %String(TRUNCATE=1);
• property FolderName as %String(TRUNCATE=1) [ Calculated ];
• property Text as %String(MAXLEN=1000,TRUNCATE=1);
• property TextName as %String(TRUNCATE=1);

Methods

• method FolderNameGet() as %String
This is a Get accessor method for the FolderName property.

Queries

• query FolderAll(iFolder As %String)
SQL Query :
SELECT ID,TextName
FROM %BI.TextList
WHERE Folder=:iFolder
• query ListAll()
SQL Query :
SELECT ID,TextName,Folder
FROM %BI.TextList

Indices

• index (Folder on Folder:Exact);