Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс ScriptQueueTable
+ Граф наследования:ScriptQueueTable:

Открытые статические члены

static getTableName ()
 
static getMap ()
 
static getDocumentCounters (int $queueId)
 
static getNextQueuedDocument (int $queueId)
 
static markTerminated (int $queueId, int $userId)
 
static markExecuting (int $queueId)
 
static markCompleted (int $queueId)
 
static deleteByScript (int $scriptId)
 
static onBeforeUpdate (Main\ORM\Event $event)
 

Подробное описание

Class ScriptQueueTable

DO NOT WRITE ANYTHING BELOW THIS

<<< ORMENTITYANNOTATION @method static EO_ScriptQueue_Query query() @method static EO_ScriptQueue_Result getByPrimary($primary, array $parameters = []) @method static EO_ScriptQueue_Result getById($id) @method static EO_ScriptQueue_Result getList(array $parameters = []) @method static EO_ScriptQueue_Entity getEntity() @method static \Bitrix\Bizproc\Script\Entity\EO_ScriptQueue createObject($setDefaultValues = true) @method static \Bitrix\Bizproc\Script\Entity\EO_ScriptQueue_Collection createCollection() @method static \Bitrix\Bizproc\Script\Entity\EO_ScriptQueue wakeUpObject($row) @method static \Bitrix\Bizproc\Script\Entity\EO_ScriptQueue_Collection wakeUpCollection($rows)

См. определение в файле scriptqueue.php строка 24

Методы

◆ deleteByScript()

static deleteByScript ( int $scriptId)
static

См. определение в файле scriptqueue.php строка 138

◆ getDocumentCounters()

static getDocumentCounters ( int $queueId)
static
Аргументы
int$queueId
Возвращает
int[]
Исключения
Main

ObjectPropertyException

Исключения
Main

SystemException

См. определение в файле scriptqueue.php строка 79

◆ getMap()

static getMap ( )
static
Возвращает
array

См. определение в файле scriptqueue.php строка 37

◆ getNextQueuedDocument()

static getNextQueuedDocument ( int $queueId)
static

См. определение в файле scriptqueue.php строка 91

◆ getTableName()

static getTableName ( )
static
Возвращает
string

См. определение в файле scriptqueue.php строка 29

◆ markCompleted()

static markCompleted ( int $queueId)
static

См. определение в файле scriptqueue.php строка 133

◆ markExecuting()

static markExecuting ( int $queueId)
static

См. определение в файле scriptqueue.php строка 128

◆ markTerminated()

static markTerminated ( int $queueId,
int $userId )
static

См. определение в файле scriptqueue.php строка 105

◆ onBeforeUpdate()

static onBeforeUpdate ( Main\ORM\Event $event)
static

См. определение в файле scriptqueue.php строка 149