Bitrix API

ActionDictionary

Table of Contents

Constants

ACTION_CHECKLIST_ADD  = 'checklist_add'
ACTION_CHECKLIST_EDIT  = 'checklist_edit'
ACTION_CHECKLIST_SAVE  = 'checklist_save'
ACTION_CHECKLIST_TOGGLE  = 'checklist_toggle'
ACTION_GROUP_TAG_READ  = 'group_tag_read'
ACTION_TAG_CREATE  = 'tag_create'
ACTION_TAG_DELETE  = 'tag_delete'
ACTION_TAG_EDIT  = 'tag_edit'
ACTION_TAG_SEARCH  = 'tag_search'
ACTION_TASK_ACCEPT  = 'task_accept'
ACTION_TASK_ADD_AUDITORS  = 'task_add_auditors'
ACTION_TASK_ADMIN  = 'task_admin'
ACTION_TASK_APPROVE  = 'task_approve'
ACTION_TASK_CHANGE_ACCOMPLICES  = 'task_change_accomplices'
ACTION_TASK_CHANGE_DIRECTOR  = 'task_change_director'
ACTION_TASK_CHANGE_RESPONSIBLE  = 'task_change_responsible'
ACTION_TASK_CHANGE_STATUS  = 'task_change_status'
ACTION_TASK_COMPLETE  = 'task_complete'
ACTION_TASK_COMPLETE_RESULT  = 'task_complete_result'
ACTION_TASK_CREATE  = 'task_create'
ACTION_TASK_DEADLINE  = 'task_deadline'
ACTION_TASK_DECLINE  = 'task_decline'
ACTION_TASK_DEFER  = 'task_defer'
ACTION_TASK_DELEGATE  = 'task_delegate'
ACTION_TASK_DISAPPROVE  = 'task_disapprove'
ACTION_TASK_EDIT  = 'task_edit'
ACTION_TASK_ELAPSED_TIME  = 'task_elapsed_time'
ACTION_TASK_EXPORT  = 'task_export'
ACTION_TASK_FAVORITE  = 'task_favorite'
ACTION_TASK_FAVORITE_ADD  = 'task_favorite_add'
ACTION_TASK_FAVORITE_DELETE  = 'task_favorite_delete'
ACTION_TASK_IMPORT  = 'task_import'
ACTION_TASK_PAUSE  = 'task_pause'
ACTION_TASK_RATE  = 'task_rate'
ACTION_TASK_READ  = 'task_read'
ACTION_TASK_REMINDER  = 'task_reminder'
ACTION_TASK_REMOVE  = 'task_remove'
ACTION_TASK_REMOVE_RESULT  = 'task_remove_result'
ACTION_TASK_RENEW  = 'task_renew'
ACTION_TASK_RESULT_EDIT  = 'task_result_edit'
ACTION_TASK_ROBOT_EDIT  = 'task_robot_edit'
ACTION_TASK_SAVE  = 'task_save'
ACTION_TASK_START  = 'task_start'
ACTION_TASK_TAKE  = 'task_take'
ACTION_TASK_TIME_TRACKING  = 'task_time_tracking'
ACTION_TEMPLATE_CREATE  = 'template_create'
ACTION_TEMPLATE_EDIT  = 'template_edit'
ACTION_TEMPLATE_READ  = 'template_read'
ACTION_TEMPLATE_REMOVE  = 'template_remove'
ACTION_TEMPLATE_SAVE  = 'template_save'

Methods

getActionByLegacyId()  : string|null
getLegacyActionMap()  : array<string|int, mixed>

Constants

ACTION_CHECKLIST_ADD

public mixed ACTION_CHECKLIST_ADD = 'checklist_add'

ACTION_CHECKLIST_EDIT

public mixed ACTION_CHECKLIST_EDIT = 'checklist_edit'

ACTION_CHECKLIST_SAVE

public mixed ACTION_CHECKLIST_SAVE = 'checklist_save'

ACTION_CHECKLIST_TOGGLE

public mixed ACTION_CHECKLIST_TOGGLE = 'checklist_toggle'

ACTION_GROUP_TAG_READ

public mixed ACTION_GROUP_TAG_READ = 'group_tag_read'

ACTION_TASK_ADD_AUDITORS

public mixed ACTION_TASK_ADD_AUDITORS = 'task_add_auditors'

ACTION_TASK_CHANGE_ACCOMPLICES

public mixed ACTION_TASK_CHANGE_ACCOMPLICES = 'task_change_accomplices'

ACTION_TASK_CHANGE_DIRECTOR

public mixed ACTION_TASK_CHANGE_DIRECTOR = 'task_change_director'

ACTION_TASK_CHANGE_RESPONSIBLE

public mixed ACTION_TASK_CHANGE_RESPONSIBLE = 'task_change_responsible'

ACTION_TASK_CHANGE_STATUS

public mixed ACTION_TASK_CHANGE_STATUS = 'task_change_status'

ACTION_TASK_COMPLETE

public mixed ACTION_TASK_COMPLETE = 'task_complete'

ACTION_TASK_COMPLETE_RESULT

public mixed ACTION_TASK_COMPLETE_RESULT = 'task_complete_result'

ACTION_TASK_DEADLINE

public mixed ACTION_TASK_DEADLINE = 'task_deadline'

ACTION_TASK_DELEGATE

public mixed ACTION_TASK_DELEGATE = 'task_delegate'

ACTION_TASK_DISAPPROVE

public mixed ACTION_TASK_DISAPPROVE = 'task_disapprove'

ACTION_TASK_ELAPSED_TIME

public mixed ACTION_TASK_ELAPSED_TIME = 'task_elapsed_time'

ACTION_TASK_FAVORITE

public mixed ACTION_TASK_FAVORITE = 'task_favorite'

ACTION_TASK_FAVORITE_ADD

public mixed ACTION_TASK_FAVORITE_ADD = 'task_favorite_add'

ACTION_TASK_FAVORITE_DELETE

public mixed ACTION_TASK_FAVORITE_DELETE = 'task_favorite_delete'

ACTION_TASK_REMINDER

public mixed ACTION_TASK_REMINDER = 'task_reminder'

ACTION_TASK_REMOVE_RESULT

public mixed ACTION_TASK_REMOVE_RESULT = 'task_remove_result'

ACTION_TASK_RESULT_EDIT

public mixed ACTION_TASK_RESULT_EDIT = 'task_result_edit'

ACTION_TASK_ROBOT_EDIT

public mixed ACTION_TASK_ROBOT_EDIT = 'task_robot_edit'

ACTION_TASK_TIME_TRACKING

public mixed ACTION_TASK_TIME_TRACKING = 'task_time_tracking'

ACTION_TEMPLATE_CREATE

public mixed ACTION_TEMPLATE_CREATE = 'template_create'

ACTION_TEMPLATE_EDIT

public mixed ACTION_TEMPLATE_EDIT = 'template_edit'

ACTION_TEMPLATE_READ

public mixed ACTION_TEMPLATE_READ = 'template_read'

ACTION_TEMPLATE_REMOVE

public mixed ACTION_TEMPLATE_REMOVE = 'template_remove'

ACTION_TEMPLATE_SAVE

public mixed ACTION_TEMPLATE_SAVE = 'template_save'

Methods

getActionByLegacyId()

public static getActionByLegacyId(mixed $actionId) : string|null
Parameters
$actionId : mixed
Return values
string|null

getLegacyActionMap()

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

        
On this page

Search results