| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 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, ilExerciseManagementCollectFilesJob, ilCollectWorkspaceFilesJob, ilCheckSumOfFileSizesJob, ilCheckSumOfWorkspaceFileSizesJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilMailDeliveryJob, ilZipJob, ilMassMailDeliveryJob, ilSubmissionsZipJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ilCalendarZipJob, 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 ilExerciseManagementCollectFilesJob, ilMailDeliveryJob, ilMassMailDeliveryJob, ilCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ilCheckSumOfFileSizesJob, ilZipJob, ilCopyFilesToTempDirectoryJob, ILIAS\MediaCast\BackgroundTasks\DownloadAllCollectFilesJob, ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob, ilCheckSumOfWorkspaceFileSizesJob, ilCollectWorkspaceFilesJob, ILIAS\BackgroundTasks\Implementation\Tasks\Aggregation\ConcatenationJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilCalendarZipJob, ilSubmissionsZipJob, and ILIAS\MediaCast\BackgroundTasks\DownloadAllZipJob.
| ILIAS\BackgroundTasks\Task\Job::run | ( | array | $input, | 
| Observer | $observer | ||
| ) | 
Implemented in ilExerciseManagementCollectFilesJob, ilCalendarCopyFilesToTempDirectoryJob, ilCheckSumOfFileSizesJob, ilCopyFilesToTempDirectoryJob, ILIAS\MediaCast\BackgroundTasks\DownloadAllCollectFilesJob, ilCalendarZipJob, ilSubmissionsZipJob, ilCopyWorkspaceFilesToTempDirectoryJob, ilMassMailDeliveryJob, and ilMailDeliveryJob.
Referenced by ILIAS\BackgroundTasks\Implementation\Tasks\PlusJob\getOutputType().
 Here is the caller graph for this function: