|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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, ilCheckSumOfWorkspaceFileSizesJob, ilCollectWorkspaceFilesJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilCheckSumOfFileSizesJob, ilCollectFilesJob, ilCopyFilesToTempDirectoryJob, ilZipJob, ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ilMailDeliveryJob, ilMassMailDeliveryJob, 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, ilCheckSumOfWorkspaceFileSizesJob, ilCollectWorkspaceFilesJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilCheckSumOfFileSizesJob, ilCollectFilesJob, ilCopyFilesToTempDirectoryJob, ilZipJob, ilCalendarCopyFilesToTempDirectoryJob, ilCalendarZipJob, ilMailDeliveryJob, ilMassMailDeliveryJob, 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, ilCopyWorkspaceFilesToTempDirectoryJob, ilCopyFilesToTempDirectoryJob, ilCalendarCopyFilesToTempDirectoryJob, ilMailDeliveryJob, and ilMassMailDeliveryJob.