Открытые члены | |
addToDB (int $type, int $entityId, int $groupId) | |
releaseGroup (int $type, int $entityId, int $groupId) | |
isReleased (int $groupId) | |
isEntityProcessed (int $type, int $entityId) | |
См. определение в файле groupqueueservice.php строка 11
addToDB | ( | int | $type, |
int | $entityId, | ||
int | $groupId ) |
Add current process to database
int | $type | |
int | $entityId | |
int | $groupId |
Exception
Замещает GroupQueueServiceInterface.
См. определение в файле groupqueueservice.php строка 23
isEntityProcessed | ( | int | $type, |
int | $entityId ) |
Замещает GroupQueueServiceInterface.
См. определение в файле groupqueueservice.php строка 125
isReleased | ( | int | $groupId | ) |
check that group is released
int | $groupId |
ArgumentException | |
Bitrix\Main\ObjectPropertyException
Bitrix\Main\SystemException
Замещает GroupQueueServiceInterface.
См. определение в файле groupqueueservice.php строка 77
releaseGroup | ( | int | $type, |
int | $entityId, | ||
int | $groupId ) |
release current process by entity and type
int | $type | |
int | $entityId | |
int | $groupId |
Exception
Замещает GroupQueueServiceInterface.
См. определение в файле groupqueueservice.php строка 56