|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Represents an entry for the search command queue. More...
Collaboration diagram for ilSearchCommandQueueElement:Public Member Functions | |
| setObjId (int $a_id) | |
| set obj_id More... | |
| getObjId () | |
| get obj_id More... | |
| setObjType (string $a_type) | |
| set obj_type More... | |
| getObjType () | |
| get obj_type More... | |
| setCommand (string $a_command) | |
| set command More... | |
| getCommand () | |
| get command More... | |
| setLastUpdate (ilDateTime $date_time) | |
| set last_update More... | |
| getLastUpdate () | |
| get last update More... | |
| setFinished (bool $a_finished) | |
| set finsihed More... | |
| getFinished () | |
| get finished More... | |
Data Fields | |
| const | UPDATE = 'update' |
| const | DELETE = 'delete' |
| const | CREATE = 'create' |
| const | RESET = 'reset' |
Private Attributes | |
| int | $obj_id |
| string | $obj_type |
| string | $command |
| ilDateTime | $last_update |
| bool | $finished |
Represents an entry for the search command queue.
@ingroupServicesSearch
Definition at line 28 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::getCommand | ( | ) |
get command
Definition at line 84 of file class.ilSearchCommandQueueElement.php.
References $command.
Referenced by ilSearchCommandQueue\store().
Here is the caller graph for this function:| ilSearchCommandQueueElement::getFinished | ( | ) |
get finished
Definition at line 116 of file class.ilSearchCommandQueueElement.php.
References $finished.
| ilSearchCommandQueueElement::getLastUpdate | ( | ) |
get last update
Definition at line 100 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::getObjId | ( | ) |
get obj_id
Definition at line 52 of file class.ilSearchCommandQueueElement.php.
References $obj_id.
Referenced by ilSearchCommandQueue\store().
Here is the caller graph for this function:| ilSearchCommandQueueElement::getObjType | ( | ) |
get obj_type
Definition at line 68 of file class.ilSearchCommandQueueElement.php.
References $obj_type.
Referenced by ilSearchCommandQueue\store().
Here is the caller graph for this function:| ilSearchCommandQueueElement::setCommand | ( | string | $a_command | ) |
set command
Definition at line 76 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::setFinished | ( | bool | $a_finished | ) |
set finsihed
Definition at line 108 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::setLastUpdate | ( | ilDateTime | $date_time | ) |
set last_update
Definition at line 92 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::setObjId | ( | int | $a_id | ) |
set obj_id
Definition at line 44 of file class.ilSearchCommandQueueElement.php.
| ilSearchCommandQueueElement::setObjType | ( | string | $a_type | ) |
set obj_type
Definition at line 60 of file class.ilSearchCommandQueueElement.php.
|
private |
Definition at line 37 of file class.ilSearchCommandQueueElement.php.
Referenced by getCommand().
|
private |
Definition at line 39 of file class.ilSearchCommandQueueElement.php.
Referenced by getFinished().
|
private |
Definition at line 38 of file class.ilSearchCommandQueueElement.php.
|
private |
Definition at line 35 of file class.ilSearchCommandQueueElement.php.
Referenced by getObjId().
|
private |
Definition at line 36 of file class.ilSearchCommandQueueElement.php.
Referenced by getObjType().
| const ilSearchCommandQueueElement::CREATE = 'create' |
Definition at line 32 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
| const ilSearchCommandQueueElement::DELETE = 'delete' |
Definition at line 31 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
| const ilSearchCommandQueueElement::RESET = 'reset' |
Definition at line 33 of file class.ilSearchCommandQueueElement.php.
Referenced by ilSearchAppEventListener\handleEvent().
| const ilSearchCommandQueueElement::UPDATE = 'update' |
Definition at line 30 of file class.ilSearchCommandQueueElement.php.