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

persistent class %BI.RuleWorkFlow extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
FlowStart Folder Height WFlowObj Width
WorkName

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 FlowStart as %String(TRUNCATE=1);
• property Folder as %String(TRUNCATE=1);
• property Height as %String(MAXLEN=1000,TRUNCATE=1);
• property WFlowObj as array of RuleWorkFlowObj;
• property Width as %String(MAXLEN=1000,TRUNCATE=1);
• property WorkName as %String(MAXLEN=100,TRUNCATE=1);

Queries

• query ListAll()
SQL Query :
SELECT ID,WorkName,Folder
FROM %BI.RuleWorkFlow
ORDER BY WorkName