|
static | prepareUserSelectorEntities (array $documentType, $users, $config=[]) |
|
static | getResponsibleUserExpression (array $documentType) |
|
static | prepareDiskAttachments ($attachments) |
|
static | prepareFileAttachments (array $documentType, $files) |
|
static | convertExpressions ($source, array $documentType, $useTilda=true) |
|
static | unConvertExpressions ($source, array $documentType) |
|
static | convertProperties (array $properties, array $documentType, $useTilda=true) |
|
static | unConvertProperties (array $properties, array $documentType) |
|
static | getDocumentFields (array $documentType, $typeFilter=null) |
|
static | getGlobalVariables (array $documentType) |
|
static | getGlobalConstants (array $documentType) |
|
static | getDocumentUserGroups (array $documentType) |
|
static | isDocumentUserGroup (string $value, array $documentType) |
|
static | parseDateTimeInterval ($interval) |
|
static | getDateTimeIntervalString ($interval) |
|
static | parseTimeString ($time) |
|
static | countAllRobots (array $documentType, array $statuses) |
|
См. определение в файле helper.php строка 10
◆ convertExpressions()
static convertExpressions |
( |
| $source, |
|
|
array | $documentType, |
|
|
| $useTilda = true ) |
|
static |
◆ convertProperties()
static convertProperties |
( |
array | $properties, |
|
|
array | $documentType, |
|
|
| $useTilda = true ) |
|
static |
◆ countAllRobots()
static countAllRobots |
( |
array | $documentType, |
|
|
array | $statuses ) |
|
static |
◆ getDateTimeIntervalString()
static getDateTimeIntervalString |
( |
| $interval | ) |
|
|
static |
◆ getDocumentFields()
static getDocumentFields |
( |
array | $documentType, |
|
|
| $typeFilter = null ) |
|
static |
Get document fields for usage in robots designer.
- Аргументы
-
array | $documentType | Bizproc document type. |
null | string | $typeFilter | |
- Возвращает
- array
См. определение в файле helper.php строка 409
◆ getDocumentUserGroups()
static getDocumentUserGroups |
( |
array | $documentType | ) |
|
|
static |
◆ getExpressionsMaps()
static getExpressionsMaps |
( |
| $documentType | ) |
|
|
staticprotected |
◆ getFieldsMap()
static getFieldsMap |
( |
array | $documentType | ) |
|
|
staticprotected |
◆ getGlobalConstants()
static getGlobalConstants |
( |
array | $documentType | ) |
|
|
static |
Get global constants for usage in robots designer
См. определение в файле helper.php строка 495
◆ getGlobalsMap()
static getGlobalsMap |
( |
string | $type, |
|
|
array | $documentType ) |
|
staticprotected |
◆ getGlobalVariables()
static getGlobalVariables |
( |
array | $documentType | ) |
|
|
static |
Get global variables for usage in robots designer
См. определение в файле helper.php строка 466
◆ getResponsibleUserExpression()
static getResponsibleUserExpression |
( |
array | $documentType | ) |
|
|
static |
◆ isDocumentUserGroup()
static isDocumentUserGroup |
( |
string | $value, |
|
|
array | $documentType ) |
|
static |
◆ parseDateTimeInterval()
static parseDateTimeInterval |
( |
| $interval | ) |
|
|
static |
◆ parseTimeString()
static parseTimeString |
( |
| $time | ) |
|
|
static |
◆ prepareDiskAttachments()
static prepareDiskAttachments |
( |
| $attachments | ) |
|
|
static |
Get disk files information by file ids.
- Аргументы
-
- Возвращает
- array
См. определение в файле helper.php строка 130
◆ prepareFileAttachments()
static prepareFileAttachments |
( |
array | $documentType, |
|
|
| $files ) |
|
static |
Get files information from document fields.
- Аргументы
-
array | $documentType | |
| $files | |
- Возвращает
- array
См. определение в файле helper.php строка 166
◆ prepareUserSelectorEntities()
static prepareUserSelectorEntities |
( |
array | $documentType, |
|
|
| $users, |
|
|
| $config = [] ) |
|
static |
◆ unConvertExpressions()
static unConvertExpressions |
( |
| $source, |
|
|
array | $documentType ) |
|
static |
◆ unConvertProperties()
static unConvertProperties |
( |
array | $properties, |
|
|
array | $documentType ) |
|
static |
◆ $documentFields
◆ $maps
◆ CURRENT_DATE_BASIS
const CURRENT_DATE_BASIS = '{=System:Date}' |
◆ CURRENT_DATETIME_BASIS
const CURRENT_DATETIME_BASIS = '{=System:Now}' |