|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
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 ilExerciseManagementCollectFilesJob, ilSubmissionsZipJob, ILIAS\File\Sanitation\SanitationReportJob, ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ilCertificateMigrationJob, 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 ilExerciseManagementCollectFilesJob, ilSubmissionsZipJob, ILIAS\File\Sanitation\SanitationReportJob, ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ilCertificateMigrationJob, 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 ilExerciseManagementCollectFilesJob, ILIAS\File\Sanitation\SanitationReportJob, ilCalendarCopyFilesToTempDirectoryJob, and ilCertificateMigrationJob.