Открытые члены | |
__construct ($processId=0) | |
setProcessId (int $processId) | |
getContext () | |
setContext ($context='') | |
getContextEntity () | |
setContextEntity ($appId=0) | |
getSetting () | |
register (array $data, array $additionalOptions=[], int $userId=0, string $appCode='', bool $byAgent=true) | |
unregister () | |
getNotificationInstance () | |
getStatus () | |
get () | |
Открытые статические члены | |
static | runAgent (int $processId) |
Открытые атрибуты | |
const | CONTEXT_PREFIX = 'configuration_action' |
const | ACTION = 'base' |
const | ERROR_PROCESS_NOT_FOUND = 'PROCESS_NOT_FOUND' |
const | ERROR_PROCESS_DID_NOT_CREATE = 'PROCESS_DID_NOT_CREATE' |
const | STATUS_START = 'S' |
const | STATUS_PROCESS = 'P' |
const | STATUS_FINISH = 'F' |
const | STATUS_ERROR = 'E' |
const | STATUS_UNKNOWN = 'U' |
const | STATUSES |
const | PROPERTY_STRUCTURE = 'STRUCTURE' |
const | PROPERTY_FILES = 'FILES' |
const | PROPERTY_MANIFEST = 'MANIFEST' |
Защищенные члены | |
run () | |
checkRegister ($data) | |
init () | |
reset () | |
getStructureData () | |
prepareData ($data) | |
setStatus (string $status) | |
Защищенные данные | |
const | MODULE_ID = 'rest' |
$processId = 0 | |
$setting = null | |
$notification = null | |
__construct | ( | $processId = 0 | ) |
|
abstractprotected |
Переопределяется в Import.
get | ( | ) |
getContext | ( | ) |
getContextEntity | ( | ) |
getNotificationInstance | ( | ) |
getSetting | ( | ) |
getStatus | ( | ) |
|
protected |
register | ( | array | $data, |
array | $additionalOptions = [], | ||
int | $userId = 0, | ||
string | $appCode = '', | ||
bool | $byAgent = true ) |
|
abstractprotected |
Переопределяется в Import.
|
static |
setContext | ( | $context = '' | ) |
setContextEntity | ( | $appId = 0 | ) |
setProcessId | ( | int | $processId | ) |
|
protected |
const ERROR_PROCESS_DID_NOT_CREATE = 'PROCESS_DID_NOT_CREATE' |
const STATUSES |