DocBook|Search
Class Reference
%XSQL.System.Message
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [USER] >  [%XSQL] >  [System] >  [Message]
Private  Storage  

persistent class %XSQL.System.Message extends %Persistent, %XML.Adaptor

xSQL System message class. Each message is identified by a domain and a messageId.

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1 1


Summary

Properties
Code Description MessageDomain Severity

Methods
%%OIDGet %AddToSaveSet %AddToSyncSet %BuildIndices
%CheckUnique %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetMessageText %GetParameter %GetSwizzleObject
%Id %IsA %IsModified %KillExtent
%LockExtent %LockId %New %NormalizeObject
%ObjectModified %Oid %OnBeforeAddToSync %OnDetermineClass
%Open %OpenId %OriginalNamespace %PackageName
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SerializeObject
%SetModified %SortBegin %SortEnd %SyncObjectIn
%SyncTransport %UnlockExtent %UnlockId %ValidateObject
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property Code as %Integer(XMLPROJECTION="ATTRIBUTE");
• property Description as %String(MAXLEN=255);
• property MessageDomain as %String(XMLPROJECTION="ATTRIBUTE");
• property Severity as %Integer(MAXVAL=25,MINVAL=0);

Methods

• classmethod %GetMessageText(pDomain As %String, pCode As %Integer) as %String

Indices

• index (MSG on MessageDomain,Code) [IdKey];