|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ILIAS\BackgroundTasks\Task\Job:
Collaboration diagram for ILIAS\BackgroundTasks\Task\Job:Public Member Functions | |
| run (array $input, Observer $observer) | |
| isStateless () | |
| getInput () | |
| getExpectedTimeOfTaskInSeconds () | |
Public Member Functions inherited from ILIAS\BackgroundTasks\Task | |
| getType () | |
| getInputTypes () | |
| getOutputType () | |
| getOutput () | |
| setInput (array $values) | |
| getInput () | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
| ILIAS\BackgroundTasks\Task\Job::getExpectedTimeOfTaskInSeconds | ( | ) |
Implemented in ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, and ILIAS\BackgroundTasks\Implementation\Tasks\SlowPlusJob.
| ILIAS\BackgroundTasks\Task\Job::getInput | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob.
| ILIAS\BackgroundTasks\Task\Job::isStateless | ( | ) |
Implemented in ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ilCalFileZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, and ILIAS\BackgroundTasks\Implementation\Tasks\SlowPlusJob.
| ILIAS\BackgroundTasks\Task\Job::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
| \ILIAS\BackgroundTasks\Value[] | $input | This will be a list of Values hinted by getInputTypes. |
| Observer | $observer | Notify the bucket about your progress! |
Implemented in ilCalendarCopyFilesToTempDirectoryJob.