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

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 8 1


Summary

Properties
GUID InputPattern Knowledgebase OutputPattern Precedence

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 GetInputPattern GetOutputPattern GetPrecedence
ImportFromStream InputPatternGet InputPatternSet Obfuscate
OutputPatternGet OutputPatternSet Unobfuscate XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property InputPattern as %String(MAXLEN=256,XMLPROJECTION="ATTRIBUTE") [ Required ];
• property Knowledgebase as Knowledgebase [ Required ];
• property OutputPattern as %String(MAXLEN=256,XMLPROJECTION="ATTRIBUTE") [ Required ];
• property Precedence as %Integer(XMLPROJECTION="ATTRIBUTE") [ Required ];

Methods

• method GetInputPattern() as %String
• method GetOutputPattern() as %String
• method GetPrecedence() as %Integer
• classmethod ImportFromStream(stream As %CharacterStream, kb As Knowledgebase)
• method InputPatternGet() as %String
This is a Get accessor method for the InputPattern property.
• method InputPatternSet(pattern As %String) as %Status
This is a Set accessor method for the InputPattern property.
• method OutputPatternGet() as %String
This is a Get accessor method for the OutputPattern property.
• method OutputPatternSet(pattern As %String) as %Status
This is a Set accessor method for the OutputPattern property.

Indices

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