Bitrix API

Entry extends TimelineEntry

Table of Contents

Constants

TYPE_CATEGORY_CANCELED_BY_EDITOR  = 12
TYPE_CATEGORY_CANCELED_BY_EMPLOYEE  = 8
TYPE_CATEGORY_CANCELED_BY_RESPONSIBILITY_PERSON  = 7
TYPE_CATEGORY_CANCELED_BY_REVIEWER  = 13
TYPE_CATEGORY_CONFIGURATION_ERROR  = 23
TYPE_CATEGORY_CREATED  = 1
TYPE_CATEGORY_DONE  = 3
TYPE_CATEGORY_MEMBER_SIGNED_DELIVERED  = 22
TYPE_CATEGORY_MEMBER_SIGNING_ERROR  = 17
TYPE_CATEGORY_MEMBER_SIGNING_EXPIRED  = 16
TYPE_CATEGORY_MEMBER_SNILS_ERROR  = 18
TYPE_CATEGORY_MEMBER_STOPPED_BY_ASSIGNEE  = 19
TYPE_CATEGORY_MEMBER_STOPPED_BY_EDITOR  = 21
TYPE_CATEGORY_MEMBER_STOPPED_BY_REVIEWER  = 20
TYPE_CATEGORY_MESSAGE_DELIVERED  = 14
TYPE_CATEGORY_MESSAGE_DELIVERY_ERROR  = 15
TYPE_CATEGORY_MESSAGE_SENT  = 9
TYPE_CATEGORY_SIGNED_BY_EDITOR  = 10
TYPE_CATEGORY_SIGNED_BY_EMPLOYEE  = 6
TYPE_CATEGORY_SIGNED_BY_RESPONSIBILITY_PERSON  = 5
TYPE_CATEGORY_SIGNED_BY_REVIEWER  = 11
TYPE_CATEGORY_STARTED  = 4
TYPE_CATEGORY_STOPPED  = 2

Methods

buildSearchContent()  : mixed
checkBindingExists()  : bool
create()  : int
delete()  : mixed
deleteByAssociatedEntity()  : mixed
deleteByAssociatedEntityType()  : void
deleteByOwner()  : mixed
getBindingItemIdentifiers()  : array<string|int, ItemIdentifier>
getByID()  : mixed
getEntriesIdsByAssociatedEntity()  : mixed
getTypeId()  : string
isAssociatedEntityExist()  : mixed
isFixed()  : bool
prepareEntityPushTag()  : mixed
registerBindings()  : mixed
setIsFixed()  : UpdateResult
shift()  : mixed
synchronizeAssociatedEntityBindings()  : mixed

Constants

TYPE_CATEGORY_CANCELED_BY_EDITOR

public mixed TYPE_CATEGORY_CANCELED_BY_EDITOR = 12

TYPE_CATEGORY_CANCELED_BY_EMPLOYEE

public mixed TYPE_CATEGORY_CANCELED_BY_EMPLOYEE = 8

TYPE_CATEGORY_CANCELED_BY_RESPONSIBILITY_PERSON

public mixed TYPE_CATEGORY_CANCELED_BY_RESPONSIBILITY_PERSON = 7

TYPE_CATEGORY_CANCELED_BY_REVIEWER

public mixed TYPE_CATEGORY_CANCELED_BY_REVIEWER = 13

TYPE_CATEGORY_CONFIGURATION_ERROR

public mixed TYPE_CATEGORY_CONFIGURATION_ERROR = 23

TYPE_CATEGORY_CREATED

public mixed TYPE_CATEGORY_CREATED = 1

TYPE_CATEGORY_DONE

public mixed TYPE_CATEGORY_DONE = 3

TYPE_CATEGORY_MEMBER_SIGNED_DELIVERED

public mixed TYPE_CATEGORY_MEMBER_SIGNED_DELIVERED = 22

TYPE_CATEGORY_MEMBER_SIGNING_ERROR

public mixed TYPE_CATEGORY_MEMBER_SIGNING_ERROR = 17

TYPE_CATEGORY_MEMBER_SIGNING_EXPIRED

public mixed TYPE_CATEGORY_MEMBER_SIGNING_EXPIRED = 16

TYPE_CATEGORY_MEMBER_SNILS_ERROR

public mixed TYPE_CATEGORY_MEMBER_SNILS_ERROR = 18

TYPE_CATEGORY_MEMBER_STOPPED_BY_ASSIGNEE

public mixed TYPE_CATEGORY_MEMBER_STOPPED_BY_ASSIGNEE = 19

TYPE_CATEGORY_MEMBER_STOPPED_BY_EDITOR

public mixed TYPE_CATEGORY_MEMBER_STOPPED_BY_EDITOR = 21

TYPE_CATEGORY_MEMBER_STOPPED_BY_REVIEWER

public mixed TYPE_CATEGORY_MEMBER_STOPPED_BY_REVIEWER = 20

TYPE_CATEGORY_MESSAGE_DELIVERED

public mixed TYPE_CATEGORY_MESSAGE_DELIVERED = 14

TYPE_CATEGORY_MESSAGE_DELIVERY_ERROR

public mixed TYPE_CATEGORY_MESSAGE_DELIVERY_ERROR = 15

TYPE_CATEGORY_MESSAGE_SENT

public mixed TYPE_CATEGORY_MESSAGE_SENT = 9

TYPE_CATEGORY_SIGNED_BY_EDITOR

public mixed TYPE_CATEGORY_SIGNED_BY_EDITOR = 10

TYPE_CATEGORY_SIGNED_BY_EMPLOYEE

public mixed TYPE_CATEGORY_SIGNED_BY_EMPLOYEE = 6

TYPE_CATEGORY_SIGNED_BY_RESPONSIBILITY_PERSON

public mixed TYPE_CATEGORY_SIGNED_BY_RESPONSIBILITY_PERSON = 5

TYPE_CATEGORY_SIGNED_BY_REVIEWER

public mixed TYPE_CATEGORY_SIGNED_BY_REVIEWER = 11

TYPE_CATEGORY_STARTED

public mixed TYPE_CATEGORY_STARTED = 4

TYPE_CATEGORY_STOPPED

public mixed TYPE_CATEGORY_STOPPED = 2

Methods

buildSearchContent()

public static buildSearchContent(mixed $ID) : mixed
Parameters
$ID : mixed

checkBindingExists()

public static checkBindingExists(int $id, int $ownerTypeId, int $ownerId) : bool
Parameters
$id : int
$ownerTypeId : int
$ownerId : int
Return values
bool

create()

public static create(array<string|int, mixed> $params) : int
Parameters
$params : array<string|int, mixed>
Return values
int

delete()

public static delete(mixed $ID) : mixed
Parameters
$ID : mixed

deleteByAssociatedEntity()

public static deleteByAssociatedEntity(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

deleteByAssociatedEntityType()

public static deleteByAssociatedEntityType(int $entityTypeID) : void
Parameters
$entityTypeID : int

deleteByOwner()

public static deleteByOwner(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

getBindingItemIdentifiers()

public static getBindingItemIdentifiers(int $id) : array<string|int, ItemIdentifier>
Parameters
$id : int
Return values
array<string|int, ItemIdentifier>

getByID()

public static getByID(mixed $ID) : mixed
Parameters
$ID : mixed

getEntriesIdsByAssociatedEntity()

public static getEntriesIdsByAssociatedEntity(int $entityTypeId, int $entityId, int $limit) : mixed
Parameters
$entityTypeId : int
$entityId : int
$limit : int

getTypeId()

public static getTypeId() : string
Return values
string

isAssociatedEntityExist()

public static isAssociatedEntityExist(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

isFixed()

public static isFixed(int $id, int $ownerTypeId, int $ownerId) : bool
Parameters
$id : int
$ownerTypeId : int
$ownerId : int
Return values
bool

prepareEntityPushTag()

public static prepareEntityPushTag(mixed $entityTypeID, mixed $entityID) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed

registerBindings()

public static registerBindings(mixed $entryID, array<string|int, mixed> $bindings) : mixed
Parameters
$entryID : mixed
$bindings : array<string|int, mixed>

setIsFixed()

public static setIsFixed(int $id, int $ownerTypeId, int $ownerId, bool $isFixed) : UpdateResult
Parameters
$id : int
$ownerTypeId : int
$ownerId : int
$isFixed : bool
Return values
UpdateResult

synchronizeAssociatedEntityBindings()

public static synchronizeAssociatedEntityBindings(mixed $entityTypeID, mixed $entityID, array<string|int, mixed> $bindings) : mixed
Parameters
$entityTypeID : mixed
$entityID : mixed
$bindings : array<string|int, mixed>

        
On this page

Search results