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

persistent class %BI.Scheduler extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 1


Summary

Properties
Description Name runCriteria runFrequency scheduledTask
startTime

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=300,TRUNCATE=1);
• property Name as %String(TRUNCATE=1);
• property runCriteria as %String(TRUNCATE=1);
• property runFrequency as %String(TRUNCATE=1);
• property scheduledTask as array of SchedulerTask;
• property startTime as %String(TRUNCATE=1);

Queries

• query ListAll()
SQL Query :
SELECT ID,Name,Description,runFrequency,runCriteria,startTime
FROM %BI.Scheduler