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

persistent class %BI.WorkFlow extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 2


Summary

Properties
FlowStart Folder PostLoadCondition PreLoadCondition
WFlowObj 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 XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Properties

• property FlowStart as %String(TRUNCATE=1);
• property Folder as %String(TRUNCATE=1);
• property PostLoadCondition as %String(MAXLEN=10000,TRUNCATE=1);
• property PreLoadCondition as %String(MAXLEN=10000,TRUNCATE=1);
• property WFlowObj as array of WorkFlowObj;
• property WorkName as %String(MAXLEN=100,TRUNCATE=1);

Queries

• query ListAll()
SQL Query :
SELECT ID,WorkName,Folder
FROM %BI.WorkFlow
ORDER BY WorkName
• query ListFolder(folder)
SQL Query :
SELECT ID,WorkName
FROM %BI.WorkFlow
WHERE (Folder = :folder)
ORDER BY WorkName