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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
18 1 2


Summary

Properties
AddFType AdditionalCondition CatName ClassName
ComplexCode DefParam Definition FieldShortCutAccess
IsActive LinkField MTranslation NullField
NullPointer PropName Ranges StartClass
StringConversion TranslationType

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 AddFType as %String(TRUNCATE=1);
• property AdditionalCondition as %String(TRUNCATE=1);
• property CatName as %String(TRUNCATE=1);
• property ClassName as %String(TRUNCATE=1);
• property ComplexCode as %String(MAXLEN=10000,TRUNCATE=1);
• property DefParam as %String(TRUNCATE=1);
• property Definition as %String(MAXLEN=5000,TRUNCATE=1);
• property FieldShortCutAccess as %String(MAXLEN=20000,TRUNCATE=1);
• property IsActive as %Boolean;
• property LinkField as %String(TRUNCATE=1);
• property MTranslation as %String(MAXLEN=20000,TRUNCATE=1);
• property NullField as %String(TRUNCATE=1);
• property NullPointer as %String(TRUNCATE=1);
• property PropName as %String(MAXLEN=10000,TRUNCATE=1);
• property Ranges as %String(MAXLEN=10000,TRUNCATE=1);
• property StartClass as %String(TRUNCATE=1);
• property StringConversion as %String(TRUNCATE=1);
• property TranslationType as %String(MAXLEN=5000,TRUNCATE=1);

Queries

• query ListByClass(cls As %String)
SQL Query :
SELECT %ID,CatName FROM ListField
WHERE (ClassName = :cls) ORDER BY CatName

Indices

• index (CatName on ClassName:Exact,CatName:Exact);
• index (ClassProp on ClassName:Exact,PropName:Exact);