|
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 | 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) |
|
См. определение в файле manager.php строка 14
◆ activateScript()
static activateScript |
( |
|
$id | ) |
|
|
static |
◆ canUserCreateScript()
static canUserCreateScript |
( |
array |
$documentType, |
|
|
int |
$userId |
|
) |
| |
|
static |
◆ canUserEditScript()
static canUserEditScript |
( |
int |
$scriptId, |
|
|
int |
$userId |
|
) |
| |
|
static |
◆ canUserStartScript()
static canUserStartScript |
( |
int |
$scriptId, |
|
|
int |
$userId |
|
) |
| |
|
static |
◆ createScript()
static createScript |
( |
array |
$documentType | ) |
|
|
static |
◆ deactivateScript()
static deactivateScript |
( |
|
$id | ) |
|
|
static |
◆ deleteQueue()
static deleteQueue |
( |
int |
$queueId, |
|
|
int |
$userId |
|
) |
| |
|
static |
◆ deleteScript()
static deleteScript |
( |
|
$id | ) |
|
|
static |
◆ exportScript()
static exportScript |
( |
int |
$scriptId | ) |
|
|
static |
◆ getById()
◆ getListByDocument()
static getListByDocument |
( |
array |
$documentType, |
|
|
|
$showInactive = false |
|
) |
| |
|
static |
◆ getQueueById()
static getQueueById |
( |
int |
$queueId | ) |
|
|
static |
◆ importScript()
static importScript |
( |
array |
$data, |
|
|
int |
$userId |
|
) |
| |
|
static |
◆ saveScript()
static saveScript |
( |
int |
$id, |
|
|
array |
$documentType, |
|
|
array |
$fields, |
|
|
|
$userId = null |
|
) |
| |
|
static |
◆ terminateQueue()
static terminateQueue |
( |
int |
$queueId, |
|
|
int |
$userId |
|
) |
| |
|
static |