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

persistent class %BI.BPM extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 2 1 2


Summary

Properties
BPMName BSCategory Folder FolderName KPI

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 FolderNameGet GetFolderName


Properties

• property BPMName as %String(MAXLEN=2000,TRUNCATE=1);
• property BSCategory as %String(MAXLEN=800,TRUNCATE=1);
• property Folder as %String(MAXLEN=2000,TRUNCATE=1);
• property FolderName as %String(TRUNCATE=1) [ Calculated ];
• property KPI as array of %BI.BPMKPI;

Methods

• method FolderNameGet() as %String
This is a Get accessor method for the FolderName property.
• classmethod GetFolderName(FolderID As %String) as %String

Queries

• query ListAll()
SQL Query :
SELECT ID,BPMName,Folder,FolderName
FROM BPM

Indices

• index (BPMNameIdx on BPMName) [Unique];
• index (Folder on Folder:Exact);