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

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

static getEntityName ()
 
static getDocument ($documentId)
 
static getDocumentFields ($documentType)
 
static isFeatureEnabled ($documentType, $feature)
 
static getDocumentAdminPage ($documentId)
 
- Открытые статические члены унаследованные от BizprocDocument
static generateDocumentType ($iblockId)
 
static generateDocumentComplexType ($iblockType, $iblockId)
 
static getDocumentComplexId ($iblockType, $documentId)
 
static deleteDataIblock ($iblockId)
 
static getDocumentIcon ($documentId)
 
static generateMnemonicCode ($integerCode=0)
 
static addDocumentField ($documentType, $fields)
 
static updateDocumentField ($documentType, $fields)
 
static updateDocument ($documentId, $arFields)
 
static onWorkflowStatusChange ($documentId, $workflowId, $status, $rootActivity)
 
static getAllowableOperations ($documentType)
 
static toInternalOperations ($documentType, $permissions)
 
static toExternalOperations ($documentType, $permissions)
 
static CanUserOperateDocument ($operation, $userId, $documentId, $parameters=array())
 
static CanUserOperateDocumentType ($operation, $userId, $documentType, $parameters=array())
 
static GetAllowableUserGroups ($documentType, $withExtended=false)
 
static SetPermissions ($documentId, $workflowId, $permissions, $rewrite=true)
 
static GetFieldInputControl ($documentType, $fieldType, $fieldName, $fieldValue, $allowSelection=false, $publicMode=false)
 
static GetFieldInputValue ($documentType, $fieldType, $fieldName, $request, &$errors)
 
static GetFieldInputValuePrintable ($documentType, $fieldType, $fieldValue)
 
static UnlockDocument ($documentId, $workflowId)
 
static PublishDocument ($documentId)
 
static GetDocumentForHistory ($documentId, $historyIndex)
 

Дополнительные унаследованные члены

- Открытые атрибуты унаследованные от BizprocDocument
const DOCUMENT_TYPE_PREFIX = 'iblock_'
 
- Защищенные статические члены унаследованные от BizprocDocument
static setArray (array $result, $value)
 
static getSystemIblockFields ()
 
static getRightsTasks ()
 
static isAdmin ()
 

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

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

Методы

◆ getDocument()

static getDocument ( $documentId)
static
Аргументы
$documentId
Возвращает
array
Исключения

CBPArgumentNullException

Исключения

CBPArgumentOutOfRangeException

Исключения

Exception

Переопределяет метод предка BizprocDocument.

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

◆ getDocumentAdminPage()

static getDocumentAdminPage ( $documentId)
static
Аргументы
int$documentId
Возвращает
null|string
Исключения
CBPArgumentNullException

Переопределяет метод предка BizprocDocument.

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

◆ getDocumentFields()

static getDocumentFields ( $documentType)
static
Аргументы
string$documentType
Возвращает
array
Исключения

CBPArgumentOutOfRangeException

Переопределяет метод предка BizprocDocument.

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

◆ getEntityName()

static getEntityName ( )
static

Переопределяет метод предка BizprocDocument.

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

◆ isFeatureEnabled()

static isFeatureEnabled ( $documentType,
$feature )
static

Переопределяет метод предка BizprocDocument.

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