1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
Класс RestService
Граф наследования:RestService:
IRestService

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

static onRestServiceBuildDescription ()
static getIblockTypeId (array $params, $n, \CRestServer $server)
static addLists (array $params, $n, \CRestServer $server)
static getLists (array $params, $n, \CRestServer $server)
static updateLists (array $params, $n, \CRestServer $server)
static deleteLists (array $params, $n, \CRestServer $server)
static addSection (array $params, $n, \CRestServer $server)
static getSection (array $params, $n, \CRestServer $server)
static updateSection (array $params, $n, \CRestServer $server)
static deleteSection (array $params, $n, \CRestServer $server)
static addField (array $params, $n, \CRestServer $server)
static getFields (array $params, $n, \CRestServer $server)
static updateField (array $params, $n, \CRestServer $server)
static deleteField (array $params, $n, \CRestServer $server)
static getFieldTypes (array $params, $n, \CRestServer $server)
static addElement (array $params, $n, \CRestServer $server)
static getElement (array $params, $n, \CRestServer $server)
static updateElement (array $params, $n, \CRestServer $server)
static deleteElement (array $params, $n, \CRestServer $server)
static getFileUrl (array $params, $n, \CRestServer $server)

Поля данных

const SCOPE = "lists"
const ENTITY_LISTS_CODE_PREFIX = "REST"
const ERROR_REQUIRED_PARAMETERS_MISSING = "ERROR_REQUIRED_PARAMETERS_MISSING"
const ERROR_IBLOCK_ALREADY_EXISTS = "ERROR_IBLOCK_ALREADY_EXISTS"
const ERROR_SAVE_IBLOCK = "ERROR_SAVE_IBLOCK"
const ERROR_IBLOCK_NOT_FOUND = "ERROR_IBLOCK_NOT_FOUND"
const ERROR_SAVE_FIELD = "ERROR_SAVE_FIELD"
const ERROR_PROPERTY_ALREADY_EXISTS = "ERROR_PROPERTY_ALREADY_EXISTS"
const ERROR_SAVE_ELEMENT = "ERROR_SAVE_ELEMENT"
const ERROR_DELETE_ELEMENT = "ERROR_DELETE_ELEMENT"
const ERROR_BIZPROC = "ERROR_BIZPROC"
Поля данных унаследованные от IRestService
const LIST_LIMIT = 50

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

Открытые члены унаследованные от IRestService
 getDescription ()
Защищенные статические члены унаследованные от IRestService
static getNavData ($start, $bORM=false)
static setNavData ($result, $dbRes)
static sanitizeFilter ($filter, array $availableFields=null, $valueCallback=null, array $availableOperations=null)
static sanitizeOrder ($order, array $availableFields=null)

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

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

Методы

◆ addElement()

addElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ addField()

addField ( array $params,
$n,
\CRestServer $server )
static

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

◆ addLists()

addLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ addSection()

addSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteElement()

deleteElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteField()

deleteField ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteLists()

deleteLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ deleteSection()

deleteSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ getElement()

getElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFields()

getFields ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFieldTypes()

getFieldTypes ( array $params,
$n,
\CRestServer $server )
static

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

◆ getFileUrl()

getFileUrl ( array $params,
$n,
\CRestServer $server )
static

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

◆ getIblockTypeId()

getIblockTypeId ( array $params,
$n,
\CRestServer $server )
static

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

◆ getLists()

getLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ getSection()

getSection ( array $params,
$n,
\CRestServer $server )
static

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

◆ onRestServiceBuildDescription()

onRestServiceBuildDescription ( )
static

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

◆ updateElement()

updateElement ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateField()

updateField ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateLists()

updateLists ( array $params,
$n,
\CRestServer $server )
static

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

◆ updateSection()

updateSection ( array $params,
$n,
\CRestServer $server )
static

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

Поля

◆ ENTITY_LISTS_CODE_PREFIX

const ENTITY_LISTS_CODE_PREFIX = "REST"

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

◆ ERROR_BIZPROC

const ERROR_BIZPROC = "ERROR_BIZPROC"

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

◆ ERROR_DELETE_ELEMENT

const ERROR_DELETE_ELEMENT = "ERROR_DELETE_ELEMENT"

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

◆ ERROR_IBLOCK_ALREADY_EXISTS

const ERROR_IBLOCK_ALREADY_EXISTS = "ERROR_IBLOCK_ALREADY_EXISTS"

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

◆ ERROR_IBLOCK_NOT_FOUND

const ERROR_IBLOCK_NOT_FOUND = "ERROR_IBLOCK_NOT_FOUND"

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

◆ ERROR_PROPERTY_ALREADY_EXISTS

const ERROR_PROPERTY_ALREADY_EXISTS = "ERROR_PROPERTY_ALREADY_EXISTS"

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

◆ ERROR_REQUIRED_PARAMETERS_MISSING

const ERROR_REQUIRED_PARAMETERS_MISSING = "ERROR_REQUIRED_PARAMETERS_MISSING"

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

◆ ERROR_SAVE_ELEMENT

const ERROR_SAVE_ELEMENT = "ERROR_SAVE_ELEMENT"

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

◆ ERROR_SAVE_FIELD

const ERROR_SAVE_FIELD = "ERROR_SAVE_FIELD"

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

◆ ERROR_SAVE_IBLOCK

const ERROR_SAVE_IBLOCK = "ERROR_SAVE_IBLOCK"

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

◆ SCOPE

const SCOPE = "lists"

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


Объявления и описания членов класса находятся в файле: