Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс Manager

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

static getListByDocument (array $documentType, $showInactive=false)
 
static getById ($id)
 
static getQueueById (int $queueId)
 
static saveScript (int $id, array $documentType, array $fields, $userId=null)
 
static createScript (array $documentType)
 
static deleteScript ($id)
 
static activateScript ($id)
 
static deactivateScript ($id)
 
static startScript (int $scriptId, int $userId, array $documentIds, array $parameters=[])
 
static getActiveQueueCountByScriptId (int $scriptId)
 
static terminateQueue (int $queueId, int $userId)
 
static deleteQueue (int $queueId, int $userId)
 
static canUserStartScript (int $scriptId, int $userId)
 
static canUserEditScript (int $scriptId, int $userId)
 
static canUserCreateScript (array $documentType, int $userId)
 
static exportScript (int $scriptId)
 
static importScript (array $data, int $userId)
 
static checkDocumentIdsLimit (array $documentIds)
 
static getDocumentIdLimit ()
 
static checkQueuesCount (int $scriptId)
 
static getQueuesLimit ()
 

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

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

Методы

◆ activateScript()

static activateScript ( $id)
static

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

◆ canUserCreateScript()

static canUserCreateScript ( array $documentType,
int $userId )
static

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

◆ canUserEditScript()

static canUserEditScript ( int $scriptId,
int $userId )
static

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

◆ canUserStartScript()

static canUserStartScript ( int $scriptId,
int $userId )
static

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

◆ checkDocumentIdsLimit()

static checkDocumentIdsLimit ( array $documentIds)
static

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

◆ checkQueuesCount()

static checkQueuesCount ( int $scriptId)
static

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

◆ createScript()

static createScript ( array $documentType)
static

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

◆ deactivateScript()

static deactivateScript ( $id)
static

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

◆ deleteQueue()

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

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

◆ deleteScript()

static deleteScript ( $id)
static

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

◆ exportScript()

static exportScript ( int $scriptId)
static

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

◆ getActiveQueueCountByScriptId()

static getActiveQueueCountByScriptId ( int $scriptId)
static

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

◆ getById()

static getById ( $id)
static

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

◆ getDocumentIdLimit()

static getDocumentIdLimit ( )
static

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

◆ getListByDocument()

static getListByDocument ( array $documentType,
$showInactive = false )
static

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

◆ getQueueById()

static getQueueById ( int $queueId)
static

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

◆ getQueuesLimit()

static getQueuesLimit ( )
static

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

◆ importScript()

static importScript ( array $data,
int $userId )
static

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

◆ saveScript()

static saveScript ( int $id,
array $documentType,
array $fields,
$userId = null )
static

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

◆ startScript()

static startScript ( int $scriptId,
int $userId,
array $documentIds,
array $parameters = [] )
static

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

◆ terminateQueue()

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

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