ILIAS
Release_4_0_x_branch Revision 61816
|
Represents an entry for the search command queue. More...
Public Member Functions | |
__construct () | |
Constructor. | |
setObjId ($a_id) | |
set obj_id | |
getObjId () | |
get obj_id | |
setObjType ($a_type) | |
set obj_type | |
getObjType () | |
get obj_type | |
setCommand ($a_command) | |
set command | |
getCommand () | |
get command | |
setLastUpdate (ilDateTime $date_time) | |
set last_update | |
getLastUpdate () | |
get last update | |
setFinished ($a_finished) | |
set finsihed | |
getFinished () | |
get finished |
Data Fields | |
const | UPDATE = 'update' |
const | DELETE = 'delete' |
const | CREATE = 'create' |
const | RESET = 'reset' |
Private Attributes | |
$obj_id | |
$obj_type | |
$command | |
$last_update | |
$finished |
Represents an entry for the search command queue.
Definition at line 33 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::__construct | ( | ) |
ilSearchCommandQueueElement::getCommand | ( | ) |
get command
Definition at line 97 of file class.ilSearchCommandQueueElement.php.
References $command.
Referenced by ilSearchCommandQueue\insert(), and ilSearchCommandQueue\update().
ilSearchCommandQueueElement::getFinished | ( | ) |
get finished
Definition at line 129 of file class.ilSearchCommandQueueElement.php.
References $finished.
ilSearchCommandQueueElement::getLastUpdate | ( | ) |
get last update
Definition at line 113 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::getObjId | ( | ) |
get obj_id
Definition at line 65 of file class.ilSearchCommandQueueElement.php.
References $obj_id.
Referenced by ilSearchCommandQueue\insert(), ilSearchCommandQueue\store(), and ilSearchCommandQueue\update().
ilSearchCommandQueueElement::getObjType | ( | ) |
get obj_type
Definition at line 81 of file class.ilSearchCommandQueueElement.php.
References $obj_type.
Referenced by ilSearchCommandQueue\insert(), ilSearchCommandQueue\store(), and ilSearchCommandQueue\update().
ilSearchCommandQueueElement::setCommand | ( | $a_command | ) |
set command
Definition at line 89 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::setFinished | ( | $a_finished | ) |
set finsihed
Definition at line 121 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::setLastUpdate | ( | ilDateTime | $date_time | ) |
set last_update
Definition at line 105 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::setObjId | ( | $a_id | ) |
set obj_id
Definition at line 57 of file class.ilSearchCommandQueueElement.php.
ilSearchCommandQueueElement::setObjType | ( | $a_type | ) |
set obj_type
Definition at line 73 of file class.ilSearchCommandQueueElement.php.
|
private |
Definition at line 42 of file class.ilSearchCommandQueueElement.php.
Referenced by getCommand().
|
private |
Definition at line 44 of file class.ilSearchCommandQueueElement.php.
Referenced by getFinished().
|
private |
Definition at line 43 of file class.ilSearchCommandQueueElement.php.
|
private |
Definition at line 40 of file class.ilSearchCommandQueueElement.php.
Referenced by getObjId().
|
private |
Definition at line 41 of file class.ilSearchCommandQueueElement.php.
Referenced by getObjType().
const ilSearchCommandQueueElement::CREATE = 'create' |
Definition at line 37 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
const ilSearchCommandQueueElement::DELETE = 'delete' |
Definition at line 36 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
const ilSearchCommandQueueElement::RESET = 'reset' |
Definition at line 38 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
const ilSearchCommandQueueElement::UPDATE = 'update' |
Definition at line 35 of file class.ilSearchCommandQueueElement.php.