|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
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) | |
| unfoldTask () | |
| getRemoveOption () | |
| getAbortOption () | |
| ILIAS\BackgroundTasks\Task\Job::getExpectedTimeOfTaskInSeconds | ( | ) |
Implemented in ilCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ilCopyFilesToTempDirectoryJob, ilCollectWorkspaceFilesJob, ilExerciseManagementCollectFilesJob, ilCheckSumOfFileSizesJob, ilCheckSumOfWorkspaceFileSizesJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilMailDeliveryJob, ilZipJob, ilMassMailDeliveryJob, ilSubmissionsZipJob, ilCalendarZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, and ILIAS\MediaCast\BackgroundTasks\DownloadAllCollectFilesJob.
Referenced by ilBTPopOverGUI\getItemForObserver().
Here is the caller graph for this function:| ILIAS\BackgroundTasks\Task\Job::getInput | ( | ) |
Implements ILIAS\BackgroundTasks\Task.
Implemented in ILIAS\BackgroundTasks\Implementation\Tasks\AbstractJob.
| ILIAS\BackgroundTasks\Task\Job::isStateless | ( | ) |
Implemented in ilMailDeliveryJob, ilExerciseManagementCollectFilesJob, ilMassMailDeliveryJob, ilCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ilCheckSumOfFileSizesJob, ilZipJob, ilCopyFilesToTempDirectoryJob, ILIAS\MediaCast\BackgroundTasks\DownloadAllCollectFilesJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, ilCheckSumOfWorkspaceFileSizesJob, ilCollectWorkspaceFilesJob, ilCopyWorkspaceFilesToTempDirectoryJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ilSubmissionsZipJob, ilCalendarZipJob, and ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob.
| ILIAS\BackgroundTasks\Task\Job::run | ( | array | $input, |
| Observer | $observer | ||
| ) |
Implemented in ilExerciseManagementCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ilCopyFilesToTempDirectoryJob, ILIAS\MediaCast\BackgroundTasks\DownloadAllCollectFilesJob, ilSubmissionsZipJob, ilCalendarZipJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilMassMailDeliveryJob, and ilMailDeliveryJob.
Referenced by ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob\getOutputType().
Here is the caller graph for this function: