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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 7 2


Summary

Properties
GUID Knowledgebase Name Type

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 GetName GetType ImportFromStream
NameGet NameSet Obfuscate TypeGet
TypeSet Unobfuscate XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Properties

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

Methods

• method GetName() as %String
• method GetType() as %String
• classmethod ImportFromStream(stream As %CharacterStream, kb As Knowledgebase)
• method NameGet() as %String
This is a Get accessor method for the Name property.
• method NameSet(name As %String) as %Status
This is a Set accessor method for the Name property.
• method TypeGet() as %String
This is a Get accessor method for the Type property.
• method TypeSet(type As %String) as %Status
This is a Set accessor method for the Type property.

Indices

• index (KnowledgebaseIndex on Knowledgebase);
• index (NameIndex on Knowledgebase,Name) [Unique];