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

persistent class %iKnow.LB.Languagebase extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 11 1


Summary

Properties
Hash Name

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 AddToHash ClearAll EntryCount
GetByName GetEntry GetEntryRaw GetHash
GetName Load LoadDir NextEntry


Properties

• property Hash as %String;
• property Name as %String [ Required ];

Methods

• method AddToHash(string As %String)
Adds a value to this Knowledgebase's hash. The ultimate hash value is dependent on the sequence of values passed to this function.
• classmethod ClearAll()
Clears all language bases and their corresponding entries
• method EntryCount() as %Integer
• classmethod GetByName(name As %String) as Languagebase
Retrieves the Languagebase with the given name, returning "" if not found.
• method GetEntry(key As %String) as Entry
Returns the AbstractEntry of this Languagebase corresponding to the key
• method GetEntryRaw(key As %String) as %List
Returns the raw (serialized, $list) version of the entry corresponding to the key
• method GetHash() as %String
Returns a hash based on the content of this Knowledgebase
• method GetName() as %String
Returns the name of the Languagebase
• classmethod Load(name As %String, fileName As %String, obfuscate As %Boolean = 1) as Languagebase
• classmethod LoadDir(dir As %String, forcemulticompile As %Boolean = 0, obfuscate As %Boolean = 1) as %Status
• method NextEntry(key As %String = "") as %String
Returns the key for the next entry after that corresponding to the given key. Returns the empty string if none remain.

Indices

• index (NameIndex on Name) [Unique];