Bitrix API

Type extends Type implements Containable uses ModelTrait

Class Type

Tags
see
TypeTable

Table of Contents

Interfaces

Containable

Properties

$dataClass  : mixed

Methods

createItem()  : Item
createStage()  : Stage
getAccessCodesForAddItems()  : array<string|int, mixed>
getAccessCodesForModify()  : array<string|int, mixed>
getAccessCodesForView()  : array<string|int, mixed>
getFailStages()  : EO_Stage_Collection
getFinalStages()  : EO_Stage_Collection
getFirstStage()  : Stage|null
getId()  : int|null
getImage()  : string
getItem()  : Item|null
getItems()  : Collection
getItemsCount()  : int
getItemUfNameFieldName()  : string
getItemUserFieldsEntityId()  : string
getName()  : string
getPermissionEntity()  : string
getSettings()  : array<string|int, mixed>
getStage()  : Stage|null
getStages()  : EO_Stage_Collection
Stages should be sorted by sort, but in the end always goes success stages and fail stages.
getSuccessStage()  : Stage|null
getTitle()  : string
getUserFieldCollection()  : UserFieldCollection
resortStages()  : Type
Resort stages in actual order (if sort of some stages had been updated)
setName()  : void
setTitle()  : void

Properties

$dataClass

public static mixed $dataClass = \Bitrix\Rpa\Model\TypeTable::class

Methods

getAccessCodesForAddItems()

public getAccessCodesForAddItems() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAccessCodesForModify()

public getAccessCodesForModify() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAccessCodesForView()

public getAccessCodesForView() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFailStages()

public getFailStages() : EO_Stage_Collection
Return values
EO_Stage_Collection

getFinalStages()

public getFinalStages() : EO_Stage_Collection
Return values
EO_Stage_Collection

getFirstStage()

public getFirstStage() : Stage|null
Return values
Stage|null

getId()

public getId() : int|null
Return values
int|null

getImage()

public getImage() : string
Return values
string

getItem()

public getItem(int $itemId[, array<string|int, mixed> $fieldsToSelect = ['*'] ]) : Item|null
Parameters
$itemId : int
$fieldsToSelect : array<string|int, mixed> = ['*']
Return values
Item|null

getItems()

public getItems([array<string|int, mixed> $parameters = [] ]) : Collection
Parameters
$parameters : array<string|int, mixed> = []
Return values
Collection

getItemsCount()

public getItemsCount([array<string|int, mixed> $filter = [] ]) : int
Parameters
$filter : array<string|int, mixed> = []
Return values
int

getItemUfNameFieldName()

public getItemUfNameFieldName() : string
Return values
string

getItemUserFieldsEntityId()

public getItemUserFieldsEntityId() : string
Return values
string

getName()

public getName() : string
Return values
string

getPermissionEntity()

public getPermissionEntity() : string
Return values
string

getSettings()

public getSettings() : array<string|int, mixed>
Return values
array<string|int, mixed>

getStage()

public getStage(int $stageId) : Stage|null
Parameters
$stageId : int
Return values
Stage|null

getStages()

Stages should be sorted by sort, but in the end always goes success stages and fail stages.

public getStages([PageNavigation|null $pageNavigation = null ]) : EO_Stage_Collection
Parameters
$pageNavigation : PageNavigation|null = null
Return values
EO_Stage_Collection

getSuccessStage()

public getSuccessStage() : Stage|null
Return values
Stage|null

getTitle()

public getTitle() : string
Return values
string

getUserFieldCollection()

public getUserFieldCollection() : UserFieldCollection
Return values
UserFieldCollection

resortStages()

Resort stages in actual order (if sort of some stages had been updated)

public resortStages() : Type
Return values
Type

setName()

public setName(string $name) : void
Parameters
$name : string

setTitle()

public setTitle(string $title) : void
Parameters
$title : string

        
On this page

Search results