DocBook|Search
Class Reference
%iKnow.UserDictionary
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [USER] >  [%iKnow] >  [UserDictionary]
Private  Storage  

persistent class %iKnow.UserDictionary extends %Persistent

This object is for internal use by %iKnow.Indexer only, do not instantiate.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3 2 1


Summary

Properties
Description Id Name

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %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
%IsA %IsModified %KillExtent %LockExtent
%LockId %New %NormalizeObject %ObjectModified
%Oid %OnBeforeAddToSync %OnDetermineClass %Open
%OpenId %OriginalNamespace %PackageName %PurgeIndices
%Reload %RemoveFromSaveSet %ResolveConcurrencyConflict %RollBack
%Save %SaveDirect %SerializeObject %SetModified
%SortBegin %SortEnd %SyncObjectIn %SyncTransport
%UnlockExtent %UnlockId %ValidateObject GetEntry
NextEntry


Parameters

• parameter READONLY = 1;
READONLY = 1 means that objects can be created, opened but not saved or deleted. Tables are projected to SQL as READONLY.

Properties

• property Description as %String [ Final,ReadOnly ];
• property Id as %Integer [ Final,ReadOnly ];
• property Name as %String [ Final,ReadOnly ];

Methods

• method GetEntry(pKey As %Integer) as %List
• method NextEntry(pKey As %Integer) as %Integer

Indices

• index (PKINDEX on Id) [IdKey,PrimaryKey,Unique];