DocBook|Search
Class Reference
%Identity.Data.Unclassified
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%Identity] >  [Data] >  [Unclassified]
Private  Storage  

persistent class %Identity.Data.Unclassified extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
8 3


Summary

Properties
aeid agreePat aid beid bid
comment linkWeight linkageId

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 XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property aeid as %Integer [ Required ];
• property agreePat as %String(MAXLEN=50);
• property aid as %Integer;
• property beid as %Integer [ Required ];
• property bid as %Integer;
• property comment as %String(MAXLEN=500);
• property linkWeight as %Numeric;
• property linkageId as %Integer [ Required ];

Indices

• index (AeidBeidIdx on linkageId,aeid,beid);
• index (BeidIdx on linkageId,beid);
• index (LinkweightAgreePatIdx on linkageId,linkWeight,agreePat:Exact,aeid,beid);