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

persistent class %iKnow.KB.Acronym extends %Persistent, %XML.Adaptor, Obfuscated

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 5 1


Summary

Properties
GUID IsSentenceEnd Knowledgebase Token

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 GetIsSentenceEnd GetToken ImportFromStream
Obfuscate TokenGet TokenSet Unobfuscate
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property IsSentenceEnd as %Boolean(XMLPROJECTION="ATTRIBUTE") [ Required ];
• property Knowledgebase as Knowledgebase [ Required ];
• property Token as %String(MAXLEN=256,XMLPROJECTION="ATTRIBUTE") [ Required ];

Methods

• method GetIsSentenceEnd() as %Boolean
• method GetToken() as %String
• classmethod ImportFromStream(stream As %CharacterStream, kb As Knowledgebase)
• method TokenGet() as %String
This is a Get accessor method for the Token property.
• method TokenSet(token As %String) as %Status
This is a Set accessor method for the Token property.

Indices

• index (KnowledgebaseIndex on Knowledgebase);