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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 7 1


Summary

Properties
GUID Knowledgebase Labels 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 GetLabels GetToken ImportFromStream
LabelsGet LabelsSet Obfuscate TokenGet
TokenSet Unobfuscate XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

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

Methods

• method GetLabels() as %String
• method GetToken() as %String
• classmethod ImportFromStream(stream As %CharacterStream, kb As Knowledgebase)
• method LabelsGet() as %String
This is a Get accessor method for the Labels property.
• method LabelsSet(labels As %String) as %Status
This is a Set accessor method for the Labels property.
• 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);