|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob:
Collaboration diagram for ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob:Public Member Functions | |
| getInputTypes () | |
| getOutputType () | |
| isStateless () | |
| getExpectedTimeOfTaskInSeconds () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob | |
| getInput () | |
| |
Public Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| setInput (array $values) | |
| getOutput () | |
| getInput () | |
| getType () | |
| unfoldTask () | |
| Unfold the task. More... | |
| getRemoveOption () | |
| |
| getAbortOption () | |
| |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task\Job | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| const | MAIN_REMOVE = 'bt_main_remove' |
| const | MAIN_ABORT = 'bt_main_abort' |
Protected Member Functions inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| checkTypes (array $values) | |
| extractType ($value) | |
Protected Attributes inherited from ILIAS\BackgroundTasks\Implementation\Tasks\AbstractTask | |
| array | $input = [] |
| Value | $output |
Definition at line 27 of file PlusJob.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getExpectedTimeOfTaskInSeconds | ( | ) |
@inheritDoc
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 74 of file PlusJob.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getInputTypes | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 32 of file PlusJob.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::getOutputType | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Definition at line 40 of file PlusJob.php.
| ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob::isStateless | ( | ) |
Implements ILIAS\BackgroundTasks\Task\Job.
Definition at line 66 of file PlusJob.php.