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

persistent class %BI.Roles extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 2 1


Summary

Properties
Description LicMax MdLog MinDrl ParentRole

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


Properties

• property Description as %String(MAXLEN=60,TRUNCATE=1);
• property LicMax as %String;
• property MdLog as %String;
• property MinDrl as %String;
• property ParentRole as %BI.Roles;

Queries

• query AllRoles()
SQL Query :
SELECT ID,Description,ParentRole,LicMax,MinDrl FROM %BI.Roles ORDER BY Description
• query RolesByPar(id)
SQL Query :
SELECT ID,Description,ParentRole,LicMax,MinDrl FROM %BI.Roles
WHERE (ParentRole = :id)

Indices

• index (Desc on Description) [Unique];